From ea2fa3f28c4e351ea06ad0082236368105aa7ddf Mon Sep 17 00:00:00 2001 From: Amit Shekhar Date: Fri, 17 Aug 2018 20:27:17 +0530 Subject: first base case --- .../basecase/constant/transportProperties | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 convection-diffusion/basecase/constant/transportProperties (limited to 'convection-diffusion/basecase/constant/transportProperties') 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; + + +// ************************************************************************* // -- cgit