Open zingale opened 4 months ago
I think also update mom_flux_has_p and related stuff
also need to modify cfl_violation/timestep constraint since in spherical2d dy is just dtheta but we want physical length , so rdtheta, when checking and determining timestep
We want to add 2D spherical geometry $(r, \theta)$ on the grid with axisymmetry in $\phi$.
The following tasks need to be done:
Castro/Source/sources/Castro_geom.cpp
to have the geometric terms (done in https://github.com/AMReX-Astro/Castro/pull/2955)Castro_util.H
) to have the same factors (done in https://github.com/AMReX-Astro/Castro/pull/2953)mom_flux_has_p
(done in https://github.com/AMReX-Astro/Castro/pull/2958)ptheta
flux register analogous to thepradial
one (done in https://github.com/AMReX-Astro/Castro/pull/2960)