diff options
Diffstat (limited to 'convection-diffusion/basecase/system/setFieldsDict')
-rw-r--r-- | convection-diffusion/basecase/system/setFieldsDict | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/convection-diffusion/basecase/system/setFieldsDict b/convection-diffusion/basecase/system/setFieldsDict new file mode 100644 index 0000000..ce95016 --- /dev/null +++ b/convection-diffusion/basecase/system/setFieldsDict @@ -0,0 +1,23 @@ +/*--------------------------------*- 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 dictionary; + location "system"; + object setFieldsDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +defaultFieldValues ( volVectorFieldValue U (1 0 0) volScalarFieldValue T 0 ); + +regions ( boxToCell { box (-0.01 -.1 -1) (0.01 .1 1) ; fieldValues ( volScalarFieldValue T 1 ) ; } ); + + +// ************************************************************************* // |