Isolator case using MIRGE-Com
Build emirge
git clone https://github.com/illinois-ceesd/emirge
cd emirge
./install.sh
cd mirgecom
git checkout y1-production
git clone https://github.com/w-hagen/isolator
In the emirge directory activate the ceesd environment and install gmsh
source ./config/activate_env.sh
conda install gmsh
In the directory containing this case file generate the mesh
gmsh -o isolator.msh -nopopup -format msh2 ./isolator.geo -2
To set a custom base element size for mesh generation
gmsh -setnumber size 0.1 -o isolator.msh -nopopup -format msh2 ./isolator.geo -2
The case can the be run similar to other MIRGE-Com applications. For examples see the MIRGE-Com documentation