From 6ba93fc708d2ef5130f652704979e2093439b04e Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 13 Nov 2015 14:15:19 +0000 Subject: [PATCH] tutorials/combustion/fireFoam/les/smallPoolFire?D: Improved outlet BC Now applies totalPressure and pressureInletOutletVelocity with hRef set to the height of the outlet plane. --- .../les/smallPoolFire2D/constant/hRef | 21 +++++++++++++++++++ .../les/smallPoolFire3D/constant/hRef | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/hRef create mode 100644 tutorials/combustion/fireFoam/les/smallPoolFire3D/constant/hRef diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/hRef b/tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/hRef new file mode 100644 index 000000000..a1074c62b --- /dev/null +++ b/tutorials/combustion/fireFoam/les/smallPoolFire2D/constant/hRef @@ -0,0 +1,21 @@ +/*--------------------------------*- 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 uniformDimensionedScalarField; + location "constant"; + object hRef; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 1 0 0 0 0 0]; +value 1; + +// ************************************************************************* // diff --git a/tutorials/combustion/fireFoam/les/smallPoolFire3D/constant/hRef b/tutorials/combustion/fireFoam/les/smallPoolFire3D/constant/hRef new file mode 100644 index 000000000..a1074c62b --- /dev/null +++ b/tutorials/combustion/fireFoam/les/smallPoolFire3D/constant/hRef @@ -0,0 +1,21 @@ +/*--------------------------------*- 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 uniformDimensionedScalarField; + location "constant"; + object hRef; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 1 0 0 0 0 0]; +value 1; + +// ************************************************************************* //