Difference between revisions of "Contrib lib cellFaceSetUtilities"

From OpenFOAMWiki
m
 
 
Line 4: Line 4:
 
I am fully aware that a library consisting of one function is a ridiculous concept, but it's a start.
 
I am fully aware that a library consisting of one function is a ridiculous concept, but it's a start.
  
To compile extract it and comipile with
+
To compile extract it and compile with
 
  wmake libso
 
  wmake libso
 
Make sure that the <tt>lnInclude</tt> is in the <tt>INCLUDE</tt>-path when compiling programs that use the library. The library itself is automagically used because it goes to the <tt>$FOAM_USER_LIBBIN</tt>.
 
Make sure that the <tt>lnInclude</tt> is in the <tt>INCLUDE</tt>-path when compiling programs that use the library. The library itself is automagically used because it goes to the <tt>$FOAM_USER_LIBBIN</tt>.

Latest revision as of 13:02, 8 June 2006

This library is was not intended for release. Because it is needed by the calcMassFlow-Utility it is downloadable here: The tar file with the sources

I am fully aware that a library consisting of one function is a ridiculous concept, but it's a start.

To compile extract it and compile with

wmake libso

Make sure that the lnInclude is in the INCLUDE-path when compiling programs that use the library. The library itself is automagically used because it goes to the $FOAM_USER_LIBBIN.