Skip to content

Commit

Permalink
Updated users guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Sep 5, 2023
1 parent 91b966a commit 3635e7f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ The following rules need to be followed, in addition to the guidelines described
but prioritize groupings based on model specific similarities.

#. Each block must have a ``defaultComponentName`` annotation and a ``%name`` label placed above the icon.
See for example the `CDL.Logical.Sources.Constant <https://github.com/lbl-srg/modelica-buildings/blob/f2bb4670f66b6385b3081fc1fcd70e6c6a131323/Buildings/Controls/OBC/CDL/Logical/Sources/Constant.mo#L13>`_
See for example line 13 in the `CDL.Logical.Sources.Constant <https://github.com/lbl-srg/modelica-buildings/blob/f2bb4670f66b6385b3081fc1fcd70e6c6a131323/Buildings/Controls/OBC/CDL/Logical/Sources/Constant.mo>`_
block.

#. To aid readability, the formatting of the Modelica source code file must be consistent with other
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Although the `Modelica Language Tutorial <https://modelica.org/documents/Modelic
Links to papers that describe or used the `Buildings` library are available at https://simulationresearch.lbl.gov/modelica/publications.html.
The model documentation from the download page contains user guides that describe the individual packages of the `Buildings` library.

The `IEA EBC Annex 60 <http://www.iea-annex60.org/final-report.html>`_ final report
The `IEA EBC Annex 60 <https://www.iea-annex60.org/final-report.html>`_ final report
summarizes the development of Modelica models, approaches and tools
for co-simulation based on the Functional Mockup Interface standard,
Building Information Modeling technologies based on the Industry Foundation Classes,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ helpful to log which state variables dominate the integration error
or the integrator time step control.
This usually points to the control loop that is unstable.
There are various methods for tuning a controller, and the documentation of
`Buildings.Controls.OBC.CDL.Reals.PIDWithReset <https://simulationresearch.lbl.gov/modelica/releases/v10.0.0/help/Buildings_Controls_OBC_CDL_Continuous.html#Buildings.Controls.OBC.CDL.Reals.PIDWithReset>`_
`Buildings.Controls.OBC.CDL.Reals.PIDWithReset <https://simulationresearch.lbl.gov/modelica/releases/v10.0.0/help/Buildings_Controls_OBC_CDL_Reals.html#Buildings.Controls.OBC.CDL.Reals.PIDWithReset>`_
outlines one approach for tuning the gains of a PI-controller.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ <h3><span class="section-number">5.4.3. </span>Control sequences using the Contr
</div></blockquote>
</li>
<li><p>Each block must have a <code class="docutils literal notranslate"><span class="pre">defaultComponentName</span></code> annotation and a <code class="docutils literal notranslate"><span class="pre">%name</span></code> label placed above the icon.
See for example the <a class="reference external" href="https://github.com/lbl-srg/modelica-buildings/blob/f2bb4670f66b6385b3081fc1fcd70e6c6a131323/Buildings/Controls/OBC/CDL/Logical/Sources/Constant.mo#L13">CDL.Logical.Sources.Constant</a>
See for example line 13 in the <a class="reference external" href="https://github.com/lbl-srg/modelica-buildings/blob/f2bb4670f66b6385b3081fc1fcd70e6c6a131323/Buildings/Controls/OBC/CDL/Logical/Sources/Constant.mo">CDL.Logical.Sources.Constant</a>
block.</p></li>
<li><p>To aid readability, the formatting of the Modelica source code file must be consistent with other
implemented blocks, e.g., use two spaces for indentation (no tabulators),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h2><span class="section-number">1.1. </span>Literature for Users<a class="heade
<p>Although the <a class="reference external" href="https://modelica.org/documents/ModelicaTutorial14.pdf">Modelica Language Tutorial</a> is for an older version (Modelica 1.4), it is still instructive and relevant to understand the concepts of the language.</p>
<p>Links to papers that describe or used the <cite>Buildings</cite> library are available at <a class="reference external" href="https://simulationresearch.lbl.gov/modelica/publications.html">https://simulationresearch.lbl.gov/modelica/publications.html</a>.
The model documentation from the download page contains user guides that describe the individual packages of the <cite>Buildings</cite> library.</p>
<p>The <a class="reference external" href="http://www.iea-annex60.org/final-report.html">IEA EBC Annex 60</a> final report
<p>The <a class="reference external" href="https://www.iea-annex60.org/final-report.html">IEA EBC Annex 60</a> final report
summarizes the development of Modelica models, approaches and tools
for co-simulation based on the Functional Mockup Interface standard,
Building Information Modeling technologies based on the Industry Foundation Classes,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h2><span class="section-number">3.1. </span>Unstable control loops<a class="hea
or the integrator time step control.
This usually points to the control loop that is unstable.
There are various methods for tuning a controller, and the documentation of
<a class="reference external" href="https://simulationresearch.lbl.gov/modelica/releases/v10.0.0/help/Buildings_Controls_OBC_CDL_Continuous.html#Buildings.Controls.OBC.CDL.Reals.PIDWithReset">Buildings.Controls.OBC.CDL.Reals.PIDWithReset</a>
<a class="reference external" href="https://simulationresearch.lbl.gov/modelica/releases/v10.0.0/help/Buildings_Controls_OBC_CDL_Reals.html#Buildings.Controls.OBC.CDL.Reals.PIDWithReset">Buildings.Controls.OBC.CDL.Reals.PIDWithReset</a>
outlines one approach for tuning the gains of a PI-controller.</p>
</section>
<section id="control-input-signal-of-equipment">
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ The following rules need to be followed, in addition to the guidelines described
but prioritize groupings based on model specific similarities.

