From fbffbdb18562bd154fa0ec7b540838aeed08b156 Mon Sep 17 00:00:00 2001 From: Sergio Ferraris Date: Mon, 2 Dec 2013 12:57:38 +0000 Subject: [PATCH] ENH: Adding soot field in 0 folder --- .../fireFoam/les/smallPoolFire2D/0/soot | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tutorials/combustion/fireFoam/les/smallPoolFire2D/0/soot diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/soot b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/soot new file mode 100644 index 0000000000..427d4f2d00 --- /dev/null +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/0/soot @@ -0,0 +1,36 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + location "0"; + object soot; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 0 0 0 0 0 0]; + +internalField uniform 0; + +boundaryField +{ + ".*" + { + type calculate; + } + + frontAndBack + { + type empty; + } +} + + +// ************************************************************************* //