Boat Design Forums  |  Boat Design Directory  |  Boat Design Gallery  |  Boat Design Wiki (beta)  |  Boat Design Book Store  |  Thanks to Our Site Sponsors  |  Sitemap

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

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 02-10-2009, 01:41 PM
jehardiman jehardiman is offline
Senior Member
 
Join Date: Aug 2004
Rep: 385 Posts: 920
Location: Port Orchard, Washington, USA
Quote:
Originally Posted by Eric W. Sponberg View Post
Does anyone know if Microsoft Excel can create a polar diagram, such as from VPP output? I have looked into this somewhat in the past and have not come up with an answer, other than it may be possible to create a custom VPP polar diagram in Excel's custom chart function. Has anyone ever done this, and if so, be willing to offer the instructions on how to create one?

I ask this because I have a fairly good VPP program that runs in DOS, and the output can go to a text file which can then be read into Excel. But the chart does not come through, and the DOS version of the chart does not make a very good presentation. An Excel polar diagram would be much better.

I welcome anyone's input. Thanks.

Eric
Quote:
Originally Posted by gggGuest View Post
Yes, but you have to do a lot of fiddling in order to get the angles right.
Quote:
Originally Posted by MalSmith View Post
I have successfully used the Excel radar chart type in the past. I had to use even divisions for the angles to be plotted, even if there there was no data for any individual angle.

Mal.
Quote:
Originally Posted by Pelle View Post
There are a number of free scripts for doing polar plots in excel out on the net. Just google "excel polar plot" and you will find plenty to choose from.
Eric;

As the others have already said, yes, you can use the "radar" plot graph option, but there are some limitations. Right now in the office we use excel to polar plot current data over time to generate a rosette and then superimpose a fixed grid, heading dependent system limits, and real-time data over the top of that. It is on the fly scalable, and as Mal and ggg pointed out you ether have to use constant angles or fiddle with it.

Pelle alluded to scripts, but my guess some are just coordinate conversions like Gramp's example, as we do it directly from polar data without any need for scripting (though we use scripting to read data files into the spreadsheet). If you absolutely have to have some exact angle, it would most likey be better to do the polar to x-y conversion.

If you want, I can extract the mechanics of it and e-mail you.

PS: Didn't notice at first how old this thread was, happend while I was offline for Xmas travel. Anyway, the offer still stands if you still need it.
__________________
The only thing a Naval Architect has to sell is his opinion.

Last edited by jehardiman : 02-10-2009 at 01:44 PM. Reason: PS
Reply With Quote
  #17  
Old 02-11-2009, 10:06 AM
Eric Sponberg's Avatar
Eric Sponberg Eric Sponberg is offline
Senior Member
 
Join Date: Apr 2003
Rep: 183 Posts: 409
Location: St. Augustine, FL, USA
Hi JE

Yes, I would like to see what you have, thank you. I tried Gramps example in post #6, and it works fine, although the ends of the concentric rings on the grid have a whoopie in them--not perfectly circular at the ends. I can make exact angles for the spokes of the grid with the correct coordinates, so that's not a problem. I'd like to see the boat speed rings displayed a little more accurately at the ends. Please email me through PM or through my website.

Thanks again,

Eric
__________________
Eric W. Sponberg
Naval Architect
Sponberg Yacht Design Inc.
St. Augustine, Florida
www.sponbergyachtdesign.com
Reply With Quote
  #18  
Old 02-12-2009, 05:39 AM
Massimo De Luca Massimo De Luca is offline
 
Join Date: Apr 2008
Rep: 10 Posts: 3
Location: Palermo
Ciao

I just founded this website...
Let me know what you think

http://www.polardesigner.com/PolarDesigner.html#
Reply With Quote
  #19  
Old 02-17-2009, 05:58 AM
wvw wvw is offline
Junior Member
 
Join Date: Feb 2009
Rep: 10 Posts: 6
Location: london
Would it be possible to come to a mathematical formulla from this so that I could give in the wind angle and wind speed to calculate what boat speed could be expected ? Say if I wanted to build some program like virtual schipper... or to check my sailtrim while sailing competition...
__________________
www.boatdimensions.com
Reply With Quote
  #20  
Old 02-17-2009, 10:17 AM
Eric Sponberg's Avatar
Eric Sponberg Eric Sponberg is offline
Senior Member
 
Join Date: Apr 2003
Rep: 183 Posts: 409
Location: St. Augustine, FL, USA
Quote:
Originally Posted by wvw View Post
Would it be possible to come to a mathematical formulla from this so that I could give in the wind angle and wind speed to calculate what boat speed could be expected ? Say if I wanted to build some program like virtual schipper... or to check my sailtrim while sailing competition...
A simple formula is not possible. It takes many formulas to be solved simultaneously, and that is why we have VPPs.

Eric
__________________
Eric W. Sponberg
Naval Architect
Sponberg Yacht Design Inc.
St. Augustine, Florida
www.sponbergyachtdesign.com
Reply With Quote
  #21  
Old 02-17-2009, 12:33 PM
farjoe farjoe is offline
Junior Member
 
