Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

/*--------------------------------*- C++ -*----------------------------------*\

| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2312 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format binary;
class volVectorField;
location "0/fluid";
object U;
arch "LSB;label=32;scalar=64";
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
inlet
{
type surfaceNormalFixedValue;
refValue uniform -0.4568;
}
outlet
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}
"walls|hotContainment.*|serverRack.*"
{
type noSlip;
}
}

// ************************************************************************* /

You might also like