Skip to content
Snippets Groups Projects
Commit 1bd5d03e authored by sergio's avatar sergio
Browse files

TUT: Adjusting settings for tutorials climbingRod and mixerVessel2D

parent f0c5f762
No related merge requests found
......@@ -4,5 +4,5 @@ cd "${0%/*}" || exit # Run from this directory
#------------------------------------------------------------------------------
cleanCase
rm 0/*.gz
#------------------------------------------------------------------------------
......@@ -17,13 +17,13 @@ FoamFile
application compressibleInterFoam;
startFrom latestTime;
startFrom startTime;
startTime 0;
stopAt endTime;
endTime 25;
endTime 20;
deltaT 1e-3;
......
......@@ -23,11 +23,12 @@ ddtSchemes
gradSchemes
{
default Gauss linear;
}
divSchemes
{
div(rhoPhi,U) Gauss linearUpwindV grad(U);
div(rhoPhi,U) Gauss limitedLinearV 1;
div(rhoPhi,T) Gauss linearUpwind grad(T);
div(phi,alpha) Gauss vanLeer;
......
......@@ -21,7 +21,7 @@ solvers
{
nAlphaCorr 2;
nAlphaSubCycles 1;
cAlpha 1;
cAlpha 0.8;
MULESCorr yes;
nLimiterIter 5;
......@@ -46,6 +46,7 @@ solvers
preconditioner DIC;
tolerance 1e-9;
relTol 0.05;
minIter 1;
}
p_rghFinal
......
......@@ -94,7 +94,8 @@ blending
minPartlyContinuousAlpha.mercury 0.3;
minFullyContinuousAlpha.air 0.7;
minPartlyContinuousAlpha.air 0.3;
}*/
}
*/
}
surfaceTension
......@@ -102,17 +103,17 @@ surfaceTension
(air and water)
{
type constant;
sigma 0.07;
sigma 0.0;
}
(air and oil)
{
type constant;
sigma 0.07;
sigma 0.0;
}
(air and mercury)
{
type constant;
sigma 0.07;
sigma 0.0;
}
(water and oil)
{
......
......@@ -17,9 +17,9 @@ FoamFile
application reactingMultiphaseEulerFoam;
startFrom latestTime;
startFrom startTime;
startTime 0.6;
startTime 0;
stopAt endTime;
......
......@@ -30,8 +30,8 @@ divSchemes
"div\(phi,alpha.*\)" Gauss vanLeer;
"div\(phir,alpha.*,alpha.*\)" Gauss vanLeer;
"div\(alphaRhoPhi.*,U.*\)" Gauss limitedLinear 1;
"div\(phi.*,U.*\)" Gauss limitedLinear 1;
"div\(alphaRhoPhi.*,U.*\)" Gauss upwind;
"div\(phi.*,U.*\)" Gauss upwind;
"div\(alphaRhoPhi.*,(h|e).*\)" Gauss limitedLinear 1;
"div\(alphaRhoPhi.*,K.*\)" Gauss limitedLinear 1;
......@@ -42,7 +42,7 @@ divSchemes
laplacianSchemes
{
default Gauss linear corrected;
default Gauss linear uncorrected;
}
interpolationSchemes
......@@ -52,7 +52,7 @@ interpolationSchemes
snGradSchemes
{
default corrected;
default uncorrected;
}
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment