.BuildSysPro.Utilities.Math.f_Quadratic

Information

Hypothesis and equations

Bibliography

none

Instructions for use

none

Known limits / Use precautions

none

Validations

Validated function - Hassan Bouia 12/2010

--------------------------------------------------------------
Licensed by EDF under a 3-clause BSD-license
Copyright © EDF 2009 - 2023
BuildSysPro version 3.6.0
Author : Hassan BOUIA, EDF (2010)
--------------------------------------------------------------

Interface

function f_Quadratic
  input Real x "Abscissa";
  input Real u "Junction abscissa";
  input Real n "Exponent of the function, in range ]1/2,1[";
  output Real q "Value of the function q at x";
  output Real q1 "Value of the derivative function of q at x";
end f_Quadratic;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos