functionder_smoothTransition

First order derivative of smoothTransition with respect to x

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

Information

This function is the 1st 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. Also, its derivative is provided in Buildings.Utilities.Math.Functions.BaseClasses.der_2__smoothTransition.

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

Outputs

TypeNameDefaultDescription
Realy_derDerivative of function value

Revisions

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