Files
openfoam/tutorials/combustion/fireFoam/LES/compartmentFire/constant/pyrolysisZones
2016-12-16 14:36:48 +00:00

32 lines
1.0 KiB
Plaintext

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / 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 binary;
class dictionary;
location "constant";
object pyrolysisZones;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
pyrolysis
{
active true;
pyrolysisModel thermo;
region panelRegion;
noPyrolysisCoeffs
{
}
}
// ************************************************************************* //