summaryrefslogtreecommitdiff
path: root/convection-diffusion/basecase/constant/transportProperties
diff options
context:
space:
mode:
Diffstat (limited to 'convection-diffusion/basecase/constant/transportProperties')
-rw-r--r--convection-diffusion/basecase/constant/transportProperties21
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;
+
+
+// ************************************************************************* //