Equations of fluid dynamics

Appendix E Fluid dynamics in one dimension

E.1 Balance equations in Eulerian form

In one dimension all vector and tensor quantities from the balance equations (2.47)-(2.49) degenerate to scalar quantities, eg.

vi,vj v1=v (E.1)
σij σ11=σ (E.2)
gi g1=g (E.3)

The balance equations of fluid dynamics in one dimensions are therefore written like:

tρ+r(vρ) =0 (E.4)
t(ρv)+r(vρv) =-rp+rσ-ρg (E.5)
t(ρe)+r(vρe) =-r(vp)+r(vσ)-vρg (E.6)

E.2 Balance equations in Lagrangian form

By using the Euler derivate we can write (E.4)-(E.6) like

ddtρ+ρrv =0 (E.7)
ddt(ρv)+ρvrv =-rp+rσ-ρg (E.8)
ddt(ρe)+ρerv =-r(vp)+r(vσ)-vρg (E.9)

If we introduce the so called mass coordinate defined by

m=ρrr=mρ (E.10)

we can write (E.4) like

ddtρ+ρ2mv =0 (E.11)
-1ρ2ddtρ-mv =0 (E.12)
ddt(1ρ) =mv (E.13)

The momentum equation (E.5) is transformed like

ddt(ρv)+ρ2vmv =-ρmp+ρmσ-ρg (E.14)
1ρ(ρddtv+vddtρ)+ρvmv =-mp+mσ-g (E.15)
ddtv+v(1ρddtρ+ρmv) =-mp+mσ-g (E.16)
ddtv-ρv(-1ρ2ddtρ-mv)0 =-mp+mσ-g (E.17)
ddtv =-mp+mσ-g (E.18)

With an analogous transformation the energy equation (E.6) can be written like

ddte =-m(vp)+m(vσ)-vg (E.19)

Summing up the three equations an retransforming them in terms of dr we get the balance equations in one-dimensional lagrangian form as they are often used in numerical fluid dynamics:

ddt(1ρ) =1ρrv (E.20)
ddtv =-1ρrp+1ρrσ-g (E.21)
ddte =-1ρr(vp)+1ρr(vσ)-vg (E.22)