functionspeedShift

Interpolates value between two speeds

Information

This function interpolates data for intermediate compressor speeds using cubic hermite splines with linear extrapolation. To avoid linear extrapolation below minimum standard speed, the origin is added to the modified arrays.

Inputs

TypeNameDefaultDescription
RealspeSpeed of compressor
Real[:]speSetArray of standard compressor speeds
Real[:]uArray to be interpolated

Outputs

TypeNameDefaultDescription
RealyInterpolated value

Revisions

  • August 24, 2012, by Michael Wetter:
    Moved function from Buildings.Fluid.DXSystems.BaseClasses to Buildings.Fluid.DXSystems.Cooling.BaseClasses.Functions because the package Buildings.Fluid.DXSystems.BaseClasses already contains a block called SpeedShift which gives a clash in file names on file systems that do not distinguish between upper and lower case letters.
  • August 9, 2012, by Kaustubh Phalak:
    Origin added in support points to avoid linear extrapolation below standard rotational speed.
  • August 1, 2012 by Kaustubh Phalak:
    First implementation.