diff options
author | Amit Shekhar | 2018-08-17 20:27:17 +0530 |
---|---|---|
committer | Amit Shekhar | 2018-08-17 20:27:17 +0530 |
commit | ea2fa3f28c4e351ea06ad0082236368105aa7ddf (patch) | |
tree | 674c98aa109b72d8e21aee57aec6ef150084a958 /convection-diffusion/basecase/constant/transportProperties | |
parent | a3d90dcf6a46bc4bea5dc1af88c9c7e6f72553da (diff) | |
download | openfoam-tutorials-master.tar.gz openfoam-tutorials-master.tar.bz2 openfoam-tutorials-master.zip |
Diffstat (limited to 'convection-diffusion/basecase/constant/transportProperties')
-rw-r--r-- | convection-diffusion/basecase/constant/transportProperties | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/convection-diffusion/basecase/constant/transportProperties b/convection-diffusion/basecase/constant/transportProperties new file mode 100644 index 0000000..90a50e3 --- /dev/null +++ b/convection-diffusion/basecase/constant/transportProperties @@ -0,0 +1,21 @@ +/*--------------------------------*- 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 "constant"; + object transportProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +DT DT [0 2 -1 0 0 0 0] 1e-10; + + +// ************************************************************************* // |