|
[Sponsors] |
Species transport in reacting twoPhaseEulerFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 12, 2015, 12:17 |
Species transport in reacting twoPhaseEulerFoam
|
#1 |
New Member
Werner
Join Date: Apr 2014
Posts: 19
Rep Power: 12 |
Hello,
i am faced with the following problem. I implemented reaction into the twoPhaseEulerFoam in OF2.4.0. I used the implementation of rhoReactingFoam. When i change the theroType from: thermoType { type heRhoThermo; mixture pureMixture; transport const; thermo hConst; equationOfState perfectGas; specie specie; energy sensibleInternalEnergy; } mixture { specie { nMoles 1; molWeight 28.9; } thermodynamics { Cp 1007; Hf 0; } transport { mu 1.84e-05; Pr 0.7; } } To the following one which would be correct for combustion: thermoType { type heRhoThermo; mixture reactingMixture; transport sutherland; thermo janaf; energy sensibleEnthalpy; equationOfState perfectGas; specie specie; } inertSpecie N2; chemistryReader foamChemistryReader; foamChemistryFile "$FOAM_CASE/constant/reactions"; foamChemistryThermoFile "$FOAM_CASE/constant/thermo.compressibleGas"; The solver stops writing the species fields. Out of the oter fields i see that the solver is running right but he didn't write out any spezies field. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Modelling Biomass Combustion via Species Transport | Racheal | FLUENT | 39 | January 8, 2022 08:42 |
Please help!! Patch and Species transport | Julie | FLUENT | 5 | August 3, 2016 04:10 |
A question about species box of species transport model | tjushang | FLUENT | 2 | June 25, 2014 08:56 |
user defined scalar vs species transport | gvj_mech | FLUENT | 0 | March 27, 2014 15:33 |
Implement species transport equation | Tobi | OpenFOAM Programming & Development | 0 | June 2, 2012 14:26 |