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

Running new implementations of turbulence model along with new boundary condition

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By betakv

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 4, 2013, 00:27
Default Running new implementations of turbulence model along with new boundary condition
  #1
New Member
 
neeraj's Avatar
 
OpenFoam
Join Date: Jul 2012
Posts: 24
Rep Power: 13
neeraj is on a distinguished road
Hi,
I have implemented a new turbulence model called "mykepsilon" in to LIB = $(FOAM_USER_LIBBIN)/libmyTurbulenceModels and a new boundary condition "myepsilonwallfunction" into LIB = $(FOAM_USER_LIBBIN)/libmyWallFunctions .
Now i am trying to use both of these in a problem by adding
libs ("libmyTurbulenceModels.so");
libs ("libmyWallFunctions.so");

into controldict file. but its detecting only one of the two. How can i use both at same time? (NB:compiling into dynamic library was done using wmake libso command in both cases)
neeraj is offline   Reply With Quote

Old   March 4, 2013, 03:16
Default
  #2
Member
 
Vojtech Betak
Join Date: Mar 2009
Location: Czech republic
Posts: 33
Rep Power: 18
betakv is on a distinguished road
Hi,

you need to write it in following form

libs( "libmyTurbulenceModels.so" "libmyWallFunctions.so" );
neeraj likes this.
betakv is offline   Reply With Quote

Old   March 4, 2013, 03:33
Default
  #3
New Member
 
neeraj's Avatar
 
OpenFoam
Join Date: Jul 2012
Posts: 24
Rep Power: 13
neeraj is on a distinguished road
Now it works..Thank you..! :-)
neeraj is offline   Reply With Quote

Reply


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
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
Turbulence Model Boundary Condition sanxian FLUENT 1 December 23, 2006 13:01
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55
Boundary condition of free surface model Tony FLUENT 3 September 27, 2004 13:48
New topic on same subject - Flow around race car Tudor Miron CFX 15 April 2, 2004 06:18


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