An electrical load model. More...
#include <load.h>
Public Member Functions | |
| load (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_variable | power_consumed_dsim |
| Power consumed. | |
| dsim_variable | power_dsim |
| Power to the network. | |
An electrical load model.
One electrical load. You just set the power consumed.
Definition at line 19 of file load.h.
1.7.2