ADAdditionalOutput Class

Specification of additional outputs that are saved to file.

Definition

Namespace: DHI.Mike1D.ADDataAccess
Assembly: DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class ADAdditionalOutput
Inheritance
Object    ADAdditionalOutput

Constructors

ADAdditionalOutputInitializes a new instance of the ADAdditionalOutput class

Properties

Decay Decay of components
DecayAccumulated Decay of components, accumulated
DecayTotal Total amount of decay in system
DecayTotalAccumulated Total amount of decay in system, accumulated
Mass Mass of components
MassBalance Mass balance for components. This inludes mass error for each grid point and node
MassBalanceAccumulated Mass balance, accumulated for components. This includes accumulated mass error for each grid point and node.
MassBalanceChecksum Mass error checksum, validating that mass error is calculated correctly. Should always be (close to) zero. If enabled, checksum will be calculated on entire model, in case one or more of the following are enabled: MassBalance, MassBalanceTotal, MassBalanceTotalAccumulated
MassBalanceTotal Total Mass balance for components. This inludes total mass error, decays, inflows and outflows
MassBalanceTotalAccumulated Total Mass balance, accumulated, for components. This inludes total mass error, decays, inflows and outflows
MassTotal Total Mass of components
Transport Transport between grid points
TransportAccumulated Transport between grid points, accumulated

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetAdditionalOutputQuantities Create quantities for all additional outputs enabled.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also