
Public Member Functions | |
| SimulationInfo (openfluid::core::DateTime StartTime, openfluid::core::DateTime EndTime, int TimeStep) | |
| ~SimulationInfo () | |
| int | getTimeStep () const |
| unsigned int | getStepsCount () const |
| openfluid::core::DateTime | getStartTime () const |
| openfluid::core::DateTime | getEndTime () const |
| openfluid::base::SimulationInfo::SimulationInfo | ( | openfluid::core::DateTime | StartTime, | |
| openfluid::core::DateTime | EndTime, | |||
| int | TimeStep | |||
| ) |
Constructor
| openfluid::base::SimulationInfo::~SimulationInfo | ( | ) |
Destructor
| openfluid::core::DateTime openfluid::base::SimulationInfo::getEndTime | ( | ) | const [inline] |
Returns the date and time of the ending of the simulation
| openfluid::core::DateTime openfluid::base::SimulationInfo::getStartTime | ( | ) | const [inline] |
Returns the date and time of the beginning of the simulation
| unsigned int openfluid::base::SimulationInfo::getStepsCount | ( | ) | const [inline] |
Returns the number of time step for the simulation
| int openfluid::base::SimulationInfo::getTimeStep | ( | ) | const [inline] |
Returns the value of a time step (in seconds)
Creative Commons By-NC-ND license