Click or drag to resize

TimeStep Property

Gets/Sets simulation time steps.

Namespace: ema3d.Api.V25.Core.Domain
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public double Step { 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