A power system model. More...
#include <power_system.h>
Public Member Functions | |
power_system (dsim_model_setup *setup) | |
Constructor. | |
void | initialization_complete () |
Finish initialization. | |
void | initialize_data () |
Initialize outlets and output variables. | |
void | pre_calculate () |
Computation done prior to numerical integration. | |
Protected Attributes | |
dsim_network * | power_network_dsim |
dsim_variable | net_power_dsim |
dsim_variable | number_connections_dsim |
A power system model.
Uses networks to distribute power.
Definition at line 20 of file power_system.h.