Variable#
A Variable node defines a single value that can be used across multiple attributes. Examples of variables
are physical properties such as mass densities lower heating values.
Calculations in variables are done using the following formula:
Example:
Variable "lower_heating_value_diesel" {
Value = 42.7
}
Attributes#
Value#
Sets the value of the variable.
Data type:
FloatExample value:
42.7Default: None. Must be provided by the user.
Addition#
Sets an addition that is added on the value. The addition occurs according to the formula
Data type:
FloatExample value:
10Default: 0
Multiplier#
Sets a multiplier that is multiplied to the value. The multiplication occurs according to the formula
Data type:
FloatExample value:
2.5Default: 1
LowerBound#
Sets the lower bound. The lower bound is used according to the formula:
Data type:
FloatExample value:
-5Default: -INF
UpperBound#
Sets the upper bound. The upper bound is used according to the formula:
Data type:
FloatExample value:
5Default: INF