ENH: Tutorial modifications for Medium Test - 12.06.2018

This commit is contained in:
sergio 2018-06-12 18:26:17 -07:00
parent c05dab5e50
commit b2bb46c39d
7 changed files with 11 additions and 16 deletions

View File

@ -1,7 +1,7 @@
SCOPECoeffs
{
lowerFlamabilityLimit 0.522;
upperFlamabilityLimit 2.362;
lowerFlammabilityLimit 0.522;
upperFlammabilityLimit 2.362;
lowerSuPolynomial
{

View File

@ -36,7 +36,7 @@ divSchemes
div(phi,p) Gauss upwind;
div(rhoPhi,K) Gauss upwind;
div(alphaRhoPhi.liquid,sigma.liquid) Gauss linearUpwind grad(sigma);
div(alphaRhoPhi.liquid,sigma.liquid) Gauss upwind;
div(((alpha.liquid*thermo:rho.liquid)*sigma.liquid)) Gauss linear;
div((((alpha.liquid*thermo:rho.liquid)*nuM)*grad(U))) Gauss linear;

View File

@ -21,8 +21,8 @@ pMin 10000;
sigma
{
type liquidProperties;
phase water;
type constant;
sigma 0.07;
}
// ************************************************************************* //

View File

@ -14,7 +14,7 @@ FoamFile
object thermophysicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
/*
thermoType
{
type heRhoThermo;
@ -27,9 +27,9 @@ mixture
{
H2O;
}
*/
/*
thermoType
{
type heRhoThermo;
@ -63,7 +63,7 @@ mixture
Pr 2.289;
}
}
*/
// ************************************************************************* //

View File

@ -24,7 +24,7 @@ solvers
MULESCorr yes;
nLimiterIter 3;
alphaApplyPrevCorr yes;
alphaApplyPrevCorr no;
solver smoothSolver;
smoother symGaussSeidel;

View File

@ -15,12 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//DebugSwitches
//{
// dynamicRefineFvMesh 1;
//}
application interDyMFoam;
application interFoam;
startFrom latestTime;

View File

@ -23,7 +23,7 @@ startTime 0;
stopAt endTime;
endTime 2;
endTime 1.9;
deltaT 1e-4;