|
DPsim
|
Base model for Turbines. More...
#include <Base_Turbine.h>
Public Member Functions | |
| virtual void | setParameters (std::shared_ptr< Base::TurbineParameters > parameters)=0 |
| virtual void | initializeStates (Real PmInit)=0 |
| Set steady-state initial values (call after setParameters, before first step) | |
| virtual Real | step (Real Pgv, Real dt)=0 |
| Step the turbine with valve/gate opening Pgv and return mechanical power Pm. | |
Base model for Turbines.
Definition at line 18 of file Base_Turbine.h.
|
pure virtual |
Set steady-state initial values (call after setParameters, before first step)
Implemented in CPS::Signal::HydroTurbine, and CPS::Signal::SteamTurbine.
|
pure virtual |
Step the turbine with valve/gate opening Pgv and return mechanical power Pm.
Implemented in CPS::Signal::HydroTurbine, and CPS::Signal::SteamTurbine.