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

Combustion modelling in OpenFOAM - Difficulties

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 6, 2016, 01:52
Post Methane-Air cold flow
  #21
New Member
 
Chirayu Baheti
Join Date: Sep 2016
Posts: 1
Rep Power: 0
Chirayu is on a distinguished road
How to model non-premixed turbulent cold flow for methane-air composition. Which solver I should use which include species transport but not combustion ?
Thanks in advance.
Chirayu is offline   Reply With Quote

Old   October 11, 2016, 22:29
Default reactingFoam for a 2D Axisymmetric Case
  #22
New Member
 
Thalhah
Join Date: May 2016
Posts: 15
Rep Power: 9
thalhah90 is on a distinguished road
Hopefully I entered the right thread..
I am running reactingFoam for an axisymmetric 2D case which has a wedge boundary condition. I modified the BC files in the 0 folder accordingly and when I ran reactingFoam, it gave the following errors:

Code:
Selecting chemistryReader foamChemistryReader
#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::sigFpe::sigHandler(int) at ??:?
#2  ? in "/lib/x86_64-linux-gnu/libc.so.6"
#3  Foam::heThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::reactingMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::he(Foam::Field<double> const&, Foam::Field<double> const&, int) const at ??:?
#4  Foam::heThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::reactingMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::heThermo(Foam::fvMesh const&, Foam::word const&) at ??:?
#5  Foam::psiReactionThermo::addfvMeshConstructorToTable<Foam::hePsiThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::reactingMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > > >::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#6  Foam::autoPtr<Foam::psiReactionThermo> Foam::basicThermo::New<Foam::psiReactionThermo>(Foam::fvMesh const&, Foam::word const&) at ??:?
#7  Foam::psiReactionThermo::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#8  Foam::psiChemistryModel::psiChemistryModel(Foam::fvMesh const&, Foam::word const&) at ??:?
#9  Foam::chemistryModel<Foam::psiChemistryModel, Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > >::chemistryModel(Foam::fvMesh const&, Foam::word const&) at ??:?
#10  Foam::EulerImplicit<Foam::chemistryModel<Foam::psiChemistryModel, Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > >::EulerImplicit(Foam::fvMesh const&, Foam::word const&) at ??:?
#11  Foam::psiChemistryModel::addfvMeshConstructorToTable<Foam::EulerImplicit<Foam::chemistryModel<Foam::psiChemistryModel, Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#12  Foam::autoPtr<Foam::psiChemistryModel> Foam::basicChemistryModel::New<Foam::psiChemistryModel>(Foam::fvMesh const&, Foam::word const&) at ??:?
#13  Foam::psiChemistryModel::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#14  Foam::combustionModels::psiChemistryCombustion::psiChemistryCombustion(Foam::word const&, Foam::fvMesh const&, Foam::word const&) at ??:?
#15  Foam::combustionModels::laminar<Foam::combustionModels::psiChemistryCombustion>::laminar(Foam::word const&, Foam::fvMesh const&, Foam::word const&) at ??:?
#16  Foam::combustionModels::psiCombustionModel::adddictionaryConstructorToTable<Foam::combustionModels::laminar<Foam::combustionModels::psiChemistryCombustion> >::New(Foam::word const&, Foam::fvMesh const&, Foam::word const&) at ??:?
#17  Foam::combustionModels::psiCombustionModel::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#18  ? at ??:?
#19  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#20  ? at ??:?
Floating point exception (core dumped)

I am not sure what these errors mean and how to fix them. I use OpenFoam3.0.1 on Ubuntu 14.04LTE (if that ever helps).

Any helpful response is really appreciated. Thanks.

Rgds

Last edited by thalhah90; October 12, 2016 at 03:04.
thalhah90 is offline   Reply With Quote

Old   October 12, 2016, 03:12
Thumbs up
  #23
New Member
 
Thalhah
Join Date: May 2016
Posts: 15
Rep Power: 9
thalhah90 is on a distinguished road
Quote:
Originally Posted by thalhah90 View Post
Hopefully I entered the right thread..
I am running reactingFoam for an axisymmetric 2D case which has a wedge boundary condition. I modified the BC files in the 0 folder accordingly and when I ran reactingFoam, it gave the following errors:

Code:
Selecting chemistryReader foamChemistryReader
#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::sigFpe::sigHandler(int) at ??:?
#2  ? in "/lib/x86_64-linux-gnu/libc.so.6"
#3  Foam::heThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::reactingMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::he(Foam::Field<double> const&, Foam::Field<double> const&, int) const at ??:?
#4  Foam::heThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::reactingMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::heThermo(Foam::fvMesh const&, Foam::word const&) at ??:?
#5  Foam::psiReactionThermo::addfvMeshConstructorToTable<Foam::hePsiThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::reactingMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > > >::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#6  Foam::autoPtr<Foam::psiReactionThermo> Foam::basicThermo::New<Foam::psiReactionThermo>(Foam::fvMesh const&, Foam::word const&) at ??:?
#7  Foam::psiReactionThermo::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#8  Foam::psiChemistryModel::psiChemistryModel(Foam::fvMesh const&, Foam::word const&) at ??:?
#9  Foam::chemistryModel<Foam::psiChemistryModel, Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > >::chemistryModel(Foam::fvMesh const&, Foam::word const&) at ??:?
#10  Foam::EulerImplicit<Foam::chemistryModel<Foam::psiChemistryModel, Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > >::EulerImplicit(Foam::fvMesh const&, Foam::word const&) at ??:?
#11  Foam::psiChemistryModel::addfvMeshConstructorToTable<Foam::EulerImplicit<Foam::chemistryModel<Foam::psiChemistryModel, Foam::sutherlandTransport<Foam::species::thermo<Foam::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#12  Foam::autoPtr<Foam::psiChemistryModel> Foam::basicChemistryModel::New<Foam::psiChemistryModel>(Foam::fvMesh const&, Foam::word const&) at ??:?
#13  Foam::psiChemistryModel::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#14  Foam::combustionModels::psiChemistryCombustion::psiChemistryCombustion(Foam::word const&, Foam::fvMesh const&, Foam::word const&) at ??:?
#15  Foam::combustionModels::laminar<Foam::combustionModels::psiChemistryCombustion>::laminar(Foam::word const&, Foam::fvMesh const&, Foam::word const&) at ??:?
#16  Foam::combustionModels::psiCombustionModel::adddictionaryConstructorToTable<Foam::combustionModels::laminar<Foam::combustionModels::psiChemistryCombustion> >::New(Foam::word const&, Foam::fvMesh const&, Foam::word const&) at ??:?
#17  Foam::combustionModels::psiCombustionModel::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#18  ? at ??:?
#19  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#20  ? at ??:?
Floating point exception (core dumped)

I am not sure what these errors mean and how to fix them. I use OpenFoam3.0.1 on Ubuntu 14.04LTE (if that ever helps).

Any helpful response is really appreciated. Thanks.

Rgds
Solved the problem. There is a patch in my blockMeshDict called 'axis' and had the patch type as empty. Changed the patch type from empty to symmetry and reactingFoam ran perfectly! However, I do not understand a single line of the errors--if anyone cares to explain that would be great!
thalhah90 is offline   Reply With Quote

Old   January 30, 2021, 23:40
Default Openfoam Combustion
  #24
New Member
 
AB
Join Date: Jan 2021
Posts: 1
Rep Power: 0
amrhassan237 is on a distinguished road
HI

Any body knows an online course for openfoam combustion

Regards

Amr
amrhassan237 is offline   Reply With Quote

Reply

Tags
combustion, janaf, reactingfoam, tutorials


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 Combustion in Porous Zone tanjinjack FLUENT 2 September 26, 2016 04:10
Desktop for Combustion Modelling using Fluent JamesZA Hardware 4 September 29, 2010 08:12
MSc CFD course in EU with combustion modelling Michail Main CFD Forum 1 August 27, 2010 06:40
Modified OpenFOAM Forum Structure and New Mailing-List pete Site News & Announcements 0 June 29, 2009 05:56
About Modelling Combustion Ridwan Budhi Febrianto FLUENT 2 May 11, 2005 03:55


All times are GMT -4. The time now is 09:07.