Skip to content

Commit

Permalink
Delete reference to OpenModelica and Dymola in the documentaiton
Browse files Browse the repository at this point in the history
  • Loading branch information
ceraolo committed Jul 2, 2023
1 parent ba53b22 commit 5c5562c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Modelica/Electrical/Analog/Lines/Functions/TestLineCmatrix.mo
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ algorithm
Documentation(info="<html>
<p>This model tests the C matrix as computed with function lineCmatrix, with the geometry of fig. 4.11 of [<a href=\"modelica://Modelica.Electrical.Analog.UsersGuide.References\">EmtpTheoryBook</a>]. </p>
<p>The results are given textually in the log and show a good agreement with the results shown in EmtpTheoryBook.</p>
<p>This simulation runs correctly with both Dymola and OpenModelica.
The function computes both the C-matrix and the array of physical capacitances miming C-matrix behaviour (see documentation of lineCmatrix for details)</p>
<p>Computation result using Dymola 2023:</p>
<p>The function computes both the C-matrix and the array of physical capacitances miming C-matrix behaviour (see documentation of lineCmatrix for details)</p>
<p>Expected output:</p>
<pre>
***** Full C matrix from lineCmatrix in nF/km *****
*** (only half: matrix is symmetric) ***
Expand Down
6 changes: 3 additions & 3 deletions Modelica/Electrical/Analog/Lines/Functions/TestLineZmatrix.mo
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ algorithm
Documentation(info="<html>
<p>This model tests the Z matrix as computed with function lineZmatrix, with the geometry of fig. 4.11 of [<a href=\"modelica://Modelica.Electrical.Analog.UsersGuide.References\">EmtpTheoryBook</a>]. </p>
<p>The results are given textually in the log and show a good agreement with the results shown in EmtpTheoryBook.</p>
<p>This simulation runs correctly with both Dymola and OpenModelica. Computation result using Dymola 2023:</p>
<p>Expected output:</p>
<pre>
***** Using lineZmatrix, RESULTS in ohm/km *****
*** (one row per matrix row; numbers should be intended right-aligned) ***
***** Using lineZmatrix, RESULTS in ohm/km *****
*** (one row per matrix row; numbers should be intended right-aligned) ***
0.405445+j0.986077 0.0574443+j0.426468 0.0574443+j0.426468 0.058076+j0.316811
0.405445+j0.986077 0.0574408+j0.374207 0.0580827+j0.329078
0.405445+j0.986077 0.0580667+j0.304429
Expand Down

0 comments on commit 5c5562c

Please sign in to comment.