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

LESModel is not a member of compressible?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 3, 2009, 12:05
Default LESModel is not a member of compressible?
  #1
New Member
 
Wu Qiong
Join Date: Sep 2009
Posts: 2
Rep Power: 0
icream4236 is on a distinguished road
I am doing an evoluzione solver in OpenFOAM-1.6
And I make definition of a turbulence pointer like this

Info << "Creating turbulence model.\n" << endl;
autoPtr<compressible::LESModel> turbulence
(
compressible::LESModel::New
(
rho,
U,
phi,
thermo
)
);

But it is very strange, there comes error like

createFields.H:87: error: ‘LESModel’ is not a member of ‘Foam::compressible’
createFields.H:87: error: ‘LESModel’ is not a member of ‘Foam::compressible’

I don't understand why, cause LESModel is a class defined in compressible. and it should be accessed by Foam::compressible::LESModel

And I used to run the same stuff in OpenFOAM-1.5, but there is no error like this..

Is there any difference between 1.5 and 1.6 for LESModel? What should I do?
icream4236 is offline   Reply With Quote

Old   December 4, 2009, 08:16
Default
  #2
New Member
 
Wu Qiong
Join Date: Sep 2009
Posts: 2
Rep Power: 0
icream4236 is on a distinguished road
Help,help,help!!!!!!!!!!!!!!!!!
icream4236 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[OpenFOAM] Native ParaView Reader Bugs tj22 ParaView 270 January 4, 2016 12:39
Version 15 on Mac OS X gschaider OpenFOAM Installation 113 December 2, 2009 11:23
Compilation errors in ThirdPartymallochoard feng_w OpenFOAM Installation 1 January 25, 2009 07:59
OpenFoam 14 installation problem gfcoppola OpenFOAM Installation 20 November 2, 2007 14:38
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 18:51


All times are GMT -4. The time now is 04:11.