Main Page: Difference between revisions
No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
{{ α }} | {{ α }} | ||
==Lagrangian Representation== | |||
===in terms of velocity:=== | |||
Among the [[User:Tohline/PGE#Principal_Governing_Equations|principal governing equations]] we have included the | |||
<div align="center"> | |||
<span id="ConservingMomentum:Lagrangian"><font color="#770000">'''Lagrangian Representation'''</font></span><br /> | |||
of the Euler Equation, | |||
{{User:Tohline/Math/EQ_Euler01}} | |||
[<b>[[User:Tohline/Appendix/References#BLRY07|<font color="red">BLRY07</font>]]</b>], p. 13, Eq. (1.55) | |||
</div> | |||
===in terms of momentum density:=== | |||
Multiplying this equation through by the mass density {{User:Tohline/Math/VAR_Density01}} produces the relation, | |||
<div align="center"> | |||
<math>\rho\frac{d\vec{v}}{dt} = - \nabla P - \rho\nabla \Phi</math> , | |||
</div> | |||
which may be rewritten as, | |||
<div align="center"> | |||
<math>\frac{d(\rho\vec{v})}{dt}- \vec{v}\frac{d\rho}{dt} = - \nabla P - \rho\nabla \Phi</math> . | |||
</div> | |||
Combining this with the [[User:Tohline/PGE/ConservingMass#ConservingMass:Lagrangian|Standard Lagrangian Representation of the Continuity Equation]], we derive, | |||
<div align="center"> | |||
<math>\frac{d(\rho\vec{v})}{dt}+ (\rho\vec{v})\nabla\cdot\vec{v} = - \nabla P - \rho\nabla \Phi</math> . | |||
</div> | |||
==Eulerian Representation== | |||
===in terms of velocity:=== | |||
By replacing the so-called Lagrangian (or "material") time derivative <math>d\vec{v}/dt</math> in the Lagrangian representation of the Euler equation by its Eulerian counterpart (see, for example, the wikipedia discussion titled, "[https://en.wikipedia.org/wiki/Material_derivative Material_derivative]", to understand how the Lagrangian and Eulerian descriptions of fluid motion differ from one another conceptually as well as how to mathematically transform from one description to the other), we directly obtain the | |||
<div align="center"> | |||
<span id="ConservingMomentum:Eulerian"><font color="#770000">'''Eulerian Representation'''</font></span><br /> | |||
of the Euler Equation, | |||
{{User:Tohline/Math/EQ_Euler02}} | |||
</div> | |||
===in terms of momentum density:=== | |||
As was done above in the context of the Lagrangian representation of the Euler equation, we can multiply this expression through by {{User:Tohline/Math/VAR_Density01}} and combine it with the continuity equation to derive what is commonly referred to as the, | |||
<div align="center"> | |||
<span id="ConservingMomentum:Conservative"><font color="#770000">'''Conservative Form'''</font></span><br /> | |||
of the Euler Equation, | |||
{{User:Tohline/Math/EQ_Euler03}} | |||
[<b>[[User:Tohline/Appendix/References#BLRY07|<font color="red">BLRY07</font>]]</b>], p. 8, Eq. (1.31) | |||
</div> | |||
The second term on the left-hand-side of this last expression represents the divergence of the "[https://en.wikipedia.org/wiki/Dyadics dyadic product]" or "[https://en.wikipedia.org/wiki/Outer_product outer product]" of the vector momentum density and the velocity vector, and is sometimes written as, <math>~\nabla\cdot [(\rho \vec{v}) \otimes \vec{v}]</math>. | |||
===in terms of the vorticity:=== | |||
Drawing on one of the standard [https://en.wikipedia.org/wiki/Vector_calculus_identities#Dot_product_rule dot product rule vector identities], the nonlinear term on the left-hand-side of the Eulerian representation of the Euler equation can be rewritten as, | |||
<div align="center"> | |||
<math> | |||
(\vec{v}\cdot\nabla)\vec{v} = \frac{1}{2}\nabla(\vec{v}\cdot\vec{v}) - \vec{v}\times(\nabla\times\vec{v}) | |||
= \frac{1}{2}\nabla(v^2) + \vec{\zeta}\times \vec{v} , | |||
</math> | |||
</div> | |||
where, | |||
<div align="center"> | |||
<math> | |||
\vec\zeta \equiv \nabla\times\vec{v} | |||
</math> | |||
</div> | |||
is commonly referred to as the [https://en.wikipedia.org/wiki/Vorticity vorticity]. Making this substitution leads to an expression for the, | |||
<div align="center"> | |||
Euler Equation<br /> | |||
<span id="ConservingMomentum:Vorticity"><font color="#770000">'''in terms of the Vorticity'''</font></span>, | |||
{{User:Tohline/Math/EQ_Euler04}} | |||
</div> | |||
==Double Check Vector Identities== | |||
In a subsection of an accompanying chapter titled, [[User:Tohline/AxisymmetricConfigurations/SolutionStrategies#Double_Check_Vector_Identities|''Double Check Vector Identities,'']] we explicitly demonstrate for four separate "simple rotation profiles" that these two separate terms involving a nonlinear velocity expression do indeed generate identical mathematical relations, namely. | |||
<table border="0" cellpadding="5" align="center"> | |||
<tr> | |||
<td align="right"> | |||
<math>~(\vec{v} \cdot \nabla) \vec{v}</math> | |||
</td> | |||
<td align="center"> | |||
<math>~=</math> | |||
</td> | |||
<td align="left"> | |||
<math>~\vec\zeta \times \vec{v} + \frac{1}{2}\nabla (v^2) \, ;</math> | |||
</td> | |||
</tr> | |||
</table> | |||
and we explicitly demonstrate that they are among the set of velocity profiles that can also be expressed in terms of the gradient of a "centrifugal potential," <math>~\nabla\Psi</math>. | |||
Revision as of 23:25, 9 June 2021
MediaWiki has been installed.
Consult the User's Guide for information on using the wiki software.
Getting started
- Configuration settings list
- MediaWiki FAQ
- MediaWiki release mailing list
- Localise MediaWiki for your language
- Learn how to combat spam on your wiki
Various Trials & Tests
- First (bad) MediaWiki tests
- Learning how to modify and enhance the a2Hosting MediaWiki environment.
I'm just testing to see if I'm properly editing.
.
Try another way: Template:Math
Lagrangian Representation
in terms of velocity:
Among the principal governing equations we have included the
Lagrangian Representation
of the Euler Equation,
[BLRY07], p. 13, Eq. (1.55)
in terms of momentum density:
Multiplying this equation through by the mass density User:Tohline/Math/VAR Density01 produces the relation,
,
which may be rewritten as,
.
Combining this with the Standard Lagrangian Representation of the Continuity Equation, we derive,
.
Eulerian Representation
in terms of velocity:
By replacing the so-called Lagrangian (or "material") time derivative in the Lagrangian representation of the Euler equation by its Eulerian counterpart (see, for example, the wikipedia discussion titled, "Material_derivative", to understand how the Lagrangian and Eulerian descriptions of fluid motion differ from one another conceptually as well as how to mathematically transform from one description to the other), we directly obtain the
Eulerian Representation
of the Euler Equation,
in terms of momentum density:
As was done above in the context of the Lagrangian representation of the Euler equation, we can multiply this expression through by User:Tohline/Math/VAR Density01 and combine it with the continuity equation to derive what is commonly referred to as the,
The second term on the left-hand-side of this last expression represents the divergence of the "dyadic product" or "outer product" of the vector momentum density and the velocity vector, and is sometimes written as, .
in terms of the vorticity:
Drawing on one of the standard dot product rule vector identities, the nonlinear term on the left-hand-side of the Eulerian representation of the Euler equation can be rewritten as,
where,
is commonly referred to as the vorticity. Making this substitution leads to an expression for the,
Euler Equation
in terms of the Vorticity,
Double Check Vector Identities
In a subsection of an accompanying chapter titled, Double Check Vector Identities, we explicitly demonstrate for four separate "simple rotation profiles" that these two separate terms involving a nonlinear velocity expression do indeed generate identical mathematical relations, namely.
|
|
|
|
and we explicitly demonstrate that they are among the set of velocity profiles that can also be expressed in terms of the gradient of a "centrifugal potential," .