mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
multiphase: Update phase-naming to use the new convention e.g. alpha.water
This commit is contained in:
@ -31,7 +31,7 @@ divSchemes
|
||||
default none;
|
||||
|
||||
div(rho*phi,U) Gauss linear;
|
||||
div(phi,alpha1) Gauss vanLeer;
|
||||
div(phi,alpha) Gauss vanLeer;
|
||||
div(phi,k) Gauss limitedLinear 1;
|
||||
div((muEff*dev(T(grad(U))))) Gauss linear;
|
||||
}
|
||||
@ -55,7 +55,7 @@ fluxRequired
|
||||
{
|
||||
default no;
|
||||
p_rgh;
|
||||
alpha1;
|
||||
alpha.sludge;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
solvers
|
||||
{
|
||||
"alpha1.*"
|
||||
"alpha.sludge.*"
|
||||
{
|
||||
nAlphaSubCycles 2;
|
||||
nAlphaCorr 1;
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
defaultFieldValues
|
||||
(
|
||||
volScalarFieldValue alpha1 0
|
||||
volScalarFieldValue alpha.sludge 0
|
||||
volVectorFieldValue U (0 0 0)
|
||||
);
|
||||
|
||||
@ -28,7 +28,7 @@ regions
|
||||
|
||||
fieldValues
|
||||
(
|
||||
volScalarFieldValue alpha1 1
|
||||
volScalarFieldValue alpha.sludge 1
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user