This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The output y is obtained by guarded division of the input u by some reference value. The reference value can either be a constant (referenceValue
) or a variable input (u_reference
). If the reference value is zero the output will be zero also.
Since there is just regular division, care has to be taken in case of negative values for either input or reference value.
As the reference value should have the same dimension as the input, the output will effectively be a dimensionless ratio.
OutputType
as Ratio
with prefix final
in v2.2.Name | Description |
---|---|
BaseType | Type for reference value and input |