Merge remote-tracking branch 'origin/merge-foundation' into adjust-config-foundation-merge

This commit is contained in:
Mark Olesen
2016-09-30 17:50:20 +02:00
1233 changed files with 6078 additions and 1618 deletions

View File

@ -0,0 +1,33 @@
/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
region0_to_pyrolysisRegion_coupledWall
{
mode solidRadiation;
}
".*"
{
mode lookup;
emissivity 1.0;
absorptivity 1.0;
transmissivity 0.0;
}
// ************************************************************************* //

Some files were not shown because too many files have changed in this diff Show More