CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Species transport in reacting twoPhaseEulerFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 12, 2015, 11:17
Default Species transport in reacting twoPhaseEulerFoam
  #1
New Member
 
Werner
Join Date: Apr 2014
Posts: 19
Rep Power: 11
Polli is on a distinguished road
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.
Polli is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Modelling Biomass Combustion via Species Transport Racheal FLUENT 39 January 8, 2022 07:42
Please help!! Patch and Species transport Julie FLUENT 5 August 3, 2016 03:10
A question about species box of species transport model tjushang FLUENT 2 June 25, 2014 07:56
user defined scalar vs species transport gvj_mech FLUENT 0 March 27, 2014 14:33
Implement species transport equation Tobi OpenFOAM Programming & Development 0 June 2, 2012 13:26


All times are GMT -4. The time now is 19:39.