AMReX-Fluids / IAMR

A parallel, adaptive mesh refinement (AMR) code that solves the variable-density incompressible Navier-Stokes equations.
https://amrex-fluids.github.io/IAMR/
80 stars 57 forks source link

Add Bubble RZ 2D test case #107

Closed wyphan closed 2 years ago

wyphan commented 2 years ago

This PR adds the inputs.2d.bubble_rz input file under Exec/run2d for the bubble problem under RZ coordinate system. It was adapted from the regression test input file regtest.2d.bubble_rz.

cgilet commented 2 years ago

Can you explain more why you feel we need this inputs file in addition to regtest.2d.bubble_rz? The only differences I see are that this changes to diffusivity to 0, and max_level to 2.

wyphan commented 2 years ago

Oh, it was simply meant for testing. Please feel free to close the PR if you think it's not needed.