diff options
Diffstat (limited to 'convection-diffusion/basecase/0.orig/T')
-rw-r--r-- | convection-diffusion/basecase/0.orig/T | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/convection-diffusion/basecase/0.orig/T b/convection-diffusion/basecase/0.orig/T new file mode 100644 index 0000000..980007e --- /dev/null +++ b/convection-diffusion/basecase/0.orig/T @@ -0,0 +1,34 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: 5 | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object T; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 0 0 1 0 0 0]; + +internalField uniform 0; + +boundaryField +{ + sides + { + type zeroGradient; + } + + empty + { + type empty; + } +} + +// ************************************************************************* // |