compressibleInterFoam can now run with static or dynamic meshes selected in the constant/dynamicMeshDict dictionary.
12 lines
302 B
Bash
Executable File
12 lines
302 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # Run from this directory
|
|
|
|
wclean libso twoPhaseMixtureThermo
|
|
wclean libso surfaceTensionModels
|
|
wclean libso VoFphaseCompressibleTurbulenceModels
|
|
|
|
wclean
|
|
wclean compressibleInterFilmFoam
|
|
|
|
#------------------------------------------------------------------------------
|