

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 |
Static Public Member Functions | |
| static int | computeTimeStepsCount (const openfluid::core::DateTime &StartTime, const openfluid::core::DateTime &EndTime, const int &TimeStep) |
Protected Attributes | |
| openfluid::core::DateTime | m_StartTime |
| openfluid::core::DateTime | m_EndTime |
| int | m_TimeStep |
| unsigned int | m_StepsCount |
Class giving static information on simulation
| openfluid::base::SimulationInfo::SimulationInfo | ( | openfluid::core::DateTime | StartTime, |
| openfluid::core::DateTime | EndTime, | ||
| int | TimeStep | ||
| ) |
Constructor
Destructor
| static int openfluid::base::SimulationInfo::computeTimeStepsCount | ( | const openfluid::core::DateTime & | StartTime, |
| const openfluid::core::DateTime & | EndTime, | ||
| const int & | TimeStep | ||
| ) | [static] |
| 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)
unsigned int openfluid::base::SimulationInfo::m_StepsCount [protected] |
int openfluid::base::SimulationInfo::m_TimeStep [protected] |
Creative Commons By-NC-ND license