Skip to content

Commit e2b490a

Browse files
authored
fixed typo (#4173)
* fixed typo * rebuild html
1 parent 4175de9 commit e2b490a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Buildings/Resources/Documentation/userGuide/build/html/_sources/bestPractice.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ We will now explain how state variables, such as temperature and pressure, can b
111111

112112
Consider a model consisting of a mass flow source ``Modelica.Fluid.Sources.MassFlowSource_T``, a fluid volume ``Buildings.Fluid.MixingVolumes.MixingVolume`` and
113113
a fixed boundary condition ``Buildings.Fluid.Sources.Boundary_pT``,
114-
connected in series as shown in the figure below. Note that the instance ``bou``
115-
implements an equation that sets the medium pressure at its port, i.e., the port pressure ``bou.ports.p`` is fixed.
114+
connected in series as shown in the figure below. Note that the instance ``sin``
115+
implements an equation that sets the medium pressure at its port, i.e., the port pressure ``sin.ports.p`` is fixed.
116116

117117
.. figure:: img/MixingVolumeInitialization.*
118118
:width: 300px

Buildings/Resources/Documentation/userGuide/build/html/bestPractice.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ <h3><span class="section-number">2.4.1. </span>Overdetermined initialization pro
263263
<p>We will now explain how state variables, such as temperature and pressure, can be initialized.</p>
264264
<p>Consider a model consisting of a mass flow source <code class="docutils literal notranslate"><span class="pre">Modelica.Fluid.Sources.MassFlowSource_T</span></code>, a fluid volume <code class="docutils literal notranslate"><span class="pre">Buildings.Fluid.MixingVolumes.MixingVolume</span></code> and
265265
a fixed boundary condition <code class="docutils literal notranslate"><span class="pre">Buildings.Fluid.Sources.Boundary_pT</span></code>,
266-
connected in series as shown in the figure below. Note that the instance <code class="docutils literal notranslate"><span class="pre">bou</span></code>
267-
implements an equation that sets the medium pressure at its port, i.e., the port pressure <code class="docutils literal notranslate"><span class="pre">bou.ports.p</span></code> is fixed.</p>
266+
connected in series as shown in the figure below. Note that the instance <code class="docutils literal notranslate"><span class="pre">sin</span></code>
267+
implements an equation that sets the medium pressure at its port, i.e., the port pressure <code class="docutils literal notranslate"><span class="pre">sin.ports.p</span></code> is fixed.</p>
268268
<figure class="align-default" id="id9">
269269
<a class="reference internal image-reference" href="_images/MixingVolumeInitialization.svg"><img alt="_images/MixingVolumeInitialization.svg" src="_images/MixingVolumeInitialization.svg" width="300px" /></a>
270270
<figcaption>

0 commit comments

Comments
 (0)