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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -28,7 +28,7 @@ boundaryField
outlet
{
type pressureInletOutletVelocity;
phi phia;
phi phi1;
value $internalField;
}
inlet

View File

@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volVectorField;
object Ub;
object U2;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -28,7 +28,7 @@ boundaryField
outlet
{
type pressureInletOutletVelocity;
phi phib;
phi phi2;
value $internalField;
}
inlet

View File

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

View File

@ -15,11 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dragModela GidaspowErgunWenYu;
dragModel1 GidaspowErgunWenYu;
dragModelb GidaspowErgunWenYu;
dragModel2 GidaspowErgunWenYu;
dragPhase a;
dragPhase "1";
residualSlip 0;

View File

@ -21,9 +21,9 @@ equilibrium on;
e e [ 0 0 0 0 0 0 0 ] 0.8;
alphaMax alphaMax [ 0 0 0 0 0 0 0 ] 0.62;
alpha1Max alpha1Max [ 0 0 0 0 0 0 0 ] 0.62;
alphaMinFriction alphaMinFriction [ 0 0 0 0 0 0 0 ] 0.65;
alpha1MinFriction alpha1MinFriction [ 0 0 0 0 0 0 0 ] 0.65;
Fr Fr [ 1 -1 -2 0 0 0 0 ] 0.05;

View File

@ -19,7 +19,7 @@ preAlphaExp 500;
expMax 1000;
alphaMax 0.62;
alpha1Max 0.62;
g0 g0 [ 1 -1 -2 0 0 0 0 ] 0;

View File

@ -15,14 +15,14 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
phasea
phase1
{
rho rho [ 1 -3 0 0 0 ] 2500;
nu nu [ 0 2 -1 0 0 ] 1e-06;
d d [ 0 1 0 0 0 0 0 ] 0.0003;
}
phaseb
phase2
{
rho rho [ 1 -3 0 0 0 ] 1.2;
nu nu [ 0 2 -1 0 0 ] 1.5e-05;
@ -35,7 +35,7 @@ Cl Cl [ 0 0 0 0 0 ] 0;
Ct Ct [ 0 0 0 0 0 ] 0;
alphaAlpha alphaAlpha [ 0 0 0 0 0 ] 0;
alpha1Alpha alpha1Alpha [ 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,25 +28,25 @@ 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(Galphaf,alpha) Gauss linear corrected;
laplacian(alpha1PpMag,alpha1) Gauss linear corrected;
laplacian(Galpha1f,alpha1) Gauss linear corrected;
laplacian(DkEff,k) Gauss linear corrected;
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
laplacian(kappa,Theta) Gauss linear corrected;

View File

@ -63,7 +63,7 @@ solvers
relTol 0.1;
}
alphaFinal
alpha1Final
{
solver PBiCG;
preconditioner DILU;

View File

@ -15,9 +15,9 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
defaultFieldValues ( volScalarFieldValue alpha 0 );
defaultFieldValues ( volScalarFieldValue alpha1 0 );
regions ( boxToCell { box ( 0 0 -0.1 ) ( 0.15 0.5 0.1 ) ; fieldValues ( volScalarFieldValue alpha 0.55 ) ; } );
regions ( boxToCell { box ( 0 0 -0.1 ) ( 0.15 0.5 0.1 ) ; fieldValues ( volScalarFieldValue alpha1 0.55 ) ; } );
// ************************************************************************* //