functionder_2_smoothTransition

Second order derivative of smoothTransition with respect to x

Extends from Modelica.Icons.Function (Icon for functions).

Information

This function is the 2nd order derivative of Buildings.Utilities.Math.Functions.BaseClasses.smoothTransition.

Implementation

For efficiency, the polynomial coefficients a, b, c, d, e, f and the inverse of the smoothing parameter deltaInv are exposed as arguments to this function.

Inputs

TypeNameDefaultDescription
RealxAbscissa value
RealdeltaAbscissa value below which approximation occurs
RealdeltaInvInverse value of delta
RealaPolynomial coefficient
RealbPolynomial coefficient
RealcPolynomial coefficient
RealdPolynomial coefficient
RealePolynomial coefficient
RealfPolynomial coefficient
Realx_derDerivative of x
Realx_der2Second order derivative of x

Outputs

TypeNameDefaultDescription
Realy_der2Second order derivative of function value

Revisions

  • August 11, 2015, by Michael Wetter:
    First implementation.