ENH: Addition of a collection of pyrolysys models

This commit is contained in:
Sergio Ferraris
2011-09-07 10:57:29 +01:00
parent 15007fb23e
commit f9b1582253
15 changed files with 701 additions and 77 deletions

View File

@ -11,27 +11,35 @@ FoamFile
format binary;
class dictionary;
location "constant";
object pyrolysisProperties;
object pyrolysisZones;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
active true;
1
(
pyrolysis
{
active true;
pyrolysisModel reactingOneDim;
pyrolysisModel reactingOneDim;
regionName panelRegion;
regionName panelRegion;
reactingOneDimCoeffs
{
filmCoupled false;
reactingOneDimCoeffs
{
filmCoupled false;
radFluxName Qr;
radFluxName Qr;
minimumDelta 1e-8;
minimumDelta 1e-8;
moveMesh false;
}
reactionDeltaMin 1e-8;
infoOutput true;
moveMesh false;
}
infoOutput true;
}
)
// ************************************************************************* //