/*--------------------------------*- 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 volScalarField;
object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
0.993844
0.945503
0.853553
0.726995
0.578217
0.421783
0.273005
0.146447
0.0544967
0.00615583
0
)
;
boundaryField
left
type fixedValue;
value uniform 1;
right
type zeroGradient;
frontAndBack
type empty;
// ************************************************************************* //