modelPropyleneGlycolWaterDerivativeCheck
Model that tests the derivative implementation
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example checks whether the function derivative is implemented correctly. If the derivative implementation is not correct, the model will stop with an assert statement.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | convT | 100 | Conversion factor to satisfy unit check |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | T | Temperature | |
| Modelica.Units.SI.SpecificEnthalpy | hLiqSym | Liquid phase enthalpy | |
| Modelica.Units.SI.SpecificEnthalpy | hLiqCod | Liquid phase enthalpy | |
| Modelica.Units.SI.SpecificHeatCapacity | cpSym | Specific heat capacity | |
| Modelica.Units.SI.SpecificHeatCapacity | cpCod | Specific heat capacity | |
| Modelica.Units.SI.SpecificHeatCapacity | cvSym | Specific heat capacity | |
| Modelica.Units.SI.SpecificHeatCapacity | cvCod | Specific heat capacity |
Contents
| Name | Description |
|---|---|
Revisions
-
March 13, 2018, by Massimo Cimmino:
First implementation.