Skip to content

Commit

Permalink
Change global class names
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGautier committed Nov 17, 2023
1 parent fa7200e commit c4bbdaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
within Buildings.Templates.AirHandlersFans.Components.HeatRecovery;
model None "No heat recovery"
extends
.Buildings.Templates.AirHandlersFans.Components.Interfaces.PartialHeatRecovery(
Buildings.Templates.AirHandlersFans.Components.Interfaces.PartialHeatRecovery(
final typ=Buildings.Templates.AirHandlersFans.Types.HeatRecovery.None);

annotation (Documentation(info="<html>
Expand Down
10 changes: 5 additions & 5 deletions Buildings/Templates/Components/Validation/Coils.mo
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ model Coils "Validation model for coil components"
k=coiEva.dat.datCoi.sta[1].nomVal.TConIn_nominal)
"Outdoor temperature"
annotation (Placement(transformation(extent={{-130,-110},{-110,-90}})));
.Buildings.Controls.OBC.CDL.Reals.Sources.Constant XOut(k=0.015)
Buildings.Controls.OBC.CDL.Reals.Sources.Constant XOut(k=0.015)
"Water mass fraction in outdoor air"
annotation (Placement(transformation(extent={{-130,-150},{-110,-130}})));
Utilities.Psychrometrics.TWetBul_TDryBulXi wetBul(
redeclare final package Medium = MediumAir)
"Compute wet bulb temperature"
annotation (Placement(transformation(extent={{-60,-130},{-40,-110}})));
.Buildings.Controls.OBC.CDL.Reals.Sources.Constant pOut(k=101325)
Buildings.Controls.OBC.CDL.Reals.Sources.Constant pOut(k=101325)
"Outdoor pressure"
annotation (Placement(transformation(extent={{-130,-190},{-110,-170}})));
Fluid.Sources.Boundary_pT bouAirEntCoo1(
Expand All @@ -146,10 +146,10 @@ model Coils "Validation model for coil components"
Utilities.Psychrometrics.X_pTphi x_pTphi(use_p_in=false)
"Compute wet bulb temperature"
annotation (Placement(transformation(extent={{-88,-10},{-68,10}})));
.Buildings.Controls.OBC.CDL.Reals.Sources.Constant TAirEnt(k=coiEva.dat.datCoi.sta[
Buildings.Controls.OBC.CDL.Reals.Sources.Constant TAirEnt(k=coiEva.dat.datCoi.sta[
1].nomVal.TEvaIn_nominal) "Entering air temperature"
annotation (Placement(transformation(extent={{-130,10},{-110,30}})));
.Buildings.Controls.OBC.CDL.Reals.Sources.Constant phiAirEnt(k=coiEva.dat.datCoi.sta[
Buildings.Controls.OBC.CDL.Reals.Sources.Constant phiAirEnt(k=coiEva.dat.datCoi.sta[
1].nomVal.phiIn_nominal) "Enetring air relative humidity"
annotation (Placement(transformation(extent={{-130,-30},{-110,-10}})));
Buildings.Templates.Components.Coils.EvaporatorMultiStage coiMul(
Expand All @@ -161,7 +161,7 @@ model Coils "Validation model for coil components"
dpAir_nominal=200),
final energyDynamics=energyDynamics) "Multiple stage evaporator coil"
annotation (Placement(transformation(extent={{10,-170},{30,-150}})));
.Buildings.Controls.OBC.CDL.Integers.Sources.TimeTable y1(
Buildings.Controls.OBC.CDL.Integers.Sources.TimeTable y1(
table=[0,0; 1,1; 2,2],
timeScale=50,
period=200) "Coil/valve control signal"
Expand Down

0 comments on commit c4bbdaf

Please sign in to comment.