EngineTime Properties |
The EngineTime type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdaptiveTimeSteppingActivated |
Indicates whether adaptive time stepping is activated. Used to decide whether the state
should be stored before a time step.
|
![]() | CheckPoints |
Check point controller, handling check points in time that must be hit by the EngineTime.
This is not used when EngineTimeStep is null (constant time step) |
![]() | DDt |
Time step inverse - 1/Dt
Unit: [1/sec]
|
![]() | Dt |
Time step
Unit: [sec]. Rounded to nearest millisecond
|
![]() | DtSpan |
Time step
Unit: [sec]. Rounded to nearest millisecond
|
![]() | EngineTimeStep |
The IEngineTimeStep does the actual calculation of the new time step.
If null, time step is decided directly by the current value of Dt/DtSpan. |
![]() | NumberOfTimeSteps |
Number of time steps performed.
|
![]() | NumberOfTriedTimeSteps |
Total number of time steps tried, also those failing.
|
![]() | NumberOfTriesForTimeStep |
Counts the number of time steps tried for the current time step
|
![]() | TimeN |
Time at time step n
|
![]() | TimeNp1 |
Time at time step n+1
|
![]() | TimeNph |
Time at time step n + ½
|