Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Modelica/Media/Incompressible.mo
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ package Incompressible
Medium.SpecificHeatCapacity cv=Medium.specificHeatCapacityCv(medium.state);
Medium.SpecificInternalEnergy u=Medium.specificInternalEnergy(medium.state);
Medium.SpecificInternalEnergy h=Medium.specificEnthalpy(medium.state);
Copy link
Member

@beutlich beutlich Nov 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Medium.SpecificInternalEnergy h=Medium.specificEnthalpy(medium.state);
Medium.SpecificEnthalpy h=Medium.specificEnthalpy(medium.state);

one more

Medium.SpecificInternalEnergy d=Medium.density(medium.state);
Medium.Density d=Medium.density(medium.state);
protected
constant SI.Time timeUnit = 1;
constant SI.Temperature Ta = 1;
Expand Down