Merged all multiphase developments in OpenFOAM-1.7.x

This commit is contained in:
Henry
2010-09-29 22:22:48 +01:00
parent fbf4d9ec10
commit 89ee9b3e0f
406 changed files with 32059 additions and 34733 deletions

View File

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

View File

@ -27,7 +27,7 @@ endTime 6400;
deltaT 0.1;
writeControl runTime;
writeControl adjustableRunTime;
writeInterval 20;
@ -37,13 +37,16 @@ writeFormat ascii;
writePrecision 6;
writeCompression off;
writeCompression uncompressed;
timeFormat general;
timePrecision 6;
runTimeModifiable true;
runTimeModifiable yes;
adjustTimeStep yes;
maxCo 1;
// ************************************************************************* //

View File

@ -39,7 +39,7 @@ laplacianSchemes
{
default none;
laplacian(muEff,U) Gauss linear corrected;
laplacian((rho*(1|A(U))),pmh) Gauss linear corrected;
laplacian((rho*(1|A(U))),p_rgh) Gauss linear corrected;
laplacian(DkEff,k) Gauss linear corrected;
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
laplacian(mut,Alpha) Gauss linear corrected;
@ -58,7 +58,7 @@ snGradSchemes
fluxRequired
{
default no;
pmh ;
p_rgh ;
}

View File

@ -17,7 +17,7 @@ FoamFile
solvers
{
pmh
p_rgh
{
solver PCG;
preconditioner DIC;
@ -25,7 +25,7 @@ solvers
relTol 0;
}
U
"U.*"
{
solver PBiCG;
preconditioner DILU;

View File

@ -136,7 +136,8 @@ boundaryField
OUTL15
{
type zeroGradient;
type inletOutlet;
inletValue uniform (0 0 0);
}
}

View File

@ -118,7 +118,8 @@ boundaryField
OUTL15
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0;
}
}

View File

@ -118,7 +118,8 @@ boundaryField
OUTL15
{
type zeroGradient;
type inletOutlet;
inletValue uniform 1.973e-07;
}
}

View File

@ -118,7 +118,8 @@ boundaryField
OUTL15
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0.000259;
}
}

View File

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

View File

@ -27,7 +27,7 @@ endTime 8000;
deltaT 0.1;
writeControl runTime;
writeControl adjustableRunTime;
writeInterval 50;
@ -37,13 +37,18 @@ writeFormat ascii;
writePrecision 6;
writeCompression off;
writeCompression compressed;
timeFormat general;
timePrecision 6;
runTimeModifiable true;
runTimeModifiable yes;
adjustTimeStep yes;
maxCo 1;
maxDeltaT 1;
// ************************************************************************* //

View File

@ -39,7 +39,7 @@ laplacianSchemes
{
default none;
laplacian(muEff,U) Gauss linear corrected;
laplacian((rho*(1|A(U))),pmh) Gauss linear corrected;
laplacian((rho*(1|A(U))),p_rgh) Gauss linear corrected;
laplacian(DkEff,k) Gauss linear corrected;
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
laplacian(mut,Alpha) Gauss linear corrected;
@ -58,7 +58,7 @@ snGradSchemes
fluxRequired
{
default no;
pmh ;
p_rgh ;
}

View File

@ -17,7 +17,7 @@ FoamFile
solvers
{
pmh
p_rgh
{
solver PCG;
preconditioner DIC;
@ -25,7 +25,7 @@ solvers
relTol 0;
}
U
"U.*"
{
solver PBiCG;
preconditioner DILU;
@ -71,7 +71,7 @@ PISO
momentumPredictor yes;
nOuterCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
nNonOrthogonalCorrectors 1;
}
relaxationFactors