.BusinessSimulation.Converters.Vector.ConstantConverterRate

Information

This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.

The parameter value (a vector) is used to set the continous output y making it a vector of constant-valued signals. The output will always give rates per second, but rates can be entered in non-SI-units of time using the parameter timeBaseString.

Notes

Examples

Given OutputType = Units.VolumeFlowRate, value = {1,2,3}, timeBase = "minute" will result in the output y = {0.0166 [m3/s], 0.0333 [m3/s], 0.05 [m3/s]}, thus the input wil be interpreted as base units ofr Volume per minute.

See also

ConstantConverterConstantConverterTime

Revisions