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:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user