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

ENH: coalChemistryFoam tutorial updates

parent a888e4a9
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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";
......
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