Files
OpenFOAM-12/tutorials/multicomponentFluid/simplifiedSiwek/system/topoSetDict
2024-07-06 16:02:47 +01:00

32 lines
841 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions
(
{
name ignitionCells;
type cellSet;
action new;
source sphereToCell;
centre (0.125 0.375 0.05);
radius 0.005;
}
);
// ************************************************************************* //