Skip to content

Commit

Permalink
Fix a couple of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Oct 21, 2024
1 parent 3edfd08 commit 2deb348
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/modules/networks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ in .csv-files rather than your python script.
The :code:`init_previous` parameter can be used in design and offdesign
calculations and works very similar to specifying an :code:`init_path`.
In contrast, starting values are taken from the previous calculation. Specifying
the :code:`ìnit_path` overwrites :code:`init_previous`.
the :code:`init_path` overwrites :code:`init_previous`.

Design mode
+++++++++++
Expand Down Expand Up @@ -234,8 +234,8 @@ consequently the solution is obtained with numerical methods. TESPy uses the
n-dimensional Newton-Raphson method to find the system's solution, which may
only be found, if the network is parameterized correctly. **The number of**
**variables n changes depending on your system's topology and your**
**specifications**. Generally, masA presolving step reduces the amount of variables, see below
for more information.
**specifications**. On top of that, the presolver reduces the number of
variables based on your model structure and your specifications.

**General preprocessing**

Expand Down Expand Up @@ -311,7 +311,7 @@ result. The following steps are performed in finding starting values:

* fluid composition guessing.
* fluid property initialisation.
* initialisation from previous simulation run (:code:`ìnit_previous`).
* initialisation from previous simulation run (:code:`init_previous`).
* initialisation from .csv (setting starting values from :code:`init_path`
argument).

Expand Down Expand Up @@ -499,14 +499,14 @@ over-determined.
determine, which parameters are still to be specified.

If you are modeling a cycle, e.g. the Clausius Rankine cylce, you need to make
a cut in the cycle using the cycle_closer or a sink and a source not to
over-determine the system. Have a look in the
a cut in the cycle using the :code:`CycleCloser` or a :code:`Sink` and a
:code:`Source` not to over-determine the system. Have a look in the
:ref:`tutorial section <tespy_basics_label>` to understand why this is
important and how it can be implemented.

If you have provided the correct number of parameters in your system and the
calculations stops after or even before the first iteration, there might be a
couple reasons for that:
couple of reasons for that:

- Sometimes, the fluid property database does not find a specific fluid
property in the initialisation process, have you specified the values in the
Expand Down

0 comments on commit 2deb348

Please sign in to comment.