climbingRod tutorial: renamed fluid phase -> liquid

This commit is contained in:
Chris Greenshields
2017-11-01 10:00:30 +00:00
parent 6b023ff9ac
commit 04b562cd7a
9 changed files with 13 additions and 13 deletions

View File

@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
object alpha.fluid;
object alpha.liquid;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volSymmTensorField;
object sigma.fluid;
object sigma.liquid;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -19,8 +19,8 @@ stabilization
{
type symmTensorPhaseLimitStabilization;
field sigma.fluid;
rate rLambda.fluid;
field sigma.liquid;
rate rLambda.liquid;
residualAlpha 1e-3;
}

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
phases (fluid air);
phases (liquid air);
pMin 10000;

View File

@ -36,14 +36,14 @@ divSchemes
div(phi,p) Gauss upwind;
div(rhoPhi,K) Gauss upwind;
div(alphaRhoPhi.fluid,sigma.fluid) Gauss linearUpwind grad(sigma);
div(alphaRhoPhi.liquid,sigma.liquid) Gauss linearUpwind grad(sigma);
div(((alpha.fluid*thermo:rho.fluid)*sigma.fluid)) Gauss linear;
div((((alpha.fluid*thermo:rho.fluid)*nuM)*grad(U))) Gauss linear;
div((((alpha.fluid*thermo:rho.fluid)*(thermo:mu.fluid|thermo:rho.fluid))*dev2(T(grad(U))))) Gauss linear;
div(((alpha.liquid*thermo:rho.liquid)*sigma.liquid)) Gauss linear;
div((((alpha.liquid*thermo:rho.liquid)*nuM)*grad(U))) Gauss linear;
div((((alpha.liquid*thermo:rho.liquid)*(thermo:mu.liquid|thermo:rho.liquid))*dev2(T(grad(U))))) Gauss linear;
div((((alpha.air*thermo:rho.air)*nuEff.air)*dev2(T(grad(U))))) Gauss linear;
div((((alpha.fluid*thermo:rho.fluid)*nuEff.fluid)*dev2(T(grad(U))))) Gauss linear;
div((((alpha.liquid*thermo:rho.liquid)*nuEff.liquid)*dev2(T(grad(U))))) Gauss linear;
}
laplacianSchemes

View File

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

View File

@ -17,7 +17,7 @@ FoamFile
defaultFieldValues
(
volScalarFieldValue alpha.fluid 0
volScalarFieldValue alpha.liquid 0
);
regions
@ -27,7 +27,7 @@ regions
box (0 0 -1) (1 0.0771 1);
fieldValues
(
volScalarFieldValue alpha.fluid 1
volScalarFieldValue alpha.liquid 1
);
}
);