BUG: Update pyrolysis dictionaries and change null constructor for

noPyrolysis model
This commit is contained in:
Sergio Ferraris
2011-09-09 11:39:15 +01:00
parent 612150de9c
commit ecb1061d4f
5 changed files with 85 additions and 64 deletions

View File

@ -1,7 +1,7 @@
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / O peration | Version: 2.0.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -11,27 +11,34 @@ FoamFile
format binary;
class dictionary;
location "constant";
object pyrolysisProperties;
object pyrolysisZones;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
active false;
1
(
pyrolysis
{
pyrolysisModel none;
active false;
regionName panelRegion;
pyrolysisModel none;
reactingOneDimCoeffs
{
filmCoupled false;
regionName panelRegion;
radFluxName Qr;
reactingOneDimCoeffs
{
filmCoupled false;
minimumDelta 1e-8;
radFluxName Qr;
moveMesh false;
}
minimumDelta 1e-8;
infoOutput false;
moveMesh false;
}
infoOutput false;
}
)
// ************************************************************************* //

View File

@ -1,7 +1,7 @@
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / O peration | Version: 2.0.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -11,27 +11,34 @@ FoamFile
format binary;
class dictionary;
location "constant";
object pyrolysisProperties;
object pyrolysisZones;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
active false;
1
(
pyrolysis
{
pyrolysisModel none;
active false;
regionName panelRegion;
pyrolysisModel none;
reactingOneDimCoeffs
{
filmCoupled false;
regionName panelRegion;
radFluxName Qr;
reactingOneDimCoeffs
{
filmCoupled false;
minimumDelta 1e-8;
radFluxName Qr;
moveMesh false;
}
minimumDelta 1e-8;
infoOutput false;
moveMesh false;
}
infoOutput false;
}
)
// ************************************************************************* //