|
[Sponsors] |
June 12, 2007, 11:28 |
Hi all,
I've got a problem wi
|
#1 |
Member
Björn Fabritius
Join Date: Mar 2009
Location: Freiberg, Germany
Posts: 31
Rep Power: 17 |
Hi all,
I've got a problem with a mesh I've derived from topoChangerFvMesh. I used (or think have) the function addToRuntimeSelectionTable(topoChangerFvMesh, myFvMesh, IOobject) correctly. Compiling and linking into "$USER_LIB_BIN/libmyFvMesh.so" works just fine. Now I've put the following lines into dynamicMeshDict: dynamicFvMeshLib "libmyFvMesh.so"; dynamicFvMesh myFvMesh; When I run the case with icoDyMFoam I end up with the message --> FOAM FATAL ERROR : Unknown dynamicFvMesh type myFvMesh Is it possible, that the solver doesn't use $USER_LIB_BIN to search for libraries or is there a major brain-bug in my code (I thought about the problem being the derivation from topoChangerFvMesh which itself derives from dynamicFvMesh, but I thought autoptr would take care of that)?? Suggestions are welcome, Bjoern |
|
June 26, 2007, 09:18 |
Hi Bjoern!
Same problem her
|
#2 |
Senior Member
Thomas Jung
Join Date: Mar 2009
Posts: 102
Rep Power: 17 |
Hi Bjoern!
Same problem here ... Did you find a solution in the mean time? Regards, Thomas |
|
June 26, 2007, 10:02 |
Hello Thomas,
I actually fo
|
#3 |
Member
Björn Fabritius
Join Date: Mar 2009
Location: Freiberg, Germany
Posts: 31
Rep Power: 17 |
Hello Thomas,
I actually found my mistake. In the dynamicMeshDict you have to enclose the library name in brackets like this: dynamicFvMeshLibs ("libmyFvMesh.so"); It should work that way. Regards, Bjoern |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
adding a node in 2D mesh (gambit) | Ralf Schmidt | FLUENT | 0 | August 24, 2006 02:32 |
adding a note in 2D mesh (gambit) | Ralf Schmidt | Main CFD Forum | 1 | August 23, 2006 08:19 |
Problems importing written gambit .neu mesh file | jemteo | FLUENT | 3 | February 20, 2006 02:42 |
F(1) over-written error | Olof Liungman | Phoenics | 5 | October 27, 2005 14:52 |
Adding cells during mesh motion | Serkan Cetin | Siemens | 1 | December 23, 2002 04:22 |