 | TimeStep Property |
Gets/Sets simulation time steps.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic double Step { get; set; }
Public Property Step As Double
Get
Set
public:
property double Step {
double get ();
void set (double value);
}
member Step : float with get, set
Property Value
Double
Remarks
This value is bounded by the Courant (CFL) condition to ensure stability.
Because of this, modifying this value may change the
StabilityMargin value.
Changes to the
Lattice step size will also change this value.
See Also