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

New capability 6DOF solver in OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 18, 2008, 08:15
Default Dear All, Some good news: I
  #1
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
Dear All,

Some good news: I have just checked in a 6-DOF (6 degrees of freedom) solver in OpenFOAM. The code has been implemented by D. Matijasevic at University of Zagreb, Croatia and solves the translational and rotational motion of a body with springs and dampers. The code comes in several pieces:

- sixDOFODE ordinary differential equations class
- sixDOFbodies = multiple 6-DOF bodies
- top-level solver sixDOFSolver
- 2 tutorial cases: 1-D spring/damper motion and 3-D translation-rotation along the same lines.

Enjoy,

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   February 18, 2008, 09:04
Default Dear Prof. Jasak Great !!
  #2
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Dear Prof. Jasak

Great !!

You never stop surprising us. That addition is going to help so many newcomers who struggle to put up together something that complex.

Thank A Lot

With Best Regards
Jaswinder
jaswi is offline   Reply With Quote

Old   February 18, 2008, 15:12
Default Dear Hrvoje this is indeed
  #3
New Member
 
George Kokotis
Join Date: Mar 2009
Posts: 9
Rep Power: 17
gkokgr is on a distinguished road
Dear Hrvoje

this is indeed a very useful extension. I gather from some newer posts I read, that there are some people very interested in the 6-DOF capability. Are there any people in your Dept., in Zagreb doing research in marine CFD / hydrodynamics using OpenFOAM?


Warmest Regards
GK
gkokgr is offline   Reply With Quote

Old   February 18, 2008, 15:37
Default Hello, Actually, there is a
  #4
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
Hello,

Actually, there is a number of clients I support with hydrodynamic interest. There is also a strong marine engineering department at the University, but I'm still working on "converting them"

Do you have something special in mind?

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   February 18, 2008, 16:13
Default Hi I assumed that they woul
  #5
New Member
 
George Kokotis
Join Date: Mar 2009
Posts: 9
Rep Power: 17
gkokgr is on a distinguished road
Hi

I assumed that they would - already - be faithful disciples of the project ;-). But - anyway, I know it is fairly difficult to switch experienced(*) users from one set of tools to another.
I'm trying to fast-pace myself to make up for some lost time. I wonder if it would be possible to gather some related material & examples from hydro/free-surface problems in the Wiki (if available)...(?)

Best Regards
GK

(*)I was witness in Split '00-'02 (on behalf of owners), when advice was sought to fine-tune some details in the form of the hull, but don't know the code(s) they used...in-house or other?
gkokgr is offline   Reply With Quote

Old   February 20, 2008, 06:36
Default Dear Hrvoje, could you shor
  #6
New Member
 
Tim Franke
Join Date: Mar 2009
Posts: 8
Rep Power: 17
timfranke is on a distinguished road
Dear Hrvoje,

could you shortly indicate how to get access
to the files that contain the 6-DOF solver and
the tutorials?

Thanks in advance,
Tim
timfranke is offline   Reply With Quote

Old   February 20, 2008, 06:44
Default Hi Tim try this link ht
  #7
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Hi Tim

try this link

http://openfoam-extend.svn.sourcefor...enfoam-extend/

From there onwards please browse down to the stuff u need.

Hope that is the information you were looking for.

Regards
Jaswi
jaswi is offline   Reply With Quote

Old   February 20, 2008, 06:47
Default All in the public SVN reposito
  #8
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
All in the public SVN repository:

The individual bits are:

http://openfoam-extend.svn.sourceforge.net/viewvc/openfoam-extend/trunk/Core/Ope nFOAM-1.4.1-dev/src/ODE/sixDOF/

http://openfoam-extend.svn.sourceforge.net/viewvc/openfoam-extend/trunk/Core/Ope nFOAM-1.4.1-dev/applications/solvers/basic/sixDOFSolver/

http://openfoam-extend.svn.sourceforge.net/viewvc/openfoam-extend/trunk/Core/Ope nFOAM-1.4.1-dev/tutorials/sixDOFSolver/

although I would recommend working with the complete SVN check-out.

Enjoy,

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   March 6, 2008, 09:20
Default Hello! I've downloaded all fi
  #9
Member
 
Paul Mauk
Join Date: Mar 2009
Posts: 39
Rep Power: 17
plmauk is on a distinguished road
Hello!
I've downloaded all files and placed them into the corresponding directories, then I've tried to compile the sixDOF-solver, but without success:

[testuser@cfd-61 sixDOFSolver]$ wmake
Making dependency list for source file sixDOFSolver.C
could not open file sixDOFbodies.H for source file sixDOFSolver.C
SOURCE=sixDOFSolver.C ; g++ -m32 -Dlinux -DDP -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast -O3 -DNoRepository -ftemplate-depth-40 -I/home/testuser/OpenFOAM/OpenFOAM-1.4.1-dev/src/meshTools/lnInclude -I/home/testuser/OpenFOAM/OpenFOAM-1.4.1-dev/src/ODE/lnInclude -IlnInclude -I. -I/home/testuser/OpenFOAM/OpenFOAM-1.4.1-dev/src/OpenFOAM/lnInclude -fPIC -pthread -c $SOURCE -o Make/linuxGccDPOpt/sixDOFSolver.o
/bin/sh: g++: command not found
make: *** [Make/linuxGccDPOpt/sixDOFSolver.o] Fehler 127

What I was doing wrong?

Thanks,
Paul.
plmauk 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
6dof solver in 2d Mekala Krishnan FLUENT 8 February 21, 2017 09:41
DSMC solver in OpenFoam flatorre OpenFOAM 7 July 28, 2010 20:04
AMG solver in Openfoam gonski Main CFD Forum 0 November 25, 2007 05:20
initial guess 6DOF-solver Astrid FLUENT 0 May 3, 2006 07:31
Problems using dynamic mesh and 6dof solver Brett FLUENT 0 March 3, 2006 17:45


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