openfoam/tutorials/mesh/refineMesh/cylinder/system/refineMeshDict

43 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2406 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object refineMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
set cellsToRefine;
coordinateSystem user;
userCoeffs
{
type cylindrical;
origin (0 0 0);
e1 (1 0 0);
e3 (0 1 0);
}
directions
(
//normal
tan1
//tan2
);
useHexTopology true;
geometricCut false;
writeMesh false;
// ************************************************************************* //