Skip to content

Commit

Permalink
Change y into x in spatialDistribution() definitions
Browse files Browse the repository at this point in the history
Generate image using http://latex2png.com at 120dpi

```tex
\begin{array}{rcl}
\frac{\partial z(x,t)}{\partial t}+v(t)\frac{\partial z(x,t)}{\partial x} & = & 0.0\\
z(0.0, t) & = & \mathrm{in}_0(t) \text{ if $v\geq 0$}\\
z(1.0, t) & = & \mathrm{in}_1(t) \text{ if $v<0$}
\end{array}
```
  • Loading branch information
beutlich committed Feb 10, 2022
1 parent 23a70a7 commit 7942a3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified ModelicaReference/Resources/Images/spatialdistribution.png
Loading
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 7942a3f

Please sign in to comment.