Skip to content

Commit

Permalink
Merge pull request modelica#3948 from beutlich/fix-spatial-distribution
Browse files Browse the repository at this point in the history
Change y into x in spatialDistribution() definitions
  • Loading branch information
casella committed Feb 12, 2022
2 parents 23a70a7 + 7942a3f commit 421e09e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified ModelicaReference/Resources/Images/spatialdistribution.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions ModelicaReference/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -5014,11 +5014,11 @@ The operator <strong>spatialDistribution</strong> allows the infinite-dimensiona
<img src=\"modelica://ModelicaReference/Resources/Images/spatialdistribution.png\"
alt=\"spatialdistribution.png\">
</blockquote>
where <code>z(y, t)</code> is the transported quantity, <code>y</code> is the
normalized spatial coordinate (0.0 &le; <code>y</code> &le; 1.0), <code>t</code> is the
where <code>z(x, t)</code> is the transported quantity, <code>x</code> is the
normalized spatial coordinate (0.0 &le; <code>x</code> &le; 1.0), <code>t</code> is the
time, <code>v(t)</code> = <code>der(x)</code> is the normalized
transport velocity and the boundary conditions are set at either
<code>y</code> = 0.0 or <code>y</code> = 1.0, depending on the sign of the velocity.
<code>x</code> = 0.0 or <code>x</code> = 1.0, depending on the sign of the velocity.

<h4>Syntax</h4>
<blockquote><pre>
Expand Down

0 comments on commit 421e09e

Please sign in to comment.