RateConversionConverts a rate given per time base A to a rate per time base B |
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The output y is derived from converting the input u assumed to be given as a rate in units of timeBaseA
to a rate given in units of timeBaseB
.
s
] for all internal representations and calculations, while making use of displayUnit
to convert input and output to and from another unit of time preferred by the modeler. That way models and components will be compatible with each other.7 km/wk
, using a constant converter, and converting it from time base "seconds" to the time base "days" will provide an output of 1000 [m/d]
.u |
Type: RealInput Description: Input signal |
|
---|---|---|
y |
Type: RealOutput Description: Output signal |
modelSettings |
Type: ModelSettings Description: Setting important global variables within a model |
---|
BusinessSimulation.Converters.Vector A list of constant rates is turned into a vector of rate signals |
|
BusinessSimulation.Converters A constant rate is turned into a constant-valued signal |
|
BusinessSimulation.InformationSources Input signal with constant rate information |
|
BusinessSimulation.Interfaces.PartialConverters Partial SISO converter class with input and output conversions for lookup functions |