|
[Sponsors] |
Add new boundary condition in the foam 3.0 extend |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 18, 2014, 08:30 |
Add new boundary condition in the foam 3.0 extend
|
#1 |
New Member
Vaclav Ridky
Join Date: Nov 2012
Posts: 4
Rep Power: 14 |
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 file Code:
oscillatingFixedValueFvPatchField1.C LIB = $(FOAM_USER_LIBBIN)/libmoveVocal 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 Code:
libs ( "libmoveVocal.so" ); |
|
|
|
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 02:47 |
Velocity profile boundary condition | Tuca | FLOW-3D | 1 | April 23, 2013 13:02 |
CFX fails to calculate a diffuser pipe flow | shenying0710 | CFX | 7 | March 26, 2013 05:13 |
[Other] StarToFoam error | Kart | OpenFOAM Meshing & Mesh Conversion | 1 | February 4, 2010 05:38 |
Slip boundary condition what is inside | normunds | OpenFOAM Running, Solving & CFD | 2 | June 4, 2007 07:45 |