mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: 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:
committed by
Andrew Heather
parent
efe4a9a4b7
commit
a45b422b75
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
div(phiGByA,kinematicCloud:alpha) Gauss linear;
|
||||
|
||||
@ -33,7 +33,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;
|
||||
|
||||
div(phiGByA,kinematicCloud:alpha) Gauss linear;
|
||||
|
||||
@ -27,11 +27,11 @@ gradSchemes
|
||||
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;
|
||||
div(phiGByA,kinematicCloud:alpha) Gauss linear;
|
||||
div(alphaPhic,epsilon.air) Gauss limitedLinear 1;
|
||||
div(alphaPhic,k.air) Gauss limitedLinear 1;
|
||||
div(alphaPhi.air,epsilon.air) Gauss limitedLinear 1;
|
||||
div(alphaPhi.air,k.air) Gauss limitedLinear 1;
|
||||
}
|
||||
|
||||
laplacianSchemes
|
||||
|
||||
@ -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