Changes between Version 16 and Version 17 of u/erica/CylindricalGravity


Ignore:
Timestamp:
01/13/15 16:09:09 (10 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/CylindricalGravity

    v16 v17  
    22
    33The governing equation is Poisson's equation for gravity, which for a given mass distribution can be solved for the gravitational potential. In astrobear, we use the potential to solve for the gravitational forces in the fluid. The equation we use for the resultant force is either in conservative or non-conservative form (want to read more into the numerical methods here and link to these pages).
     4
     5== Description of why we want 2.5D self gravity ==
     6
    47
    58=== Laplace Operator ===
     
    8487
    8588*!StencilValues = (center, left, right, down, up)*
     89
     90This means that we need to modify the elements StencilValues(1) and (2) for Cylindrical self-gravity.