Corrected line lengths

This commit is contained in:
Henry
2012-02-29 16:39:53 +00:00
parent 3237340aa3
commit 2491f257b1
245 changed files with 1825 additions and 1868 deletions

View File

@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volVectorField;
object Ua;
object U1;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -1908,7 +1908,7 @@ boundaryField
outlet
{
type pressureInletOutletVelocity;
phi phia;
phi phi1;
value nonuniform List<vector>
25
(

View File

@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volVectorField;
object Ub;
object U2;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -1908,7 +1908,7 @@ boundaryField
outlet
{
type pressureInletOutletVelocity;
phi phib;
phi phi2;
value nonuniform List<vector>
25
(

View File

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

View File

@ -15,9 +15,9 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dragModela SchillerNaumann;
dragModel1 SchillerNaumann;
dragModelb SchillerNaumann;
dragModel2 SchillerNaumann;
dragPhase blended;

View File

@ -21,9 +21,9 @@ equilibrium on;
e e [ 0 0 0 0 0 0 0 ] 0.9;
alphaMax alphaMax [ 0 0 0 0 0 0 0 ] 0.6;
alpha1Max alpha1Max [ 0 0 0 0 0 0 0 ] 0.6;
alphaMinFriction alphaMinFriction [ 0 0 0 0 0 0 0 ] 0.5;
alpha1MinFriction alpha1MinFriction [ 0 0 0 0 0 0 0 ] 0.5;
Fr Fr [ 1 -1 -2 0 0 0 0 ] 0.05;

View File

@ -19,7 +19,7 @@ preAlphaExp 300;
expMax 10;
alphaMax 0.6;
alpha1Max 0.6;
g0 g0 [ 1 -1 -2 0 0 0 0 ] 0;

View File

@ -15,20 +15,20 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
phaseb
{
nu nu [ 0 2 -1 0 0 0 0 ] 1e-06;
rho rho [ 1 -3 0 0 0 0 0 ] 1000;
d d [ 0 1 0 0 0 0 0 ] 0.0001;
}
phasea
phase1
{
nu nu [ 0 2 -1 0 0 0 0 ] 1.6e-05;
rho rho [ 1 -3 0 0 0 0 0 ] 1;
d d [ 0 1 0 0 0 0 0 ] 0.003;
}
phase2
{
nu nu [ 0 2 -1 0 0 0 0 ] 1e-06;
rho rho [ 1 -3 0 0 0 0 0 ] 1000;
d d [ 0 1 0 0 0 0 0 ] 0.0001;
}
Cvm Cvm [ 0 0 0 0 0 0 0 ] 0.5;
Cl Cl [ 0 0 0 0 0 0 0 ] 0;

View File

@ -60,21 +60,21 @@ functions
outputControl outputTime;
fields
(
Ua
U1
{
mean on;
prime2Mean off;
base time;
}
Ub
U2
{
mean on;
prime2Mean off;
base time;
}
alpha
alpha1
{
mean on;
prime2Mean off;

View File

@ -28,26 +28,26 @@ gradSchemes
divSchemes
{
default none;
div(phia,Ua) Gauss limitedLinearV 1;
div(phib,Ub) Gauss limitedLinearV 1;
div(phib,k) Gauss limitedLinear 1;
div(phib,epsilon) Gauss limitedLinear 1;
div(phi,alpha) Gauss limitedLinear01 1;
div(phir,alpha) Gauss limitedLinear01 1;
div(phi1,U1) Gauss limitedLinearV 1;
div(phi2,U2) Gauss limitedLinearV 1;
div(phi2,k) Gauss limitedLinear 1;
div(phi2,epsilon) Gauss limitedLinear 1;
div(phi,alpha1) Gauss limitedLinear01 1;
div(phir,alpha1) Gauss limitedLinear01 1;
div(phi,Theta) Gauss limitedLinear 1;
div(Rca) Gauss linear;
div(Rcb) Gauss linear;
div(Rc1) Gauss linear;
div(Rc2) Gauss linear;
}
laplacianSchemes
{
default none;
laplacian(nuEffa,Ua) Gauss linear corrected;
laplacian(nuEffb,Ub) Gauss linear corrected;
laplacian(nuEff1,U1) Gauss linear corrected;
laplacian(nuEff2,U2) Gauss linear corrected;
laplacian(Dp,p) Gauss linear corrected;
laplacian(alphaPpMag,alpha) Gauss linear corrected;
laplacian((alphak*nuEffb),k) Gauss linear corrected;
laplacian((alphaEps*nuEffb),epsilon) Gauss linear corrected;
laplacian(alpha1PpMag,alpha1) Gauss linear corrected;
laplacian((alpha1k*nuEff2),k) Gauss linear corrected;
laplacian((alpha1Eps*nuEff2),epsilon) Gauss linear corrected;
}
interpolationSchemes

View File

@ -63,7 +63,7 @@ solvers
relTol 0.1;
}
alphaFinal
alpha1Final
{
solver PBiCG;
preconditioner DILU;
@ -86,7 +86,7 @@ relaxationFactors
{
"U.*" 1;
"T.*" 1;
"alpha.*" 1;
"alpha1.*" 1;
"Theta.*" 1;
"k.*" 1;
"epsilon.*" 1;