Files
OpenFOAM-12/tutorials/multiRegion/CHT/circuitBoardCooling/system/fluid/createBafflesDict.baffle3D
2023-12-20 18:13:55 +00:00

44 lines
1.0 KiB
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 createBafflesDict.baffle3D;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
internalFacesOnly true;
fields false;
baffles
{
baffle3D
{
type searchableSurface;
surface triSurfaceMesh;
file "baffle3D.stl";
owner
{
name baffle3D0;
type wall;
}
neighbour
{
name baffle3D1;
type wall;
}
}
}
// ************************************************************************* //