Package net.simplace.sim.components.util
package net.simplace.sim.components.util
SimComponents that perform auxiliary technical calculations
Overview
The components from this package perform auxiliary technical calculations like counting or transforming of array values.
They act more as transformers or management components, but are used where normal transformers don't work (e.g. when transformations have to be performed during simulation in dependence of actual values) or management rules would be rather complicated.
See individual SimComponent documentation for details.
- Siehe auch:
-
KlassenKlasseBeschreibungResamples array values from one resolution to another resolution.Defines some helper functions similar to some FST functions (FortranSimulationTranslator)
Defines some of the FST-Functions (sometimes with different signatures than the original FST ones).
References
Calculate values of a function defined by tables.Interpolates values from a table of x and y values.Scales and shifts DOUBLEARRAY SimVariables.Provides a resettable counter of simulation days.Calculates simple moving average of a variable (non centered).Creates an table from two scalar values.