Skip to content

Commit

Permalink
Fix docs, add
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian.wuellhorst committed Oct 9, 2023
1 parent c0741a3 commit 7e09c80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within IBPSA.Fluid.Chillers.ModularReversible.Examples;
model LargeScaleWaterToWater
"Test model for chiller based on LargeScaleWaterToWater model"
"Example for large scale water to water chiller"
extends Modelica.Icons.Example;
package MediumCon = IBPSA.Media.Water "Medium model for condenser";
package MediumEva = IBPSA.Media.Water "Medium model for evaporator";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within IBPSA.Fluid.Chillers.ModularReversible.Examples;
model ModularReversible
"Test model for chiller based on ModularReversible approach"
"Example for modular reversible chiller"
extends Modelica.Icons.Example;
package MediumCon = IBPSA.Media.Water "Medium model for condenser";
package MediumEva = IBPSA.Media.Water "Medium model for evaporator";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within IBPSA.Fluid.Chillers.ModularReversible.Examples;
model ReversibleCarnotWithLosses
"Test model for chiller based on ReversibleCarnotWithLosses model"
"Example for reversible carnot chiller model"
extends Modelica.Icons.Example;
package MediumCon = IBPSA.Media.Water "Medium model for condenser";
package MediumEva = IBPSA.Media.Water "Medium model for evaporator";
Expand Down

0 comments on commit 7e09c80

Please sign in to comment.