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

Add new boundary condition in the foam 3.0 extend

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 18, 2014, 07:30
Default Add new boundary condition in the foam 3.0 extend
  #1
New Member
 
Vaclav Ridky
Join Date: Nov 2012
Posts: 4
Rep Power: 13
Vesek is on a distinguished road
Hi people,
I have problem in Foam 3.0 extend with adding me new boundary condition. The compilation is without errors and I am creating library. But if can this boundary condition use, the foam write me that this boundary condition does not know. This is a modified boundary condition that works without problems.

compilation
Code:
wmake libso
settings Make
file
Code:
oscillatingFixedValueFvPatchField1.C

LIB = $(FOAM_USER_LIBBIN)/libmoveVocal
options
Code:
EXE_INC = \
    -I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/foam/lnInclude\
    -I$(LIB_SRC)/triSurface/lnInclude

LIB_LIBS = \
    -ldynamicMesh \
    -lfiniteVolume \
    -lmeshTools \
    -lfoam \
    -ltriSurface
in controlDict I define

Code:
libs 
(
"libmoveVocal.so"
);
Vesek 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
[swak4Foam] Basic Error when installing swak4foam with foam extend 3.0 mnobrega OpenFOAM Community Contributions 6 April 1, 2014 01:47
Velocity profile boundary condition Tuca FLOW-3D 1 April 23, 2013 12:02
CFX fails to calculate a diffuser pipe flow shenying0710 CFX 7 March 26, 2013 04:13
[Other] StarToFoam error Kart OpenFOAM Meshing & Mesh Conversion 1 February 4, 2010 04:38
Slip boundary condition what is inside normunds OpenFOAM Running, Solving & CFD 2 June 4, 2007 06:45


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