partial function GeneralReScalingFunction input Real u[:] "input of the function"; input Real Y "computed output"; input Real scaleFactor "scale factor"; output Real y "re-scaled output"; end GeneralReScalingFunction;