Struct representing the time domain.
More...
#include <TimeDomain.h>
|
|
| TimeDomain (int i=0, bool f=true) |
| | Default constructor.
|
| |
|
| TimeDomain (double t0) |
| | Constructor for linear problems with fixed (non-zero) time.
|
| |
|
|
double | t |
| | Current time (or pseudo time, load parameter)
|
| |
|
double | dt |
| | Current timestep (or load parameter) increment.
|
| |
|
double | dtn |
| | Previous timestep (or load parameter) increment.
|
| |
|
double | CFL |
| | Current CFL number (used by CFD simulators)
|
| |
|
int | it |
| | Current iteration within current time/load step.
|
| |
|
char | first |
| | If true, this is the first load/time step.
|
| |
Struct representing the time domain.
The documentation for this struct was generated from the following file: