40 lines
1.1 KiB
C++
40 lines
1.1 KiB
C++
/*--------------------------------*- 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 binary;
|
|
class dictionary;
|
|
location "constant";
|
|
object pyrolysisZones;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
pyrolysis
|
|
{
|
|
active false;
|
|
|
|
pyrolysisModel none;
|
|
|
|
region panelRegion;
|
|
|
|
reactingOneDimCoeffs
|
|
{
|
|
radFluxName Qr;
|
|
|
|
minimumDelta 1e-8;
|
|
|
|
moveMesh false;
|
|
}
|
|
|
|
infoOutput false;
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|