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 p;
object p_rgh;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -37,17 +37,18 @@ writeFormat ascii;
writePrecision 6;
writeCompression off;
writeCompression uncompressed;
timeFormat general;
timePrecision 6;
runTimeModifiable true;
runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.5;
maxAlphaCo 0.5;
maxDeltaT 1;

View File

@ -50,7 +50,7 @@ snGradSchemes
fluxRequired
{
default no;
p;
p_rgh;
pcorr;
alpha1;
}

View File

@ -25,7 +25,7 @@ solvers
relTol 0;
}
p
p_rgh
{
solver PCG;
preconditioner DIC;
@ -33,9 +33,9 @@ solvers
relTol 0.05;
}
pFinal
p_rghFinal
{
$p;
$p_rgh;
tolerance 1e-07;
relTol 0;
}