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

View File

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