FloodLinkBaseFinalizeTimeStep Method |
Namespace:
DHI.Mike1D.MzCouplings
Assembly:
DHI.Mike1D.MzCouplings (in DHI.Mike1D.MzCouplings.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntaxpublic virtual void FinalizeTimeStep(
double* oneDq,
double dt,
int numberOfCoupledADcomponents,
double* m1DConcPtr,
double* m21Conc,
double[] adconvFact,
EngineNet myEngineNet,
ref int position,
ref int adPos,
ref int rrPos,
ref int rrAdPos,
double* RR1DQ,
double* RR1DConc
)
Parameters
- oneDq
- Type: SystemDouble*
- dt
- Type: SystemDouble
- numberOfCoupledADcomponents
- Type: SystemInt32
- m1DConcPtr
- Type: SystemDouble*
- m21Conc
- Type: SystemDouble*
- adconvFact
- Type: SystemDouble
- myEngineNet
- Type: DHI.Mike1D.EngineEngineNet
- position
- Type: SystemInt32
- adPos
- Type: SystemInt32
- rrPos
- Type: SystemInt32
- rrAdPos
- Type: SystemInt32
- RR1DQ
- Type: SystemDouble*
- RR1DConc
- Type: SystemDouble*
See Also