.Modelica.Media.Common.OneNonLinearEquation.f_nonlinear

Information

Nonlinear algebraic equation in one unknown: y = f_nonlinear(x,p,X)

Interface

partial function f_nonlinear
  extends Modelica.Icons.Function;
  input Real x "Independent variable of function";
  input Real p = 0.0 "Disregarded variables (here always used for pressure)";
  input Real[:] X = fill(0, 0) "Disregarded variables (her always used for composition)";
  input f_nonlinear_Data f_nonlinear_data "Additional data for the function";
  output Real y "= f_nonlinear(x)";
end f_nonlinear;

Generated at 2020-06-05T07:38:22Z by OpenModelica 1.16.0~dev-420-gc007a39