Files
OpenFOAM-12/tutorials/mesh/refineMesh/sector/system/topoSetDict.orig

33 lines
858 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
min <min>;
max <max>;
actions
(
{
name refine;
type cellSet;
action new;
source fieldToCell;
field R;
min $min;
max $max;
}
);
// ************************************************************************* //