/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volSymmTensorField;
object Sfifth;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
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;
// ************************************************************************* //