modelPolytropicCycle

Extends from ThermofluidStream.Idealized.Examples.TUMExercisesThermodynamicCycles.Exercise4DieselEngine.BaseModel (Defines the parameters).

Information

Example of an Diesel engine cycle. See TUMExercisesThermodynamicCycles.Exercise4DieselEngine for the problem description.

This example makes use of the following components and settings:

Parameters

TypeNameDefaultDescription
Medium.AbsolutePressurep1 (from BaseModel)100000Pressure before compression
Medium.TemperatureT1 (from BaseModel)300Temperature before compression
RealcompressionRatio (from BaseModel)23Compression ratio
SI.TemperatureT3 (from BaseModel)1700Temperature after combustion
SI.MassFlowRatem_flow (from BaseModel)1Mass flow rate
Medium.Densityrho1 (from BaseModel)Medium.density_pT(p1, T1)Density before compression

Components

TypeNameDefaultDescription
ThermofluidStream.DropOfCommonsdropOfCommons (from BaseModel)
ThermofluidStream.Idealized.Processes.PolytropicPerfectGascompression
ThermofluidStream.Idealized.Processes.Isobariccombustion
ThermofluidStream.Idealized.Processes.PolytropicPerfectGasexpansion
ThermofluidStream.Idealized.Processes.IsochoricgasExchange
ThermofluidStream.Idealized.Boundaries.LoopBreaker_mloopBreaker
ThermofluidStream.Idealized.EnergyFlow.Components.SumshaftPower
ThermofluidStream.Utilities.showRealValuemaximumPressure
ThermofluidStream.Utilities.showRealValuenetWork
ThermofluidStream.Utilities.showRealValueefficiency
ThermofluidStream.Utilities.showRealValueexhaustTemperature

Revisions

  • 2026, by Raphael Gebhart (raphael.gebhart@dlr.de):
    Initial version.