|
[Sponsors] |
September 25, 2009, 04:35 |
Unknown solver type laplaceCellDecomposition
|
#1 |
Senior Member
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18 |
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 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"); Thanks in advance! Regards, Gijs |
|
September 25, 2009, 06:51 |
|
#2 |
Senior Member
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18 |
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 |
|
|
|
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 |