From 009f8df176d4545720f2ae1614f6a2fe2e87cbfc Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Mon, 22 May 2017 13:37:51 +0100 Subject: [PATCH] TUT: minor update --- .../reactingFoam/RAS/SandiaD_LTS/0.orig/G | 2 -- .../constant/boundaryRadiationProperties | 26 +++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/constant/boundaryRadiationProperties diff --git a/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/G b/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/G index 4ebef94f2a..7bbfa1dcd0 100644 --- a/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/G +++ b/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/G @@ -24,8 +24,6 @@ boundaryField { type MarshakRadiation; T T; - emissivityMode lookup; - emissivity uniform 1.0; value uniform 0; } diff --git a/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/constant/boundaryRadiationProperties b/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/constant/boundaryRadiationProperties new file mode 100644 index 0000000000..e438f1b7cf --- /dev/null +++ b/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/constant/boundaryRadiationProperties @@ -0,0 +1,26 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: plus | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object boundaryRadiationProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +".*" +{ + mode lookup; + emissivity 1; + absorptivity 0; +} + + +// ************************************************************************* //