mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Update to pyrolysis model, adding solid physical types and solid reaction solver types,
fixing bug in hExponentialThermo. Updating oppositeBurningPanels tutorial.
This commit is contained in:
@ -36,12 +36,12 @@ boundaryField
|
||||
type wedge;
|
||||
}
|
||||
|
||||
region0_to_panelRegion_left_face
|
||||
region0_to_panelRegion_fLeft_zone
|
||||
{
|
||||
type mappedField;
|
||||
sampleRegion region0;
|
||||
sampleMode nearestPatchFace;
|
||||
samplePatch region0_to_panelRegion_left_face;
|
||||
samplePatch region0_to_panelRegion_fLeft_zone;
|
||||
offset (0 0 0);
|
||||
fieldName Qr;
|
||||
setAverage no;
|
||||
@ -49,12 +49,12 @@ boundaryField
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
region0_to_panelRegion_right_face
|
||||
region0_to_panelRegion_fRight_zone
|
||||
{
|
||||
type mappedField;
|
||||
sampleRegion region0;
|
||||
sampleMode nearestPatchFace;
|
||||
samplePatch region0_to_panelRegion_right_face;
|
||||
samplePatch region0_to_panelRegion_fRight_zone;
|
||||
offset (0 0 0);
|
||||
fieldName Qr;
|
||||
setAverage no;
|
||||
|
||||
@ -23,15 +23,15 @@ absorptionEmissionModel greyMeanSolidAbsorptionEmission;
|
||||
|
||||
greyMeanSolidAbsorptionEmissionCoeffs
|
||||
{
|
||||
v
|
||||
wood
|
||||
{
|
||||
absorptivity 0.0; //opaque
|
||||
absorptivity 0.17;
|
||||
emissivity 0.17;
|
||||
}
|
||||
|
||||
char
|
||||
{
|
||||
absorptivity 0.0;
|
||||
absorptivity 0.85;
|
||||
emissivity 0.85;
|
||||
}
|
||||
}
|
||||
|
||||
@ -27,8 +27,8 @@ FoamFile
|
||||
|
||||
reactingOneDimCoeffs
|
||||
{
|
||||
radFluxName Qr;
|
||||
|
||||
gasHSource false; //Energy source term due to pyrolysis gas
|
||||
QrHSource false; //Energy source term due in depht radiation
|
||||
minimumDelta 1e-12;
|
||||
|
||||
reactionDeltaMin 1e-12;
|
||||
|
||||
Reference in New Issue
Block a user