Skip to content

Commit

Permalink
removed final for the displayUnit
Browse files Browse the repository at this point in the history
JayHuLBL committed Dec 14, 2023
1 parent 1d32a41 commit e4610fc
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -18,20 +18,19 @@ model Effectiveness
"Part load (75%) sensible heat exchanger effectiveness at the heating mode";
parameter Modelica.Units.SI.Efficiency epsLatHeaPL(final max=1) = 0.75
"Part load (75%) latent heat exchanger effectiveness at the heating mode";
parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal(
final min = 100*Modelica.Constants.eps)
parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal
"Nominal supply air flow rate";

Modelica.Blocks.Interfaces.RealInput TSup(
final min=0,
final unit="K",
final displayUnit="degC")
displayUnit="degC")
"Supply air temperature"
annotation (Placement(transformation(extent={{-140,-60},{-100,-20}})));
Modelica.Blocks.Interfaces.RealInput TExh(
final min=0,
final unit="K",
final displayUnit="degC")
displayUnit="degC")
"Exhaust air temperature
" annotation (Placement(transformation(extent={{-140,-100},{-100,-60}})));
Modelica.Blocks.Interfaces.RealInput VSup_flow(final unit="m3/s")

0 comments on commit e4610fc

Please sign in to comment.