openfoam/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/include/meshModifiers
2019-12-23 09:49:23 +00:00

44 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
| \\ / A nd | Website: 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;
}
)
// ************************************************************************* //