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

fixedMeanValue BC

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 7, 2013, 18:22
Default fixedMeanValue BC
  #1
Senior Member
 
Join Date: Mar 2010
Posts: 172
Rep Power: 17
Jonathan is on a distinguished road
hi everyone,

i have been using the following BC

Code:
outlet
{
   type             fixedMeanValue; 
   meanValue    0;
   value            0;
}
in simulations on my desktop and it compiled and ran fine.

However, i have just moved the simulations over to a cluster where the BC compiled fine, however i get the following error msg when i run the solver:

Code:
--> FOAM Warning : 
    From function dlOpen(const fileName&, const bool)
    in file POSIX.C at line 1175
    dlopen error : /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /export/home/jbergh/OpenFOAM/jbergh-2.1.1/platforms/linux64GccDPOpt/lib/libfixedMeanValue.so)
--> FOAM Warning : 
    From function dlLibraryTable::open(const fileName&, const bool)
    in file db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C at line 96
    could not load "libfixedMeanValue.so"
As i said, i dont get any error msg's when i compile the BC, but only the error when i run it.

I have checked in the /usr/lib64 directory on the cluster and the file exists, but evidently the wrong version of it perhaps? i checked the linux forums and it seems GLIBCXX_3.4.11 is an object in libstdc++.so.6, so i am not entirely sure what the issue is ???

I was wondering whether anyone had any idea of how i could get around this issue or whether there was something i could change in the source code before i compile the BC in order to avoid the issue?

PS I found the src for the code from a post of HRV on the forums, but it was written a little while back i think so may have used old libraries etc?

many thanks and kind regards
jonathan
Jonathan 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
fixedMeanValue BC in parallel ganeshv OpenFOAM Running, Solving & CFD 1 November 7, 2011 13:48
fixedMeanValue "namespace" error siddharameshwara OpenFOAM Programming & Development 2 December 13, 2010 04:00
fixedMeanValue error siddharameshwara OpenFOAM Running, Solving & CFD 0 November 30, 2010 09:22
fixedMeanValue execution problem siddharameshwara OpenFOAM Programming & Development 2 November 11, 2010 03:52
fixedMeanValue boundary error while compiling siddharameshwara OpenFOAM Programming & Development 0 November 9, 2010 05:01


All times are GMT -4. The time now is 06:35.