Click or drag to resize

EngineNetInitializeModules Method

Initialize the modules. Called in general initialize step

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void InitializeModules(
	HDParameterData hdParameters,
	CrossSectionData crossSectionData,
	TimeStepping timeStepping,
	DateTime simulationStart,
	DateTime simulationEnd,
	ADComponentData adData,
	bool useAD,
	EcoLabData elData,
	bool useEL,
	int numberOfInflowBoundaries,
	int numberOfStructures,
	StopwatchCollection timings,
	StopwatchCollection timingsRun
)

Parameters

hdParameters
Type: DHI.Mike1D.HDParameterDataAccessHDParameterData
crossSectionData
Type: DHI.Mike1D.CrossSectionModuleCrossSectionData
timeStepping
Type: DHI.Mike1D.HDParameterDataAccessTimeStepping
simulationStart
Type: SystemDateTime
simulationEnd
Type: SystemDateTime
adData
Type: DHI.Mike1D.ADDataAccessADComponentData
useAD
Type: SystemBoolean
elData
Type: DHI.Mike1D.EcoLabDataAccessEcoLabData
useEL
Type: SystemBoolean
numberOfInflowBoundaries
Type: SystemInt32
numberOfStructures
Type: SystemInt32
timings
Type: DHI.Mike1D.GenericStopwatchCollection
timingsRun
Type: DHI.Mike1D.GenericStopwatchCollection
See Also