Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2011-03-02 16:14:12 +00:00
105 changed files with 99 additions and 103 deletions

View File

@ -8,4 +8,4 @@ cd ${0%/*} || exit 1 # run from this directory
runApplication blockMesh
# run the solver
runApplication steadyReactingParcelFoam
runApplication LTSReactingParcelFoam

View File

@ -51,4 +51,8 @@ maxCo 0.5;
maxDeltaT 1;
alphaTauSpecie 1e10;
alphaTauTemp 0.005;
// ************************************************************************* //

View File

@ -53,8 +53,9 @@ solvers
}
}
SIMPLE
PISO
{
nCorrectors 2;
nNonOrthogonalCorrectors 0;
momentumPredictor yes;
rhoMin rhoMin [1 -3 0 0 0] 0.1;
@ -68,10 +69,5 @@ additional
solveSpecies true;
}
relaxationFactors
{
p 0.3;
}
// ************************************************************************* //

View File

@ -8,6 +8,6 @@ cd ${0%/*} || exit 1 # run from this directory
runApplication blockMesh
# run the solver
runApplication steadyReactingParcelFoam
runApplication LTSReactingParcelFoam
# ----------------------------------------------------------------- end-of-file

View File

@ -61,19 +61,15 @@ solvers
};
}
SIMPLE
PISO
{
nCorrectors 2;
nNonOrthogonalCorrectors 0; // 10;
momentumPredictor yes;
rhoMin rhoMin [ 1 -3 0 0 0 ] 0; // 0.5;
rhoMax rhoMax [ 1 -3 0 0 0 ] 100; // 1.5;
}
relaxationFactors
{
p 0.3;
}
additional
{
eWork true;