mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial modifications for Medium Test - 12.06.2018
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
SCOPECoeffs
|
SCOPECoeffs
|
||||||
{
|
{
|
||||||
lowerFlamabilityLimit 0.522;
|
lowerFlammabilityLimit 0.522;
|
||||||
upperFlamabilityLimit 2.362;
|
upperFlammabilityLimit 2.362;
|
||||||
|
|
||||||
lowerSuPolynomial
|
lowerSuPolynomial
|
||||||
{
|
{
|
||||||
|
|||||||
@ -36,7 +36,7 @@ divSchemes
|
|||||||
div(phi,p) Gauss upwind;
|
div(phi,p) Gauss upwind;
|
||||||
div(rhoPhi,K) 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)*sigma.liquid)) Gauss linear;
|
||||||
div((((alpha.liquid*thermo:rho.liquid)*nuM)*grad(U))) Gauss linear;
|
div((((alpha.liquid*thermo:rho.liquid)*nuM)*grad(U))) Gauss linear;
|
||||||
|
|||||||
@ -21,8 +21,8 @@ pMin 10000;
|
|||||||
|
|
||||||
sigma
|
sigma
|
||||||
{
|
{
|
||||||
type liquidProperties;
|
type constant;
|
||||||
phase water;
|
sigma 0.07;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -14,7 +14,7 @@ FoamFile
|
|||||||
object thermophysicalProperties;
|
object thermophysicalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
/*
|
||||||
thermoType
|
thermoType
|
||||||
{
|
{
|
||||||
type heRhoThermo;
|
type heRhoThermo;
|
||||||
@ -27,9 +27,9 @@ mixture
|
|||||||
{
|
{
|
||||||
H2O;
|
H2O;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
thermoType
|
thermoType
|
||||||
{
|
{
|
||||||
type heRhoThermo;
|
type heRhoThermo;
|
||||||
@ -63,7 +63,7 @@ mixture
|
|||||||
Pr 2.289;
|
Pr 2.289;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -24,7 +24,7 @@ solvers
|
|||||||
|
|
||||||
MULESCorr yes;
|
MULESCorr yes;
|
||||||
nLimiterIter 3;
|
nLimiterIter 3;
|
||||||
alphaApplyPrevCorr yes;
|
alphaApplyPrevCorr no;
|
||||||
|
|
||||||
solver smoothSolver;
|
solver smoothSolver;
|
||||||
smoother symGaussSeidel;
|
smoother symGaussSeidel;
|
||||||
|
|||||||
@ -15,12 +15,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
//DebugSwitches
|
application interFoam;
|
||||||
//{
|
|
||||||
// dynamicRefineFvMesh 1;
|
|
||||||
//}
|
|
||||||
|
|
||||||
application interDyMFoam;
|
|
||||||
|
|
||||||
startFrom latestTime;
|
startFrom latestTime;
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@ startTime 0;
|
|||||||
|
|
||||||
stopAt endTime;
|
stopAt endTime;
|
||||||
|
|
||||||
endTime 2;
|
endTime 1.9;
|
||||||
|
|
||||||
deltaT 1e-4;
|
deltaT 1e-4;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user