DPMFoam, MPPICFoam: Renamed alphaPhic -> alphaPhi.<continuous phase name>
for consistency with multiphase solvers and compatibility with the generalized TurbulenceModels library.
This commit is contained in:
@ -28,7 +28,7 @@ divSchemes
|
||||
{
|
||||
default none;
|
||||
|
||||
div(alphaPhic,U.air) Gauss linearUpwindV unlimited;
|
||||
div(alphaPhi.air,U.air) Gauss linearUpwindV unlimited;
|
||||
div(((alpha.air*nuEff.air)*dev2(T(grad(U.air))))) Gauss linear;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user