Skip to content
Snippets Groups Projects
Commit 29ab2ef2 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: coalChemistryFoam tutorial updates

parent a888e4a9
No related merge requests found
...@@ -15,6 +15,8 @@ FoamFile ...@@ -15,6 +15,8 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
randomSampleSize 100000;
solution solution
{ {
active true; active true;
...@@ -49,7 +51,7 @@ constantProperties ...@@ -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 ...@@ -80,7 +82,7 @@ subModels
DragModel SphereDrag; DragModel SphereDrag;
DispersionModel StochasticDispersionRAS; DispersionModel none; // StochasticDispersionRAS;
PatchInteractionModel StandardWallInteraction; PatchInteractionModel StandardWallInteraction;
...@@ -104,7 +106,7 @@ subModels ...@@ -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 ...@@ -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
......
...@@ -15,6 +15,8 @@ FoamFile ...@@ -15,6 +15,8 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
randomSampleSize 100000;
solution solution
{ {
active true; active true;
...@@ -47,7 +49,7 @@ constantProperties ...@@ -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 ...@@ -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";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment