Files
OpenFOAM-12/test/multiphase/multiphaseEuler/populationBalance/binaryBreakup/Allrun
Will Bainbridge 099505df9c zeroDimensionalFvMesh: New utility to create zero dimensional mesh
This utility can be run with no arguments or configuration, and will
create a unit cube mesh with empty patches on all sides.
2023-01-31 15:09:18 +00:00

15 lines
312 B
Bash
Executable File

#!/bin/sh
# Run from this directory
cd "${0%/*}" || exit 1
# Source run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication zeroDimensionalMesh
runApplication $(getApplication)
( cd validation && ./createGraphs )
#------------------------------------------------------------------------------