Boat Design Forums  |  Boat Design Directory  |  Boat Design Gallery  |  Boat Design Book Store  |  Thanks to Our Site Sponsors

Go Back   Boat Design Forums > Design > Software
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-17-2005, 04:33 AM
nemo nemo is offline
Naval Architect
 
Join Date: Apr 2002
Rep: 137 Posts: 132
Location: GENOA, ITALY
Hydrostatics differences between rhino and Hydromax

Hi
I'm designing a Mini650, now I'm into the stability checks.. I checked the displacement with Rhino and it says it's 930 Kg, while Hydromax (after importing the rhino file as .igs) says it's 830kg!
Since it's a big difference for such a small boat, which method should I trust?
Stefano
Reply With Quote
  #2  
Old 02-17-2005, 05:22 AM
Tim B Tim B is offline
Senior Member
 
Join Date: Jan 2003
Rep: 763 Posts: 1,384
Location: Southern England
Very strange, check that the water-line is the same. I trust rhino as it agrees with my code for a given hull-shape and my code is derived from first principles. I doubt it is any problem with the iges format, but check a few offsets to be sure. Just repeat the process very carefully. you may have taken the keel into account in one and not the other. The volume is usually defined as the volume within the canoe hull. so check that the method is the same in each case. If you want me to have a look at, drop me an e-mail at Tim@MarineDesign.tk and I'll send you an adress which will handle attachments.

Hope this helps,

Tim B.
__________________
Open Source Marine Charting - openpilot.sourceforge.net
Open Source Vessel Dynamics opendynamics.engineering.selfip.org
Reply With Quote
  #3  
Old 02-17-2005, 06:18 AM
nemo nemo is offline
Naval Architect
 
Join Date: Apr 2002
Rep: 137 Posts: 132
Location: GENOA, ITALY
Great, now the displacements match!
I found that Maxsurf doesn't like so much Rhino trimmed surfaces.. I had to rebuild the hull with untrimmed surfaces and then export again in .igs format.
Now I'd say the final displacement of my mini is 965 kg, which includes keel and bulb.
I took a quick look at your website, but I still didn't have enough time to read more about that spanish code, sounds interesting and free.
I think it shouldn't be so difficult to write a hydrostatics code that could work with rhino, maths behind those softwares is kind of easy, I guess the most diffucult thing is reading offsets from the drawing.
Reply With Quote
  #4  
Old 02-17-2005, 06:18 AM
Dutch Peter Dutch Peter is offline
Senior Member
 
Join Date: Aug 2004
Rep: 66 Posts: 640
Location: The Netherlands
Can the fault be the importing of the file or the difference in "moulded" or "outside skin", if you know what I mean.
__________________
Dutch Peter

“The opinion of the majority is not necessarily correct” – Yi Qing Cui
Reply With Quote
  #5  
Old 02-17-2005, 06:19 AM
Dutch Peter Dutch Peter is offline
Senior Member
 
Join Date: Aug 2004
Rep: 66 Posts: 640
Location: The Netherlands
You beat me to it Nemo!!
__________________
Dutch Peter

“The opinion of the majority is not necessarily correct” – Yi Qing Cui
Reply With Quote
  #6  
Old 02-17-2005, 08:07 AM
Raggi_Thor's Avatar
Raggi_Thor Raggi_Thor is offline
Nav.arch/Designer/Builder
 
Join Date: Jan 2004
Rep: 696 Posts: 2,457
Location: Trondheim, NORWAY
Hydrostatics in Rhino: Have you tried RhinoMarine?
__________________
Regards, Kvedja, mvh,
Ragnar Thor Mikkelsen
www.MBOATS.no
Reply With Quote
  #7  
Old 02-17-2005, 01:12 PM
Tim B Tim B is offline
Senior Member
 
Join Date: Jan 2003
Rep: 763 Posts: 1,384
Location: Southern England
Actually, taking the surface data out of rhino is easy if you don't mind the slight appoximation of using an unstructured surface mesh. This is how you do it... first of all select the surfaces you want to export, then select EXPORT from the file menu. choose to save as raw triangles *.raw ; then play with the controls until you are happy with the mesh. The defaults are a pretty good starting place.

This will give you a text file with a format as follows:

<object name>
x1 y1 z1 x2 y2 z2 x3 y3 z3
....

so all you need to do is integrate the area between that triangle and the waterline. Do this for each triangle, then you have a displacement volume. Obviously you can extend this method.

Cheers,

Tim B.
__________________
Open Source Marine Charting - openpilot.sourceforge.net
Open Source Vessel Dynamics opendynamics.engineering.selfip.org
Reply With Quote
  #8  
Old 02-17-2005, 04:35 PM
terhohalme's Avatar
terhohalme terhohalme is offline
Senior Member
 
Join Date: Jun 2003
Rep: 478 Posts: 484
Location: Kotka, Finland
RhinoMarine

I have used Phaser (now Rhinomarine) and Rhino for several years succesfully. It is a must!
Reply With Quote
  #9  
