.ObsoleteModelica4.Media.Common.OneNonLinearEquation.f_nonlinear

Information

Non-linear algebraic equation in one unknown: y = f_nonlinear(x,p,X)

Interface

partial function f_nonlinear
  extends Modelica.Icons.Function;
  extends Modelica.Icons.ObsoleteModel;
  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 2024-10-21T18:25:38Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos