|
[Sponsors] |
First steps w moving mesh FOAM FATAL ERROR solver table is empty |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 14, 2007, 05:41 |
Hi everybody,
I am currentl
|
#1 |
Senior Member
Thomas Jung
Join Date: Mar 2009
Posts: 102
Rep Power: 17 |
Hi everybody,
I am currently doing my first unsecure steps with a moving grid, starting my program I get this: ================================================== Selecting motion solver: laplaceTetDecomposition --> FOAM FATAL ERROR : solver table is empty From function motionSolver::New(const polyMesh& mesh) in file motionSolver/motionSolver.C at line 141. FOAM exiting ================================================ Code is basically just this (for the moment, nothing solving, just trying to move a mesh): ================================================= Info<< "\nStarting time loop\n" << endl; autoPtr<foam::motionsolver> motionPtr = motionSolver::New(mesh); for (runTime++; !runTime.end(); runTime++) { Info<< "Time = " << runTime.timeName() << nl << endl; mesh.movePoints(motionPtr->newPoints()); } return(0); } ================================================= File dynamicMeshDict looks like this: ================================================== dynamicFvMeshLib "libtetDecompositionMotionSolvers.so"; dynamicFvMesh dynamicMotionSolverFvMesh; // twoDMotion yes; solver laplaceTetDecomposition; diffusion quadratic patchEnhanced; frozenDiffusion off; distancePatches 0 (); ================================================== I also have a file motionU, not showing it here (could do so, if needed, of course..) Any hint to get me continuing would be very much appreciated - I am stuck a little Thank you! Thomas |
|
May 14, 2007, 05:51 |
Ooops sorry for spamming - dir
|
#2 |
Senior Member
Thomas Jung
Join Date: Mar 2009
Posts: 102
Rep Power: 17 |
Ooops sorry for spamming - directly after posting I had the great idea to add these libraries
-ldecompositionMethods \ -ltetDecompositionMotionSolvers \ ... and its fine now Sorry again for abusing your attention |
|
May 14, 2007, 05:59 |
you may want also to have a lo
|
#3 |
Member
rafal zietara
Join Date: Mar 2009
Location: Manchester, UK
Posts: 60
Rep Power: 17 |
you may want also to have a look on utilities:
moveDynamicMesh moveEngineMesh moveMesh rafal |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FOAM FATAL IO ERROR | msrinath80 | OpenFOAM Running, Solving & CFD | 4 | July 30, 2008 11:06 |
[Commercial meshers] FOAM FATAL ERROR points deallocated | hoerl | OpenFOAM Meshing & Mesh Conversion | 0 | October 30, 2006 08:47 |
Parallel FOAM FATAL IO ERROR | msrinath80 | OpenFOAM Running, Solving & CFD | 1 | July 28, 2006 13:48 |
FOAM FATAL ERROR | derath | OpenFOAM Pre-Processing | 1 | June 10, 2006 15:20 |
FOAM FATAL IO ERROR | sita | OpenFOAM Running, Solving & CFD | 2 | August 23, 2005 05:37 |