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

Unknown solver type laplaceCellDecomposition

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 25, 2009, 04:35
Default Unknown solver type laplaceCellDecomposition
  #1
Senior Member
 
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18
gwierink is on a distinguished road
Dear all,

I am using the bubbleInterTrackFoam solver of OpenFOAM-1.5-dev, built by Dr. Zeljko Tukovic. On my laptop it happily runs, but not on my desktop. Yesterday I installed OpenFOAM-1.5-dev via svn. When I run a case that works on my laptop the following error shows up:

Code:
[gijsbert@mintek bubble2D-r0.75mm_20r_OF_1.5-dev]$ newBubbleInterTrackFoam 
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.5-dev                               |
|   \\  /    A nd           | Revision: 1438                                  |
|    \\/     M anipulation  | Web:      http://www.OpenFOAM.org               |
\*---------------------------------------------------------------------------*/
Exec   : newBubbleInterTrackFoam
Date   : Sep 25 2009
Time   : 09:59:17
Host   : 
PID    : 5688
Case   : /home/gijsbert/OpenFOAM/gijsbert-1.5-dev/run/bubbles/bubble2D-r0.75mm_20r_OF_1.5-dev
nProcs : 1

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh, no clear-out for time = 0


Reading field p

Reading field U

Reading/calculating face flux field phi

Selecting motion solver: laplaceCellDecomposition


Unknown solver type laplaceCellDecomposition

Valid solver types are: 

3
(
pseudoSolidFaceDecomposition
RBFMotionSolver
laplaceFaceDecomposition
)


    From function motionSolver::New(const polyMesh& mesh)
    in file meshMotion/motionSolver/motionSolver.C at line 107.

FOAM exiting
Somehow it doesn't want to use laplaceCellDecomposition as a solver type. The output of egrep -r "laplaceCellDecomposition" . in OpenFOAM-1.5.dev gives

Code:
Binary file ./lib/linux64GccDPOpt/libcellDecompositionMotionSolver.so matches
./src/tetDecompositionMotionSolver/lnInclude/laplaceTetDecompositionMotionSolver.H:    TypeName("laplaceCellDecomposition");
Binary file ./src/tetDecompositionMotionSolver/Make.cellDecomp/linux64GccDPOpt/laplaceTetDecompositionMotionSolver.o matches
./src/tetDecompositionMotionSolver/tetDecompositionMotionSolver/laplace/.svn/text-base/laplaceTetDecompositionMotionSolver.H.svn-base:    TypeName("laplaceCellDecomposition");
./src/tetDecompositionMotionSolver/tetDecompositionMotionSolver/laplace/laplaceTetDecompositionMotionSolver.H:    TypeName("laplaceCellDecomposition");
I changed the solver in constant/dynamicMeshDict to laplaceFaceDecomposition and now it runs. Does anyone have an idea what the problem is here and how much it actually matters whether I use face or cell decomposition in this case?

Thanks in advance!

Regards,

Gijs
gwierink is offline   Reply With Quote

Old   September 25, 2009, 06:51
Default
  #2
Senior Member
 
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18
gwierink is on a distinguished road
Well, that got solved. I digged a bit deeper and found a post related to it here. As mentioned in that post I added -lcellDecompositionMotionSolver to Make/options and recompiled the solver. Now it runs .

Cheers, Gijs
gwierink is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[CGNS] CGNS converters available mbeaudoin OpenFOAM Meshing & Mesh Conversion 137 December 14, 2018 05:20
Compile problem ivanyao OpenFOAM Running, Solving & CFD 1 October 12, 2012 10:31
pipe with buoyantFoam buoyancy, boundary conditions Thomas Baumann OpenFOAM 0 June 15, 2009 09:58
[OpenFOAM] Xwindows crash with paraview save srinath ParaView 1 October 15, 2008 10:37
A stupid question luckyluke OpenFOAM Running, Solving & CFD 14 August 13, 2007 05:25


All times are GMT -4. The time now is 12:28.