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

2.0.1 istallation problem using icc

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 6, 2011, 04:44
Default 2.0.1 istallation problem using icc
  #1
Member
 
fisch
Join Date: Feb 2010
Posts: 97
Rep Power: 16
fisch is on a distinguished road
Hello,

after updating OpenFOAM to the current git version (today) i get the following error message during compilation of the src folder while using intel compiler:

pyrolysisModel/pyrolysisModelCollection.C(38): error: member "Foam::IOPtrList<T>::typeName [with T=Foam::regionModels:yrolysisModels:yrolysisMo del]" cannot be defined in the current scope
defineTemplateTypeNameAndDebug(IOPtrList<pyrolysis Model>, 0);
^

There are a few more errors but this is the first one...
Can anybody help me? I have no idea what to do

thanks
fisch is offline   Reply With Quote

Old   October 6, 2011, 07:00
Default
  #2
Member
 
fisch
Join Date: Feb 2010
Posts: 97
Rep Power: 16
fisch is on a distinguished road
Hi,

i found a way that the stuff compiles without error.
Maybe it's not a nice way but it seems to work:

in pyrolysisModelCollection.C:

change from:

Quote:
namespace Foam
{
namespace regionModels
{
namespace pyrolysisModels
defineTemplateTypeNameAndDebug(IOPtrList<pyrolysis Model>, 0);


// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

{
to:


Quote:
defineTemplateTypeNameAndDebug(Foam::IOPtrList<Foa m::regionModels:yrolysisModels:yrolysisModel>, 0);


// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
namespace Foam
{
namespace regionModels
{
namespace pyrolysisModels
{
fisch is offline   Reply With Quote

Old   October 9, 2011, 10:17
Default
  #3
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings fisch,

I've picked up on your thread, tested your findings and confirmed this as well. I've also reported here: http://www.openfoam.com/mantisbt/view.php?id=312

Hopefully they'll have the official fix this week

Best regards,
Bruno
__________________
wyldckat 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
UDF compiling problem Wouter Fluent UDF and Scheme Programming 6 June 6, 2012 04:43
Gambit - meshing over airfoil wrapping (?) problem JFDC FLUENT 1 July 11, 2011 05:59
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13
convergence problem Trushar Phoenics 5 August 27, 2002 23:40


All times are GMT -4. The time now is 12:36.