|
IFEM
90A354
|
Struct representing the time domain. More...
#include <TimeDomain.h>
Public Member Functions | |
| TimeDomain (int i=0, bool f=true) | |
| Default constructor. | |
| TimeDomain (double t0) | |
| Constructor for linear problems with fixed (non-zero) time. | |
Public Attributes | |
| 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.