multiphaseEulerFoam: Added moving-mesh support for both cell- and face-momentum algorithms

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
This commit is contained in:
Henry Weller
2021-02-01 11:06:25 +00:00
parent d35103fe22
commit 441ff53e2d
51 changed files with 3534 additions and 111 deletions

View File

@ -32,7 +32,7 @@ divSchemes
div(rhoPhi,U) Gauss vanLeerV;
div(rhoPhi,T) Gauss vanLeer;
div(rhoPhi,K) Gauss linear;
div((phi+meshPhi),p) Gauss linear;
div(phi,p) Gauss linear;
div(((thermo:rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
}