From 5017630dcf90f46ec4fd22d3f9870f4973356d9f Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 7 Feb 2013 16:00:12 +0000 Subject: [PATCH] compressibleInterFoam/laminar/depthCharge3D/constant/polyMesh/boundary: new file --- .../depthCharge3D/constant/polyMesh/boundary | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/constant/polyMesh/boundary diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/constant/polyMesh/boundary b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/constant/polyMesh/boundary new file mode 100644 index 0000000000..b16c01a16f --- /dev/null +++ b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/constant/polyMesh/boundary @@ -0,0 +1,28 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class polyBoundaryMesh; + location "constant/polyMesh"; + object boundary; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +1 +( + walls + { + type wall; + nFaces 64000; + startFace 3040000; + } +) + +// ************************************************************************* //