Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Oct 29, 2014
1 parent bee9191 commit ff3707e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Annex60/Fluid/Interfaces/ConservationEquation.mo
Expand Up @@ -8,7 +8,7 @@ model ConservationEquation "Lumped volume with mass and energy balance"
parameter Boolean initialize_p = not Medium.singleState
"= true to set up initial equations for pressure";
parameter Real mFactor = 1
"Optional factor for scaling the thermal mass of the mixing volume";
"Factor to scale the thermal mass of the volume";
Modelica.Fluid.Vessels.BaseClasses.VesselFluidPorts_b ports[nPorts](
redeclare each final package Medium = Medium) "Fluid inlets and outlets"
annotation (Placement(transformation(extent={{-40,-10},{40,10}},
Expand Down
2 changes: 1 addition & 1 deletion Annex60/Fluid/Interfaces/LumpedVolumeDeclarations.mo
Expand Up @@ -37,7 +37,7 @@ record LumpedVolumeDeclarations "Declarations for lumped volumes"
"Nominal value of trace substances. (Set to typical order of magnitude.)"
annotation (Dialog(tab="Initialization", enable=Medium.nC > 0));
parameter Real mFactor=1
"Optional factor for scaling the thermal mass of the mixing volume"
"Factor to scale the thermal mass of the volume"
annotation(Dialog(tab="Advanced"));

annotation (preferredView="info",
Expand Down

0 comments on commit ff3707e

Please sign in to comment.