ENH: Tutorial modifications for Medium Test - 12.06.2018
This commit is contained in:
parent
c05dab5e50
commit
b2bb46c39d
@ -1,7 +1,7 @@
|
||||
SCOPECoeffs
|
||||
{
|
||||
lowerFlamabilityLimit 0.522;
|
||||
upperFlamabilityLimit 2.362;
|
||||
lowerFlammabilityLimit 0.522;
|
||||
upperFlammabilityLimit 2.362;
|
||||
|
||||
lowerSuPolynomial
|
||||
{
|
||||
|
@ -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;
|
||||
|
@ -21,8 +21,8 @@ pMin 10000;
|
||||
|
||||
sigma
|
||||
{
|
||||
type liquidProperties;
|
||||
phase water;
|
||||
type constant;
|
||||
sigma 0.07;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
@ -24,7 +24,7 @@ solvers
|
||||
|
||||
MULESCorr yes;
|
||||
nLimiterIter 3;
|
||||
alphaApplyPrevCorr yes;
|
||||
alphaApplyPrevCorr no;
|
||||
|
||||
solver smoothSolver;
|
||||
smoother symGaussSeidel;
|
||||
|
@ -15,12 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
//DebugSwitches
|
||||
//{
|
||||
// dynamicRefineFvMesh 1;
|
||||
//}
|
||||
|
||||
application interDyMFoam;
|
||||
application interFoam;
|
||||
|
||||
startFrom latestTime;
|
||||
|
||||
|
@ -23,7 +23,7 @@ startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 2;
|
||||
endTime 1.9;
|
||||
|
||||
deltaT 1e-4;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user