5 | | == Description of why we want 2.5D self gravity == |
| 5 | == Multidimensions == |
| 6 | |
| 7 | Poisson's equation can be simplified (i.e. written with last terms) under various symmetries in the problem setup. Some examples are: |
| 8 | |
| 9 | 2D-symmetry-- Can drop the z-derivative term in the PDE. This modified equation is appropriate for an infinite slab. The variables in the PDE are x & y. [[br]] |
| 10 | |
| 11 | 2.5D-symmetry-- Use cylindrical geometry to rewrite the PDE, and drop the theta derivative terms. This is appropriate for cylindrical symmetry. The variables are r & z. |
| 12 | |
| 13 | If the simulations have these symmetries, then instead of solving Poisson's full 3D equation, we can solve a modified, simpler equation. |
| 14 | |
| 15 | == 2.5D Geometry == |
| 16 | |
| 17 | 2.5D means cylindrical symmetry, i.e. the xy plane now represents the rz plane -- there is azimuthal symmetry in phi. |
| 18 | |
| 19 | The hyperbolic solvers for the Euler equations have been modified (i.e. include 1/r terms now), however, up until this fix in the code, any calculations with gravity used regular 2D gravity, which would introduce errors. Here is an example: |