openfluid::base::SimulationStatus Class Reference

List of all members.

Public Member Functions

 SimulationStatus (openfluid::core::DateTime StartTime, openfluid::core::DateTime EndTime, int TimeStep)
 ~SimulationStatus ()
unsigned int getCurrentStep () const
openfluid::core::DateTime getCurrentTime () const
bool isFirstStep () const
bool isLastStep () const

Detailed Description

Class giving dynamic information on simulation


Constructor & Destructor Documentation

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

Constructor

openfluid::base::SimulationStatus::~SimulationStatus (  ) 

Destructor


Member Function Documentation

unsigned int openfluid::base::SimulationStatus::getCurrentStep (  )  const [inline]

Returns the current time step of the simulation

Returns:
the current time step number
openfluid::core::DateTime openfluid::base::SimulationStatus::getCurrentTime (  )  const [inline]

Returns the current time of the simulation

Returns:
the current time
bool openfluid::base::SimulationStatus::isFirstStep (  )  const [inline]

Returns true if the current step is the first step of the simulation

bool openfluid::base::SimulationStatus::isLastStep (  )  const [inline]

Returns true if the current step is the last step of the simulation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

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