/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volSymmTensorField;
object Sfourth;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform (0.333333333333333 0 0 0.333333333333333 0 0.333333333333333);
boundaryField
inlet
type fixedValue;
value uniform (0.333333333333333 0 0 0.333333333333333 0 0.333333333333333);
fixedWalls
type zeroGradient;
outlet
simetry
type symmetryPlane;
frontAndBack
type empty;
// ************************************************************************* //