openfoam/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/system/topoSetDictRefine
2018-12-20 09:05:02 +00:00

39 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1812 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions
(
{
name refineSet; // all around bgr
type cellSet;
action new;
source zoneToCell;
zone background;
}
{
name refineSet;
type cellSet;
action subset;
source boxToCell;
boxes
(
(-0.2 -0.2 -0.2)(0.04 0.2 0.2) //hullBox
);
}
);
// ************************************************************************* //