Old 02-18-2005, 08:17 PM
MikeJohns MikeJohns is offline
Senior Member
 
Join Date: Aug 2004
Rep: 1623 Posts: 2,344
Location: Australia
Quote:
Originally Posted by terhohalme
I have used Phaser (now Rhinomarine) and Rhino for several years succesfully. It is a must!

I woult agree most strongly.

If you are involved in marine design and using Rhino then Rhino Marine is an excellent well priced utility.
__________________
Mike Johns.
Reply With Quote
  #10  
Old 02-19-2005, 05:19 PM
Navaldesign Navaldesign is offline
Dr. Eng.
 
Join Date: Jan 2005
Rep: 10 Posts: 15
Location: ITALY
Usually Hydromax results are correct. However, check that sections are correctly formed and, if you use trimmed surfaces, make sure you have enabled the relative button.
Reply With Quote
  #11  
Old 02-20-2005, 08:24 PM
Andrew Mason Andrew Mason is offline
Senior Member
 
Join Date: Mar 2003
Rep: 206 Posts: 391
Location: Perth, Western Australia
I found that Maxsurf doesn't like so much Rhino trimmed surfaces.. I had to rebuild the hull with untrimmed surfaces and then export again in .igs format.

Maxsurf doesn't read Rhino trimmed surfaces. It will read them as untrimmed surfaces and you will need to retrim in Maxsurf.

Hydromax requires that surfaces form an unambiguous external shape and often the lack of precision of the edge matching of Rhino surfaces (gaps, overlaps) prevents it from forming correct sections through the hull.

I think it shouldn't be so difficult to write a hydrostatics code that could work with rhino, maths behind those softwares is kind of easy, I guess the most diffucult thing is reading offsets from the drawing.

ROTFL!!!
__________________
Andrew Mason
Formsys
http://www.formsys.com

Maxsurf Academic
http://www.formsys.com/academic/maxsurf/
Reply With Quote
  #12  
Old 02-21-2005, 05:19 AM
MikeJohns MikeJohns is offline
Senior Member
 
Join Date: Aug 2004
Rep: 1623 Posts: 2,344
Location: Australia
Quote:
Originally Posted by Andrew Mason

Hydromax requires that surfaces form an unambiguous external shape and often the lack of precision of the edge matching of Rhino surfaces (gaps, overlaps) prevents it from forming correct sections through the hull.
Andrew
Maxsurf is a wonderful program for sure, but if you are getting gaps and overlaps in Rhino then you haven't created your surfaces properly! Rhino marine won't function with a hull so defined either.

The big problem is Maxsurf not accepting trimmed surfaces, designers who use Rhino haveg to try and re-define their hull in rhino without any surface trimming. That is when we end up with gaps and overlaps.
__________________
Mike Johns.
Reply With Quote
  #13  
Old 02-22-2005, 02:28 AM
Andrew Mason Andrew Mason is offline
Senior Member
 
Join Date: Mar 2003
Rep: 206 Posts: 391
Location: Perth, Western Australia
Mike

Designers do not need to define their hulls in Rhino without surface trimming. Maxsurf reads all of the surfaces from Rhino correctly, it simply discards the trimming information.

As a result the designer will need to specify the surface trimming again in Maxsurf, however if the trimming has originally been defined with surface-surface intersections this takes very little time.
__________________
Andrew Mason
Formsys
http://www.formsys.com

Maxsurf Academic
http://www.formsys.com/academic/maxsurf/
Reply With Quote
  #14  
Old 02-22-2005, 06:40 AM
Tim B Tim B is offline
Senior Member
 
Join Date: Jan 2003
Rep: 763 Posts: 1,384
Location: Southern England
Then by definition, Andrew, that is incorrect.

A properly imported trimmed surface should be the same shape as the origenal trimmed surface.

Tim B.
__________________
Open Source Marine Charting - openpilot.sourceforge.net
Open Source Vessel Dynamics opendynamics.engineering.selfip.org
Reply With Quote
  #15  
Old 02-22-2005, 07:17 AM
Navaldesign Navaldesign is offline
Dr. Eng.
 
Join Date: Jan 2005
Rep: 10 Posts: 15
Location: ITALY
Hi Tim B

as Andrew has already mentioned in a previous note, dynamic changes in the trimmed surfaces within Maxsurf require information that the export facility of Rhino or other similar programs simply can't supply. This means that even if Max imported the trimming information and could actually represent on screen
the write contour, as soon as you changed something on your surface, the trimming information, not being a dynamic one, would be wrong. Actually as you now trimming a surface only means "hide" a portion of the surface, without changing the surface itself. So the solution is simple: trim surfaces with surfaces, and, once in Max, retrim and make the trimming surfs invisible.
Even this way, however, the link between trimmed and trimming surfaces in MAax, sometimes gets lost.

Navaldesign
www.navaldesign.it
Reply With Quote
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes



All times are GMT -5. The time now is 06:27 AM.


Powered by: vBulletin Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Web Site Design and Content Copyright ©1999 - 2012 Boat Design Net