openfluid::base::SimulationInfo Class Reference

List of all members.

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


Detailed Description

Class giving static information on simulation

Constructor & Destructor Documentation

openfluid::base::SimulationInfo::SimulationInfo ( openfluid::core::DateTime  StartTime,
openfluid::core::DateTime  EndTime,
int  TimeStep 
)

Constructor

openfluid::base::SimulationInfo::~SimulationInfo (  ) 

Destructor


Member Function Documentation

openfluid::core::DateTime openfluid::base::SimulationInfo::getEndTime (  )  const [inline]

Returns the date and time of the ending of the simulation

Returns:
the DateTime 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

Returns:
the DateTime of the beginning of the simulation

unsigned int openfluid::base::SimulationInfo::getStepsCount (  )  const [inline]

Returns the number of time step for the simulation

Returns:
the number of time steps

int openfluid::base::SimulationInfo::getTimeStep (  )  const [inline]

Returns the value of a time step (in seconds)

Returns:
the number of second in a time step


Generated using Doxygen 1.5.8
Creative Commons License Creative Commons By-NC-ND license