openfoam/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/include/meshModifiers
2016-12-16 14:36:48 +00:00

44 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyTopoChanger;
location "constant/polyMesh";
object meshModifiers;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
2
(
top
{
type layerAdditionRemoval;
faceZoneName top;
minLayerThickness 0.001;
maxLayerThickness 0.03;
thicknessFromVolume false;
active true;
}
bottom
{
type layerAdditionRemoval;
faceZoneName bottom;
// minLayerThickness 0.005;
// maxLayerThickness 0.03;
minLayerThickness 0.005;
maxLayerThickness 0.03;
thicknessFromVolume false;
active true;
}
)
// ************************************************************************* //