Changes between Version 10 and Version 11 of u/erica/PoissonPlusHydro


Ignore:
Timestamp:
09/16/13 09:53:43 (11 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/PoissonPlusHydro

    v10 v11  
     1= Splitting Method =
     2
    13The non-homogenous 1D Euler equations with self-gravity are given by
    24
     
    4547'''Source step''' [[latex($\rightarrow$)]] [[latex($\vec{u}_i ^{n+1} = <\rho^{n+1/2}=\rho^{n+1}, u^{n+1}, E^{n+1}>$)]]
    4648
     49= Boundary Conditions =
     50
     51To test my code, I used periodic boundary conditions on the box and the poisson solver. For periodic BCs on the elliptic solver, this required subtracting off the mean density from the vector for rho, and using this as the source function.
     52
     53= Code Outline =
    4754
    4855