|
[Sponsors] |
October 7, 2011, 05:58 |
Library files
|
#1 |
Member
Join Date: Jul 2011
Posts: 42
Rep Power: 15 |
Hello,
Can I view the contents of any of the lib.so files? I would like to see how for example OpenFoam calculates the Cl and Cd coefficients. Thanks, A.D.E |
|
October 7, 2011, 06:18 |
|
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
The libraries are compiled from /src. What name a library will get is defined in all the Make/files. For example, is you want to find where libsampling.so is defined, you can execute a search command in the shell like
Code:
src> grep sampling `find -name files` |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF issue | MASOUD | Fluent UDF and Scheme Programming | 14 | December 6, 2012 14:39 |
critical error during installation of openfoam | Fabio88 | OpenFOAM Installation | 21 | June 2, 2010 04:01 |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |
Problems in compiling paraview in Suse 10.3 platform | chiven | OpenFOAM Installation | 3 | December 1, 2009 08:21 |
OpenFOAM15 paraFoam bug | koen | OpenFOAM Bugs | 19 | June 30, 2009 11:46 |