#. Each block must have a ``defaultComponentName`` annotation and a ``%name`` label placed above the icon.
See for example the `CDL.Logical.Sources.Constant <https://github.com/lbl-srg/modelica-buildings/blob/f2bb4670f66b6385b3081fc1fcd70e6c6a131323/Buildings/Controls/OBC/CDL/Logical/Sources/Constant.mo#L13>`_
See for example line 13 in the `CDL.Logical.Sources.Constant <https://github.com/lbl-srg/modelica-buildings/blob/f2bb4670f66b6385b3081fc1fcd70e6c6a131323/Buildings/Controls/OBC/CDL/Logical/Sources/Constant.mo>`_
block.

#. To aid readability, the formatting of the Modelica source code file must be consistent with other
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Although the `Modelica Language Tutorial <https://modelica.org/documents/Modelic
Links to papers that describe or used the `Buildings` library are available at https://simulationresearch.lbl.gov/modelica/publications.html.
The model documentation from the download page contains user guides that describe the individual packages of the `Buildings` library.

The `IEA EBC Annex 60 <http://www.iea-annex60.org/final-report.html>`_ final report
The `IEA EBC Annex 60 <https://www.iea-annex60.org/final-report.html>`_ final report
summarizes the development of Modelica models, approaches and tools
for co-simulation based on the Functional Mockup Interface standard,
Building Information Modeling technologies based on the Industry Foundation Classes,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ helpful to log which state variables dominate the integration error
or the integrator time step control.
This usually points to the control loop that is unstable.
There are various methods for tuning a controller, and the documentation of
`Buildings.Controls.OBC.CDL.Reals.PIDWithReset <https://simulationresearch.lbl.gov/modelica/releases/v10.0.0/help/Buildings_Controls_OBC_CDL_Continuous.html#Buildings.Controls.OBC.CDL.Reals.PIDWithReset>`_
`Buildings.Controls.OBC.CDL.Reals.PIDWithReset <https://simulationresearch.lbl.gov/modelica/releases/v10.0.0/help/Buildings_Controls_OBC_CDL_Reals.html#Buildings.Controls.OBC.CDL.Reals.PIDWithReset>`_
outlines one approach for tuning the gains of a PI-controller.


Expand Down

0 comments on commit 3635e7f

Please sign in to comment.