ENH: coalChemistryFoam tutorial updates

This commit is contained in:
andy
2010-10-21 16:31:29 +01:00
parent a888e4a9c6
commit 29ab2ef2d3
2 changed files with 14 additions and 7 deletions

View File

@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
randomSampleSize 100000;
solution
{
active true;
@ -49,7 +51,7 @@ constantProperties
rho0 1000;
T0 300;
cp0 4187;
Cp0 4187;
youngsModulus 2e9;
poissonsRatio 0.35;
@ -80,7 +82,7 @@ subModels
DragModel SphereDrag;
DispersionModel StochasticDispersionRAS;
DispersionModel none; // StochasticDispersionRAS;
PatchInteractionModel StandardWallInteraction;
@ -104,7 +106,7 @@ subModels
ManualInjectionCoeffs
{
massTotal massTotal [ 1 0 0 0 0 ] 0.0001;
massTotal 0.0001;
parcelBasisType mass;
SOI 0;
positionsFile "coalCloud1Positions";
@ -171,8 +173,11 @@ subModels
ConstantRateDevolatilisationCoeffs
{
A0 A0 [ 0 0 -1 0 0 ] 12;
volatileResidualCoeff 0.001;
volatileData
(
(CH4 12)
);
residualCoeff 0.001;
}
COxidationKineticDiffusionLimitedRateCoeffs

View File

@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
randomSampleSize 100000;
solution
{
active true;
@ -47,7 +49,7 @@ constantProperties
rho0 2500;
T0 300;
cp0 900;
Cp0 900;
youngsModulus 40e9;
poissonsRatio 0.25;
@ -88,7 +90,7 @@ subModels
ManualInjectionCoeffs
{
massTotal massTotal [ 1 0 0 0 0 ] 0.0001;
massTotal 0.0001;
parcelBasisType mass;
SOI 0;
positionsFile "limestonePositions";