#!/bin/sh
# Felipe Huerta - January 2021
# Script to execute OpenFOAM-v2006 overBuoyantPimpleDyMFoam
# for the isobaric evaporation of pure cryogens stored
# in cylindrical tanks

# Create or update mesh
./update_mesh
# Run overBuoyantPimpleDyMFoam in a single core
overBuoyantPimpleDyMFoam > cryogen_evaporation.log &
