Click or drag to resize

Initial Enumeration

Defines how the variable is initialized.

Namespace:  Emulate3D.FMI.V3
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public enum Initial
Members
  Member nameValueDescription
Exact0 The variable is initialized with the start value by the FMU.
Approx1 The variable is an iteration variable of an algebraic loop within the FMU and the iterative solution process in initialization starts with the start value as guess value.
Calculated2 The variable is calculated by the FMU from other variables during initialization. For calculated variables a start attribute must not be provided.
See Also