Files
openfoam/etc/caseDicts/annotated/obstaclesDict
Andrew Heather e3796745ed CONFIG: Updated headers to v2106
Minor clean-up
2021-06-28 09:14:42 +01:00

40 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2106 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object obstaclesDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1.0;
verbose 0;
#include "groups/group4"
_01
{
groupId 1;
zpipe { direction z; length 0.947; diameter 0.026; }
obstacles
(
box { point (0 0 0); size (0.05 0.05 2); }
box { point (1 0 0); size (0.05 0.05 2); }
box { point (2 0 0); size (0.05 0.05 2); }
cyl { point (1.031 0.975 0.056); $zpipe; }
);
}
// ************************************************************************* //