Join Date: Oct 2003
Rep: 26 Posts: 69
Location: med
Quote:
Originally Posted by Massimo De Luca View Post
Ciao

I just founded this website...
Let me know what you think

http://www.polardesigner.com/PolarDesigner.html#

Massimo,

interesting website which I still have to test.

I use Firefox to browse. Your website only takes 50% of my screen but is not scalable to fill the page. the text is unnecessarily small but readable. In my opinion a lot of screen space is going to waste.

regards
Reply With Quote
  #22  
Old 02-17-2009, 01:36 PM
Windvang Windvang is offline
Yacht Designer
 
Join Date: Jan 2006
Rep: 39 Posts: 144
Location: Rotterdam,The Netherlands
VPP polar in Excel, using IMS data or manual data as input. Can compare up to 6 boats. Unfortunately in Dutch, but probably understandable in English.

www.watersportverbond.nl/data/8F2_Sailspeed.xls
Reply With Quote
  #23  
Old 02-21-2009, 02:48 AM
tspeer tspeer is offline
Senior Member
 
Join Date: Feb 2002
Rep: 404 Posts: 1,246
Location: Des Moines, Washington, USA
Quote:
Originally Posted by Eric W. Sponberg View Post
Does anyone know if Microsoft Excel can create a polar diagram, such as from VPP output? ...
Yes, but it's a bit of a pain in the rear end. You have to plot the polar grid yourself.

1. Create a series of X,Y values to plot for the grid by x=Vb*sin(gamma*pi()/180), y=Vb*cos(gamma*pi()/180) for gamma=1 to 360. Constant Vb for the rings, constant gamma for the radial lines. You can plot all the rings and radial lines as one series by putting a blank line between the data for each ring or line - that will avoid Excel plotting the transition from one to the next.

2. Transform the polar data into Vmg and cross-wind components using the same relationships above.

3. Plot the grid data and the polar data as separate series on a scatter plot (with the plot's gridlines turned off). I usually locate the plot in a sheet of its own.

4. Size the scatter plot so the rings are circular. One way I've done this is to put a square drawing object on top of the plot (go to Format/Size and lock the aspect ratio). Format the scales to manual values so they won't change. Then size the square to match the plot in one direction, then size the plot to match the square in the other dimension. Delete the square.

Crude, I know. But it's the only way I know to get a true polar plot in Excel.
__________________
Tom Speer
Reply With Quote
  #24  
Old 02-21-2009, 07:56 AM
Eric Sponberg's Avatar
Eric Sponberg Eric Sponberg is offline
Senior Member
 
Join Date: Apr 2003
Rep: 183 Posts: 409
Location: St. Augustine, FL, USA
Thanks Tom,

That is essentially what post #6 was about. I have tried that and it works. It is easy to manipulate the plot so that it looks right.

Eric
__________________
Eric W. Sponberg
Naval Architect
Sponberg Yacht Design Inc.
St. Augustine, Florida
www.sponbergyachtdesign.com
Reply With Quote
  #25  
Old 02-23-2009, 05:08 AM
Massimo De Luca Massimo De Luca is offline
 
Join Date: Apr 2008
Rep: 10 Posts: 3
Location: Palermo
Quote:
Originally Posted by farjoe View Post
Massimo,

interesting website which I still have to test.

I use Firefox to browse. Your website only takes 50% of my screen but is not scalable to fill the page. the text is unnecessarily small but readable. In my opinion a lot of screen space is going to waste.

regards
Hey Ciao

Don't ask me...i mean i didn't create the website ...i just founded and forward all of you, I usually open with internet explorer and i notice the same...but we must take care first of all of the results

regards

Massimo
Reply With Quote
  #26  
Old 06-29-2009, 06:28 PM
cloewe cloewe is offline
 
Join Date: Jun 2009
Rep: 10 Posts: 1
Location: Chile
gnuplot and polar charts

I am new to the forum, so first of all Hello to all!

I recently succeded with gnuplot after fighting a little bit with the data of the IMS cetificate. Still, I'd like to have a pick at DuncanG set, it looks quite good to see if I can get the code even better..

I am rather new into gnuplot also, but I'll share mine if someone is interested.

Do you know any free software that can make the polar chart of a yatch with some imput data?

Great forum, congrats.
Attached Thumbnails
vpp-polar-diagrams-pst.jpeg  
Reply With Quote
  #27  
Old 08-05-2009, 08:20 AM
arne470 arne470 is offline
 
Join Date: Aug 2009
Rep: 10 Posts: 2
Location: Germany
Hi guys,

Does anybody know where I can get a polar diagram of the olym. 470? Or how I can make such a diagram?

Best wishes,
Arne
Reply With Quote
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vpp/polar jelfiser Boat Design 1 02-21-2007 06:49 AM
Hunter 36 Polar Diagram kenJ Software 0 07-07-2005 03:59 PM
Wiring Diagrams Willallison Boat Design 14 02-10-2005 11:59 PM
Offsets of Bp-delta diagrams Kreso Boat Design 1 10-06-2004 11:00 AM
Yacht Velocity Polar diagrams MikeJohns Boat Design 8 09-07-2004 12:06 AM


All times are GMT -5. The time now is 03:47 AM.


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