Click or drag to resize

M21ToM111DCouplingPrepareForTimeStep Method

Namespace:  DHI.Mike1D.MzCouplings
Assembly:  DHI.Mike1D.MzCouplings (in DHI.Mike1D.MzCouplings.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static void PrepareForTimeStep(
	List<double> adM21Concentrations,
	double[] adConvFactor,
	TimeSpan soFarSimulatedTime,
	int timeStep
)

Parameters

adM21Concentrations
Type: System.Collections.GenericListDouble
adConvFactor
Type: SystemDouble
soFarSimulatedTime
Type: SystemTimeSpan
timeStep
Type: SystemInt32
See Also