yut23 / AMReX-Pseduo3D

Takes in a 2-D AMReX plotfile and converts it to a 3D plotfile which is one cell thick along the third direction.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMReX-Pseduo3D

Takes in a 2-D AMReX plotfile and converts it to a 3D plotfile which is one cell thick along the third direction.

Compile with amrex and run. Tested inside PeleAnalysis/Src by using:

make -j<cores> EBASE=Pseudo3D NEEDS_f90_SRC=FALSE

Runtime inputs:

./Pseudo3D3d.gnu.MPI.ex infile=<pltfilename> is_per=<i j 1>

For the second argument, we specifify periodicity of boundaries along the 2 directions. The third direction is kept periodic after extrusion.

About

Takes in a 2-D AMReX plotfile and converts it to a 3D plotfile which is one cell thick along the third direction.


Languages

Language:C++ 100.0%