Skip to content

Commit

Permalink
Added revision notes for #102
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Oct 29, 2014
1 parent 134c323 commit bee9191
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Annex60/Fluid/Interfaces/ConservationEquation.mo
@@ -1,7 +1,6 @@
within Annex60.Fluid.Interfaces;
model ConservationEquation "Lumped volume with mass and energy balance"


extends Annex60.Fluid.Interfaces.LumpedVolumeDeclarations;
// Port definitions
parameter Integer nPorts=0 "Number of ports"
Expand Down Expand Up @@ -256,6 +255,10 @@ Annex60.Fluid.MixingVolumes.MixingVolume</a>.
</html>", revisions="<html>
<ul>
<li>
October 21, 2014, by Filip Jorissen:<br/>
Added parameter <code>mFactor</code> to increase the thermal capacity.
</li>
<li>
October 6, 2014, by Michael Wetter:<br/>
Changed medium declaration in ports to be final.
</li>
Expand Down
4 changes: 4 additions & 0 deletions Annex60/Fluid/Interfaces/LumpedVolumeDeclarations.mo
Expand Up @@ -62,6 +62,10 @@ Annex60.Rooms.BaseClasses.MixedAir</a>.
revisions="<html>
<ul>
<li>
October 21, 2014, by Filip Jorissen:<br/>
Added parameter <code>mFactor</code> to increase the thermal capacity.
</li>
<li>
August 2, 2011, by Michael Wetter:<br/>
Set <code>substanceDynamics</code> and <code>traceDynamics</code> to final
and equal to <code>energyDynamics</code>,
Expand Down
12 changes: 11 additions & 1 deletion Annex60/Fluid/MixingVolumes/BaseClasses/PartialMixingVolume.mo
Expand Up @@ -61,7 +61,7 @@ protected
U(start=V*rho_start*Medium.specificInternalEnergy(
state_start)),
nPorts=nPorts,
mFactor=mFactor) if
final mFactor=mFactor) if
not useSteadyStateTwoPort "Model for dynamic energy balance"
annotation (Placement(transformation(extent={{40,0},{60,20}})));

Expand Down Expand Up @@ -172,6 +172,16 @@ Annex60.Fluid.MixingVolumes</a>.
</html>", revisions="<html>
<ul>
<li>
October 29, 2014, by Michael Wetter:<br/>
Made assignment of <code>mFactor</code> final, and changed computation of
density to use default medium states as are also used to compute the
specific heat capacity.
</li>
<li>
October 21, 2014, by Filip Jorissen:<br/>
Added parameter <code>mFactor</code> to increase the thermal capacity.
</li>
<li>
July 3, 2014, by Michael Wetter:<br/>
Added parameter <code>initialize_p</code>. This is required
to enable the coil models to initialize the pressure in the first
Expand Down

0 comments on commit bee9191

Please sign in to comment.