power_system.h

Go to the documentation of this file.
00001 
00008 #include <DSimEngine2/dsim_model.h>
00009 
00010 #ifndef POWER_SYSTEM
00011 #define POWER_SYSTEM
00012 
00014 
00020 class power_system : public dsim_model
00021 {
00022     public:
00024         power_system(dsim_model_setup *setup);
00026                 void            initialization_complete();
00028                 void            initialize_data();
00030                 void            pre_calculate();
00031 
00032         
00033     protected:
00034     
00035         dsim_network*  power_network_dsim; 
00036     
00037         dsim_variable net_power_dsim;
00038         dsim_variable number_connections_dsim;
00039 
00040         
00041 };
00042 
00043 #endif
 All Classes Files Functions Variables