This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/surfactantFoam/sphereTransport/constant/polyMesh/boundary

42 lines
933 B
Text

// The FOAM Project // File: boundary
/*
-------------------------------------------------------------------------------
========= | polyBoundaryMesh
\\ / |
\\ / | Name: boundary
\\ / | Family: Data file
\\/ |
F ield | FOAM version: 2.2
O peration | Product of Nabla Ltd.
A and |
M anipulation | Email: Enquiries@Nabla.co.uk
-------------------------------------------------------------------------------
*/
FoamFile
{
version 2.0;
format ascii;
root ".";
case "sphereDense";
instance "constant";
local "polyMesh";
class polyBoundaryMesh;
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1
(
outer
{
type patch;
nFaces 600;
startFace 4500;
}
)
// ************************************************************************* //