Skip to content

Commit 7942a3f

Browse files
committedFeb 10, 2022
Change y into x in spatialDistribution() definitions
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} ```
1 parent 23a70a7 commit 7942a3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 
Loading

‎ModelicaReference/package.mo

+3-3
Original file line numberDiff line numberDiff line change
@@ -5014,11 +5014,11 @@ The operator <strong>spatialDistribution</strong> allows the infinite-dimensiona
50145014
<img src=\"modelica://ModelicaReference/Resources/Images/spatialdistribution.png\"
50155015
alt=\"spatialdistribution.png\">
50165016
</blockquote>
5017-
where <code>z(y, t)</code> is the transported quantity, <code>y</code> is the
5018-
normalized spatial coordinate (0.0 &le; <code>y</code> &le; 1.0), <code>t</code> is the
5017+
where <code>z(x, t)</code> is the transported quantity, <code>x</code> is the
5018+
normalized spatial coordinate (0.0 &le; <code>x</code> &le; 1.0), <code>t</code> is the
50195019
time, <code>v(t)</code> = <code>der(x)</code> is the normalized
50205020
transport velocity and the boundary conditions are set at either
5021-
<code>y</code> = 0.0 or <code>y</code> = 1.0, depending on the sign of the velocity.
5021+
<code>x</code> = 0.0 or <code>x</code> = 1.0, depending on the sign of the velocity.
50225022
50235023
<h4>Syntax</h4>
50245024
<blockquote><pre>

0 commit comments

Comments
 (0)
Please sign in to comment.