Skip to content

Commit

Permalink
Set displayUnit to Pa
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Dec 15, 2023
1 parent 8034742 commit 2a65fcf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ record Generic "Partial two-dimensional data of refrigerant machines"
"Nominal mass flow rate in condenser";
parameter Modelica.Units.SI.MassFlowRate mEva_flow_nominal
"Nominal mass flow rate in evaporator";
parameter Modelica.Units.SI.PressureDifference dpCon_nominal
parameter Modelica.Units.SI.PressureDifference dpCon_nominal(displayUnit="Pa")
"Nominal pressure drop in condenser";
parameter Modelica.Units.SI.PressureDifference dpEva_nominal
parameter Modelica.Units.SI.PressureDifference dpEva_nominal(displayUnit="Pa")
"Nominal pressure drop in evaporator";
parameter String devIde "Name of the device";
parameter Boolean use_TEvaOutForTab
Expand Down

0 comments on commit 2a65fcf

Please sign in to comment.