Changes between Version 1 and Version 2 of u/erica/PoissonPlusHydro


Ignore:
Timestamp:
08/29/13 12:47:56 (11 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/PoissonPlusHydro

    v1 v2  
    1 Under construction
     1The non-homogenous 1D Euler equations with self-gravity are given by
     2
     3[[latex($\frac{\partial }{\partial t} \begin{pmatrix} \rho \\ \rho u \\ E\end{pmatrix} + \frac{\partial }{\partial x} \begin{pmatrix} \rho u \\ \rho u^2 + p \\ u(E+p) \end{pmatrix} = \begin{pmatrix} 0 \\ - \rho \triangledown \phi_g \\ -\rho u \cdot \triangledown \phi_g \end{pmatrix}$)]]
     4
     5which in short hand notation is
     6
     7[[latex($\vec{u}_t + \vec{F}(\vec{u})_x = \vec{S}(\vec{u})$)]]
     8
     9where [[latex($\vec{u}$)]] is vector of fluid variables, [[latex($\vec{F}$)]] is their fluxes, and [[latex($\vec{S}$)]] is the source-term vector.
     10