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

First steps w moving mesh FOAM FATAL ERROR solver table is empty

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 14, 2007, 04:41
Default Hi everybody, I am currentl
  #1
Senior Member
 
Thomas Jung
Join Date: Mar 2009
Posts: 102
Rep Power: 17
tehache is on a distinguished road
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
tehache is offline   Reply With Quote

Old   May 14, 2007, 04:51
Default Ooops sorry for spamming - dir
  #2
Senior Member
 
Thomas Jung
Join Date: Mar 2009
Posts: 102
Rep Power: 17
tehache is on a distinguished road
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
tehache is offline   Reply With Quote

Old   May 14, 2007, 04:59
Default you may want also to have a lo
  #3
Member
 
rafal zietara
Join Date: Mar 2009
Location: Manchester, UK
Posts: 60
Rep Power: 17
rafal is on a distinguished road
you may want also to have a look on utilities:
moveDynamicMesh
moveEngineMesh
moveMesh
rafal
rafal 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
FOAM FATAL IO ERROR msrinath80 OpenFOAM Running, Solving & CFD 4 July 30, 2008 10:06
[Commercial meshers] FOAM FATAL ERROR points deallocated hoerl OpenFOAM Meshing & Mesh Conversion 0 October 30, 2006 07:47
Parallel FOAM FATAL IO ERROR msrinath80 OpenFOAM Running, Solving & CFD 1 July 28, 2006 12:48
FOAM FATAL ERROR derath OpenFOAM Pre-Processing 1 June 10, 2006 14:20
FOAM FATAL IO ERROR sita OpenFOAM Running, Solving & CFD 2 August 23, 2005 04:37


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