functionf_nonlinear
Solve h_TX(T,X) for T with given h
Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u (from partialScalarFunction) | Independent variable | |
| SpecificEnthalpy | h | Specific enthalpy | |
| MassFraction | X | Mass fractions of composition | |
| Boolean | exclEnthForm | If true, enthalpy of formation Hf is not included in specific enthalpy h | |
| Modelica.Media.Interfaces.Choices.ReferenceEnthalpy | refChoice | Choice of reference enthalpy | |
| SpecificEnthalpy | h_off | User defined offset for reference enthalpy, if referenceChoice = UserDefined |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y (from partialScalarFunction) | Dependent variable y=f(u) |