mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Corrected line lengths
This commit is contained in:
@ -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
|
||||
(
|
||||
@ -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
|
||||
(
|
||||
@ -10,7 +10,7 @@ FoamFile
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object alpha;
|
||||
object alpha1;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -15,9 +15,9 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dragModela SchillerNaumann;
|
||||
dragModel1 SchillerNaumann;
|
||||
|
||||
dragModelb SchillerNaumann;
|
||||
dragModel2 SchillerNaumann;
|
||||
|
||||
dragPhase blended;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ preAlphaExp 300;
|
||||
|
||||
expMax 10;
|
||||
|
||||
alphaMax 0.6;
|
||||
alpha1Max 0.6;
|
||||
|
||||
g0 g0 [ 1 -1 -2 0 0 0 0 ] 0;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user