Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved parameter tau to main tab #1907

Merged
merged 2 commits into from
Jul 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading