CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Error while modifyinG reactingFoam!!

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 27, 2018, 13:57
Post Error while modifyinG reactingFoam!!
  #1
New Member
 
Anshul
Join Date: Dec 2017
Location: India
Posts: 25
Rep Power: 8
sonGoku is on a distinguished road
Hi people!

I was trying to model some other new reactions by modifying reactingFoam , all I did till now was that I added my desired reaction in the reactions file but it displayed an error showing the following-

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::DimensionedField<double, Foam::volMesh>::operator/=(Foam::DimensionedField<double, Foam::volMesh> const&) at ??:?
#4 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::operator/=(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) at ??:?
#5 Foam::multiComponentMixture<Foam::sutherlandTransp ort<Foam::species::thermo<Foam::janafThermo<Foam:: perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > >::correctMassFractions() at ??:?
#6 Foam::multiComponentMixture<Foam::sutherlandTransp ort<Foam::species::thermo<Foam::janafThermo<Foam:: perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > >::multiComponentMixture(Foam::dictionary const&, Foam::List<Foam::word> const&, Foam::HashPtrTable<Foam::sutherlandTransport<Foam: :species::thermo<Foam::janafThermo<Foam::perfectGa s<Foam::specie> >, Foam::sensibleEnthalpy> >, Foam::word, Foam::string::hash> const&, Foam::fvMesh const&, Foam::word const&) at ??:?
#7 Foam::reactingMixture<Foam::sutherlandTransport<Fo am::species::thermo<Foam::janafThermo<Foam::perfec tGas<Foam::specie> >, Foam::sensibleEnthalpy> > >::reactingMixture(Foam::dictionary const&, Foam::fvMesh const&, Foam::word const&) at ??:?
#8 Foam::heThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::reactingMixture<Foam::su therlandTransport<Foam::species::thermo<Foam::jana fThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::heThermo(Foam::fvMesh const&, Foam::word const&) at ??:?
#9 Foam::psiReactionThermo::addfvMeshConstructorToTab le<Foam::hePsiThermo<Foam::psiReactionThermo, Foam::SpecieMixture<Foam::reactingMixture<Foam::su therlandTransport<Foam::species::thermo<Foam::jana fThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > > >::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#10 Foam::autoPtr<Foam::psiReactionThermo> Foam::basicThermo::New<Foam::psiReactionThermo>(Fo am::fvMesh const&, Foam::word const&) at ??:?
#11 Foam::psiReactionThermo::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#12 Foam::psiChemistryModel::psiChemistryModel(Foam::f vMesh const&, Foam::word const&) at ??:?
#13 Foam::chemistryModel<Foam::psiChemistryModel, Foam::sutherlandTransport<Foam::species::thermo<Fo am::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > >::chemistryModel(Foam::fvMesh const&, Foam::word const&) at ??:?
#14 Foam::EulerImplicit<Foam::chemistryModel<Foam::psi ChemistryModel, Foam::sutherlandTransport<Foam::species::thermo<Fo am::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > >::EulerImplicit(Foam::fvMesh const&, Foam::word const&) at ??:?
#15 Foam::psiChemistryModel::addfvMeshConstructorToTab le<Foam::EulerImplicit<Foam::chemistryModel<Foam:: psiChemistryModel, Foam::sutherlandTransport<Foam::species::thermo<Fo am::janafThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#16 Foam::autoPtr<Foam::psiChemistryModel> Foam::basicChemistryModel::New<Foam::psiChemistryM odel>(Foam::fvMesh const&, Foam::word const&) at ??:?
#17 Foam::psiChemistryModel::New(Foam::fvMesh const&, Foam::word const&) at ??:?
#18 Foam::combustionModels::psiChemistryCombustion::ps iChemistryCombustion(Foam::word const&, Foam::fvMesh const&, Foam::word const&, Foam::word const&) at ??:?
#19 Foam::combustionModels::laminar<Foam::combustionMo dels::psiChemistryCombustion>::laminar(Foam::word const&, Foam::fvMesh const&, Foam::word const&, Foam::word const&) at ??:?
#20 Foam::combustionModels::psiCombustionModel::adddic tionaryConstructorToTable<Foam::combustionModels:: laminar<Foam::combustionModels::psiChemistryCombus tion> >::New(Foam::word const&, Foam::fvMesh const&, Foam::word const&, Foam::word const&) at ??:?
#21 Foam::combustionModels::psiCombustionModel::New(Fo am::fvMesh const&, Foam::word const&, Foam::word const&) at ??:?
#22 ? at ??:?
#23 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#24 ? at ??:?
Floating point exception (core dumped)






I am not able to understand the error , so if anyone can please help

any sort of ur help is hiGhly appreciated
Thank You
sonGoku is offline   Reply With Quote

Reply

Tags
chemistry model, combustion model, counterflowflame2d, reactingfoam, reaction


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
How to switch off combustion and reaction in reactingFoam shenzhou1987 OpenFOAM Running, Solving & CFD 16 October 26, 2017 15:31
strange processor boundary behavior in foam-extend reactingFOAM Neka OpenFOAM Bugs 8 August 16, 2017 07:13
error with reactingFoam BakedAlmonds OpenFOAM Running, Solving & CFD 4 June 22, 2016 02:21
calculate flame speed using reactingFoam IColin OpenFOAM Running, Solving & CFD 0 February 4, 2014 15:14
reactingFoam wedge handling wrong U dhondupant OpenFOAM Bugs 1 December 9, 2010 07:34


All times are GMT -4. The time now is 22:16.