Skip to content

Commit

Permalink
Moved parameter tau to main tab
Browse files Browse the repository at this point in the history
For #1906
  • Loading branch information
mwetter committed Jul 12, 2024
1 parent 180d319 commit e664cc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion IBPSA/Fluid/Delays/DelayFirstOrder.mo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ model DelayFirstOrder
final mSenFac=1);

parameter Modelica.Units.SI.Time tau=60 "Time constant at nominal flow"
annotation (Dialog(tab="Dynamics", group="Nominal condition"));
annotation (Dialog(group="Delay time"));

protected
parameter Modelica.Units.SI.Volume V_nominal=m_flow_nominal*tau/rho_default
Expand All @@ -34,6 +34,11 @@ The heat flux connector is optional and need not be connnected.
</html>",
revisions="<html>
<ul>
July 12, 2024, by Michael Wetter:<br/>
Moved parameter <code>tau</code> to the main parameter tab.<br/>
This is for
<a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/1906\">#1906</a>.
</li>
<li>
March 7, 2022, by Michael Wetter:<br/>
Set <code>final massDynamics=energyDynamics</code>.<br/>
Expand Down

0 comments on commit e664cc4

Please sign in to comment.