
modelBaseModel
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Definition of parameters for the examples in this package.
Parameters
| Type | Name | Default | Description |
| Medium.AbsolutePressure | p1 | 100000 | Pressure before compression |
| Medium.Temperature | T1 | 300 | Temperature before compression |
| Real | compressionRatio | 10 | Compression ratio |
| Medium.Temperature | T3 | 2200 | Temperature after combustion |
| SI.MassFlowRate | m_flow | 1 | Mass flow rate |
| Medium.Density | rho1 | Medium.density_pTX(p1, T1, Medium.X_default) | Density before compression |
| Medium.Density | rho2 | rho1*compressionRatio | Density after compression |
| SI.SpecificVolume | v1 | 1/rho1 | Specific volume before compression |
| SI.SpecificVolume | v2 | 1/rho2 | Specific volume after compression |
Contents
| Name | Description |
Medium | Medium model |
Revisions
-
2026, by Raphael Gebhart (raphael.gebhart@dlr.de):
Initial version.