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

wmake files and options details

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By abilash

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   November 23, 2011, 11:13
Default wmake files and options details
  #1
Member
 
Rui Vizinho de Oliveira
Join Date: Sep 2011
Posts: 31
Rep Power: 14
RuiVO is on a distinguished road
Good day to you all,

I'm a noobish OF user, and I wish to know where i can find detailed information regarding the meaning of the entries in the following files inside a Make folder:
files
options

Example files:

mykOmegaSST.C
LIB = $(FOAM_USER_LIBBIN)/libmyIncompressibleRASModels

I know that the first line states the program to be compiled. The second line is amazing because it has (FOAM_USER_LIBBIN) and i have seen ((FOAM_APPBIN).

Example options:

EXE_INC = \
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/lnInclude
LIB_LIBS =


or another options file:


EXE_INC = \
-I./combustionModels/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
-I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude


EXE_LIBS = \
-lcombustionModels \
-lspecie \
-lreactionThermophysicalModels \
-lbasicThermophysicalModels \
-lfiniteVolume \
-lcompressibleLESModels \
-lcompressibleRASModels \
-lradiation

Why is there a diference between the two files? One with LIB_LIBS and the other with EXE_LIBS. What is the meaning of this?

I don't expect all of this questions to be answered, I just wanted to have some good documentation on this besides the OpenFoam link:
http://www.openfoam.com/docs/user/co...plications.php

I want to be able to understand what am I doing when I want to compile something to be run as an user application of user lib ( if there is such thing as a user lib .. i don't know). I want to know if i can include a lib or app made by me as an (FOAM_APPBIN ou FOAM_LIBBIN) or something of the sort.

Best regards

Rui
RuiVO is offline   Reply With Quote

 


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
wmake compiling new solver mksca OpenFOAM Programming & Development 14 June 22, 2018 06:29
Remeshing with User Defined Options ChristianF CFX 2 September 24, 2014 09:19
OpenFOAM 1.7.1 installation problem on OpenSUSE 11.3 flakid OpenFOAM Installation 16 December 28, 2010 08:48
OpenFOAM on MinGW crosscompiler hosted on Linux allenzhao OpenFOAM Installation 127 January 30, 2009 19:08
Writing geometry files in STAR-CD Sachin Siemens 5 April 22, 2008 16:38


All times are GMT -4. The time now is 12:01.