CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Library files (https://www.cfd-online.com/Forums/openfoam/93181-library-files.html)

A.D.E October 7, 2011 04:58

Library files
 
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

Bernhard October 7, 2011 05:18

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`
Good luck!


All times are GMT -4. The time now is 23:19.