modelPartialFixed
Base class
Information
Defines the parameters
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.MassFlowRate | m_flow | 1 | Mass flow rate |
| Medium.AbsolutePressure | p_in | 100000 | Inlet pressure |
| Medium.Temperature | T_in | 293.15 | Inlet temperature |
| SI.TemperatureDifference | dT | 20 | Temperature difference |
| Medium.Temperature | T_out | T_in + dT | Outlet temperature |
| Medium.SpecificHeatCapacity | cv | Medium.specificHeatCapacityCv(Medium.setState_pT(p_in, T_in)) | |
| SI.HeatFlowRate | Q_flow | m_flow*cv*dT | Heat flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| ThermofluidStream.DropOfCommons | dropOfCommons |
Contents
| Name | Description |
|---|---|
Revisions
-
2026, by Raphael Gebhart (raphael.gebhart@dlr.de):
Initial version.