Mesh-motion with or without topology change or AMI is now supported in multiphaseEulerFoam for both cell- and face-momentum algorithms. The new tutorial case mixerVesselAMI2D is provided which is the AMI version of the 4-phase MRF mixerVessel2D case. It is setup with the cell-momentum algorithm but also runs fine with the face-momentum algorithm although the results are noticeably less accurate, particularly when the case is run single-phase and compared directly with those from pimpleFoam. Further testing is in progress. I2D/constant/thermophysicalProperties.water
14 lines
318 B
Bash
Executable File
14 lines
318 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # Run from this directory
|
|
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
|
|
m4 < system/blockMeshDict.m4 > system/blockMeshDict
|
|
|
|
runApplication blockMesh
|
|
|
|
runApplication topoSet
|
|
|
|
#------------------------------------------------------------------------------
|