Click or drag to resize

TimeSteppingDtFixed Property

Adaptive Time Stepping fixed dt. Also used for Tabulated time stepping.

For adaptive time stepping this defines a fixed overall timestep that the adaptive time stepping procedure should hit exactly. It can e.g. be used to assure if results are printed exactly every hour, that the model hits that hour exactly.

It must be larger than DtMax.

If not applicable, set to Zero, which is the default.

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public TimeSpan DtFixed { get; set; }

Property Value

Type: TimeSpan
See Also