ENH: Small changes on overBuoyantPimpleFoam tutorial

This commit is contained in:
sergio
2019-06-10 10:16:08 -07:00
committed by Andrew Heather
parent 5c58b07f5a
commit fa61775768
40 changed files with 68 additions and 174 deletions

View File

@ -22,10 +22,8 @@ internalField uniform 300;
boundaryField
{
overset1
{
type overset;
}
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type zeroGradient;

View File

@ -22,10 +22,8 @@ internalField uniform (0 0 0);
boundaryField
{
overset1
{
type overset;
}
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type uniformFixedValue;

View File

@ -22,11 +22,8 @@ internalField uniform 0;
boundaryField
{
overset1
{
type overset;
value uniform 0;
}
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type compressible::alphatWallFunction;

View File

@ -22,11 +22,7 @@ internalField uniform 0.1;
boundaryField
{
overset1
{
type overset;
value uniform 0.1;
}
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type epsilonWallFunction;

View File

@ -22,11 +22,7 @@ internalField uniform 0.01;
boundaryField
{
overset1
{
type overset;
value uniform 0.01;
}
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type kqRWallFunction;

View File

@ -22,11 +22,8 @@ internalField uniform 0;
boundaryField
{
overset1
{
type overset;
value uniform 0;
}
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type nutkWallFunction;

View File

@ -22,10 +22,8 @@ internalField uniform 100000;
boundaryField
{
overset1
{
type overset;
}
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type calculated;

View File

@ -22,11 +22,8 @@ internalField uniform 100000;
boundaryField
{
overset1
{
type overset;
value uniform 100000;
}
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type fixedFluxPressure;

View File

@ -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;

View File

@ -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;
// ************************************************************************* //

View File

@ -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