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

@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object p;
object p_rgh;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -38,7 +38,7 @@ FoamFile
bullet
{
type wall;
nFaces 37896;
nFaces 56218;
startFace 1133431;
}
)

View File

@ -54,7 +54,7 @@ MerkleCoeffs
SchnerrSauerCoeffs
{
n n [0 -3 0 0 0 0 0] 1.6e+09;
n n [0 -3 0 0 0 0 0] 1.6e+13;
dNuc dNuc [0 1 0 0 0 0 0] 2.0e-06;
Cc Cc [0 0 0 0 0 0 0] 1;
Cv Cv [0 0 0 0 0 0 0] 1;

View File

@ -14,36 +14,37 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application interPhaseChangeFoam;
application interPhaseChangeFoam;
startFrom latestTime;
startFrom latestTime;
startTime 0;
startTime 0;
stopAt endTime;
stopAt endTime;
endTime 0.05;
endTime 0.05;
deltaT 1e-8;
deltaT 1e-8;
writeControl adjustableRunTime;
writeControl adjustableRunTime;
writeInterval 0.001;
writeInterval 0.001;
purgeWrite 0;
purgeWrite 0;
writeFormat ascii;
writeFormat ascii;
writePrecision 6;
writePrecision 6;
writeCompression off;
writeCompression uncompressed;
timeFormat general;
timeFormat general;
runTimeModifiable true;
runTimeModifiable yes;
adjustTimeStep yes;
adjustTimeStep on;
maxCo 1.0;
maxCo 1.0;
// ************************************************************************* //

View File

@ -56,7 +56,7 @@ snGradSchemes
fluxRequired
{
default none;
p;
p_rgh;
pcorr;
alpha1;
}

View File

@ -37,7 +37,7 @@ solvers
relTol 0;
};
p
p_rgh
{
solver GAMG;
tolerance 1e-8;
@ -58,11 +58,11 @@ solvers
pcorr
{
$p;
$p_rgh;
relTol 0;
};
pFinal
p_rghFinal
{
solver PCG;
preconditioner

View File

@ -224,7 +224,7 @@ addLayersControls
//- If points get not extruded do nGrow layers of connected faces that are
// also not grown. This helps convergence of the layer addition process
// close to features.
nGrow 0;
nGrow 1;
// Advanced settings
@ -288,6 +288,9 @@ meshQualityControls
// Set to 180 to disable.
maxConcave 80;
//- Minimum projected area v.s. actual area. Set to -1 to disable.
minFlatness 0.5;
//- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to very negative number (e.g. -1E30) to disable.
minVol 1e-20;