Changes between Version 16 and Version 17 of u/erica/CylindricalGravity
- Timestamp:
- 01/13/15 16:09:09 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/CylindricalGravity
v16 v17 2 2 3 3 The 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 4 7 5 8 === Laplace Operator === … … 84 87 85 88 *!StencilValues = (center, left, right, down, up)* 89 90 This means that we need to modify the elements StencilValues(1) and (2) for Cylindrical self-gravity.