Adapted tutorial case: lower reaction rate, temperature limits.

This commit is contained in:
Thomas Lichtenegger
2017-07-11 10:17:24 +02:00
parent a98ef63fa0
commit 386487839f
4 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -23,7 +23,7 @@ startTime 0;
stopAt endTime;
endTime 20.0;
endTime 5.0;
deltaT 0.0001;

View File

@ -19,6 +19,8 @@ FoamFile
fields
(
rho
T
p
O2
CO2
ModSpeciesMassField_O2

View File

@ -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