multiphase: Update phase-naming to use the new convention e.g. alpha.water

This commit is contained in:
Henry
2013-08-13 23:21:46 +01:00
parent 208f63027d
commit 2780df8365
177 changed files with 313 additions and 622 deletions

View File

@ -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;
}

View File

@ -17,7 +17,7 @@ FoamFile
solvers
{
"alpha1.*"
"alpha.sludge.*"
{
nAlphaSubCycles 2;
nAlphaCorr 1;

View File

@ -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
);
}
);