#include <UnsteadyProblem.H>
Public Member Functions | |
UnsteadyProblem () | |
void | setTimes (Time &timeObject) |
bool | checkWrite (Time &timeObject) |
Function to check if the solution must be exported. | |
Public Attributes | |
scalar | startTime |
Start Time (initial time to start storing the snapshots) | |
scalar | finalTime |
Final time (final time of the simulation and consequently of the acquisition of the snapshots) | |
scalar | timeStep |
Time step of the simulation. | |
scalar | writeEvery = timeStep |
Time step of the writing procedure. | |
scalar | nextWrite |
Auxiliary variable to store the next writing instant. | |
Definition at line 36 of file UnsteadyProblem.H.
|
inline |
Definition at line 39 of file UnsteadyProblem.H.
bool UnsteadyProblem::checkWrite | ( | Time & | timeObject | ) |
Function to check if the solution must be exported.
timeObject | The time object of OpenFOAM. |
Definition at line 37 of file UnsteadyProblem.C.
void UnsteadyProblem::setTimes | ( | Time & | timeObject | ) |
Definition at line 53 of file UnsteadyProblem.C.
scalar UnsteadyProblem::finalTime |
Final time (final time of the simulation and consequently of the acquisition of the snapshots)
Definition at line 46 of file UnsteadyProblem.H.
scalar UnsteadyProblem::nextWrite |
Auxiliary variable to store the next writing instant.
Definition at line 55 of file UnsteadyProblem.H.
scalar UnsteadyProblem::startTime |
Start Time (initial time to start storing the snapshots)
Definition at line 43 of file UnsteadyProblem.H.
scalar UnsteadyProblem::timeStep |
Time step of the simulation.
Definition at line 49 of file UnsteadyProblem.H.
scalar UnsteadyProblem::writeEvery = timeStep |
Time step of the writing procedure.
Definition at line 52 of file UnsteadyProblem.H.