mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Adapted tutorial case: lower reaction rate, temperature limits.
This commit is contained in:
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
dimensions [0 1 -1 0 0 0 0];
|
||||
|
||||
internalField uniform (1.0 0 0);
|
||||
internalField uniform (10.0 0 0);
|
||||
|
||||
boundaryField
|
||||
{
|
||||
@ -40,7 +40,7 @@ boundaryField
|
||||
inlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (1.0 0 0);
|
||||
value uniform (10.0 0 0);
|
||||
}
|
||||
|
||||
outlet
|
||||
|
||||
@ -23,7 +23,7 @@ startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 20.0;
|
||||
endTime 5.0;
|
||||
|
||||
deltaT 0.0001;
|
||||
|
||||
|
||||
@ -19,6 +19,8 @@ FoamFile
|
||||
fields
|
||||
(
|
||||
rho
|
||||
T
|
||||
p
|
||||
O2
|
||||
CO2
|
||||
ModSpeciesMassField_O2
|
||||
|
||||
@ -53,7 +53,7 @@ fix cfd3 all couple/cfd/chemistry n_species 3 species_names O2 CO2 N2
|
||||
|
||||
# this should shrink the particle
|
||||
#fix cfd4 all chem/shrink speciesA O2 molMassA 31.99 speciesC CO2 molMassC 44.01 molMassB 12.01 k 2.5e3 rdef 0.2
|
||||
fix cfd4 all chem/shrink speciesA O2 molMassA 31.99 speciesC CO2 molMassC 44.01 molMassB 12.01 k 2.5e1 rmin 0.005 nevery 1000
|
||||
fix cfd4 all chem/shrink speciesA O2 molMassA 31.99 speciesC CO2 molMassC 44.01 molMassB 12.01 k 2.5e-1 rmin 0.005 nevery 1000
|
||||
|
||||
# apply nve integration to all particles that are inserted as single particles
|
||||
fix integr all nve/sphere
|
||||
|
||||
Reference in New Issue
Block a user