InitialConditionsUseSteadyStateSolution Property |
Steady state solution will attempt to find a steady state solution. The steady state solution
is calculated by running the solver with the initial boundary conditions until the solution is
stabilized. Some setups may not have a steady state solution. These are typically setups with
controle structures or pumps.
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool UseSteadyStateSolution { get; set; }
Public Property UseSteadyStateSolution As Boolean
Get
Set
public:
property bool UseSteadyStateSolution {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also