mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -8,4 +8,4 @@ cd ${0%/*} || exit 1 # run from this directory
|
||||
runApplication blockMesh
|
||||
|
||||
# run the solver
|
||||
runApplication steadyReactingParcelFoam
|
||||
runApplication LTSReactingParcelFoam
|
||||
@ -51,4 +51,8 @@ maxCo 0.5;
|
||||
|
||||
maxDeltaT 1;
|
||||
|
||||
alphaTauSpecie 1e10;
|
||||
|
||||
alphaTauTemp 0.005;
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -8,6 +8,6 @@ cd ${0%/*} || exit 1 # run from this directory
|
||||
runApplication blockMesh
|
||||
|
||||
# run the solver
|
||||
runApplication steadyReactingParcelFoam
|
||||
runApplication LTSReactingParcelFoam
|
||||
|
||||
# ----------------------------------------------------------------- end-of-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;
|
||||
Reference in New Issue
Block a user