Skip to content

Commit

Permalink
Merge pull request #1907 from ibpsa/issue1906_delayFirstOrder
Browse files Browse the repository at this point in the history
Moved parameter tau to main tab
  • Loading branch information
mwetter authored Jul 13, 2024
2 parents 180d319 + ac8db8a commit bf663bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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 Down Expand Up @@ -35,6 +35,12 @@ The heat flux connector is optional and need not be connnected.
revisions="<html>
<ul>
<li>
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/>
This is for
Expand Down

0 comments on commit bf663bb

Please sign in to comment.