OF-POSTECH-1/examples/ERC_LagrangianCMCdieselEngineFoam/constant/polyMesh/meshModifiers
2017-08-03 22:15:03 +09:00

31 lines
1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyTopoChanger;
location "constant/polyMesh";
object meshModifiers;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1
(
pistonLayer
{
type layerAdditionRemoval;
faceZoneName pistonLayerFaces;
minLayerThickness 0.004;
maxLayerThickness 0.007;
oldLayerThickness -1;
active true;
}
)
// ************************************************************************* //