mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Small changes on overBuoyantPimpleFoam tutorial
This commit is contained in:
@ -22,10 +22,8 @@ internalField uniform 300;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
overset1
|
||||
{
|
||||
type overset;
|
||||
}
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
@ -22,10 +22,8 @@ internalField uniform (0 0 0);
|
||||
|
||||
boundaryField
|
||||
{
|
||||
overset1
|
||||
{
|
||||
type overset;
|
||||
}
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
|
||||
walls
|
||||
{
|
||||
type uniformFixedValue;
|
||||
@ -22,11 +22,8 @@ internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
overset1
|
||||
{
|
||||
type overset;
|
||||
value uniform 0;
|
||||
}
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
|
||||
walls
|
||||
{
|
||||
type compressible::alphatWallFunction;
|
||||
@ -22,11 +22,7 @@ internalField uniform 0.1;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
overset1
|
||||
{
|
||||
type overset;
|
||||
value uniform 0.1;
|
||||
}
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
walls
|
||||
{
|
||||
type epsilonWallFunction;
|
||||
@ -22,11 +22,7 @@ internalField uniform 0.01;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
overset1
|
||||
{
|
||||
type overset;
|
||||
value uniform 0.01;
|
||||
}
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
walls
|
||||
{
|
||||
type kqRWallFunction;
|
||||
@ -22,11 +22,8 @@ internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
overset1
|
||||
{
|
||||
type overset;
|
||||
value uniform 0;
|
||||
}
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
|
||||
walls
|
||||
{
|
||||
type nutkWallFunction;
|
||||
@ -22,10 +22,8 @@ internalField uniform 100000;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
overset1
|
||||
{
|
||||
type overset;
|
||||
}
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
|
||||
walls
|
||||
{
|
||||
type calculated;
|
||||
@ -22,11 +22,8 @@ internalField uniform 100000;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
overset1
|
||||
{
|
||||
type overset;
|
||||
value uniform 100000;
|
||||
}
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
|
||||
walls
|
||||
{
|
||||
type fixedFluxPressure;
|
||||
@ -18,15 +18,12 @@ FoamFile
|
||||
dimensions [0 0 0 0 0 0 0];
|
||||
|
||||
|
||||
internalField uniform 0;
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
overset1
|
||||
{
|
||||
type overset;
|
||||
value uniform 1;
|
||||
}
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
@ -14,6 +14,8 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
libs ("liboverset.so" "libfvMotionSolvers.so");
|
||||
|
||||
DebugSwitches
|
||||
{
|
||||
overset 0;
|
||||
@ -35,7 +37,7 @@ deltaT 0.001;
|
||||
|
||||
writeControl adjustableRunTime;
|
||||
|
||||
writeInterval 0.05;
|
||||
writeInterval 0.02;
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
@ -51,8 +53,8 @@ timePrecision 6;
|
||||
|
||||
runTimeModifiable true;
|
||||
|
||||
adjustTimeStep no;
|
||||
adjustTimeStep yes;
|
||||
|
||||
maxCo 1;
|
||||
maxCo 0.5;
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -56,11 +56,11 @@ snGradSchemes
|
||||
|
||||
oversetInterpolation
|
||||
{
|
||||
method cellVolumeWeight;
|
||||
//method inverseDistance;
|
||||
//method cellVolumeWeight;
|
||||
method inverseDistance;
|
||||
|
||||
searchBox (-0.002 0 0)(0.107 0.5 0.01);
|
||||
searchBoxDivisions (200 200 1);
|
||||
searchBox (-0.002 0 0)(0.107 0.05 0.01);
|
||||
searchBoxDivisions (300 200 1);
|
||||
}
|
||||
|
||||
fluxRequired
|
||||
Reference in New Issue
Block a user