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 > Software
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-23-2003, 02:25 PM
colindengate's Avatar
colindengate colindengate is offline
Registered
 
Join Date: May 2003
Rep: 10 Posts: 40
Location: N/A
Savitsky Power Prediction

Hi all

I am writing a savitsky planing power prediction porgram in Mircosoft excel at the moment. Well in fact l am writing two! One using the thoery in principles of yacht design and the other from copies of savitsky's and others papers.

Can anybody tell me how l can get Excel to solve equations like the one below. I need to solve for CLo.

CLb = CLo - 0.0065*B*CLo^0.6

CLb = Deadrise Lift Coefficient
CLo = Flat Plate lift Coefficient
B = deadrise angle.

I can do it by getting excel to plots graphs and me having to pick the value off and enter it in, but l really want excel to solve it.

I want to do the same when solving for the wetted length/wetted beam ratio (L).

CLo =t^1.1 x {0.012L^0.5 + (0.0055L^(5/2))/Cv^2}

t=running trim
L=wetted length/wetted beam ratio
Cv= Speed coefficient

Plan to develop the programs over time and use Maxsurf's Hullspeed as base data. May but the program on net when happy with it.

Any help or comments are very welcome.
Colin
Reply With Quote
  #2  
Old 09-23-2003, 03:43 PM
Dim Dim is offline
Senior Member
 
Join Date: May 2003
Rep: 10 Posts: 314
Location: somewhere
Colin,
all input data - "from my mind". Check formulas, please.
Attached Files
File Type: xls colin.xls (13.5 KB, 1285 views)
Reply With Quote
  #3  
Old 09-23-2003, 06:14 PM
colindengate's Avatar
colindengate colindengate is offline
Registered
 
Join Date: May 2003
Rep: 10 Posts: 40
Location: N/A
To Dim

Thanks for your help, but think l didn't explain what l needed help on clearly. Need excel to find CLo from a inputted value of CLb, in the first equation and then use that value to solve for the wetted length/wetted beam ration "L" in the second equation.
But, once again thanks for the reply.

Colin
Reply With Quote
  #4  
Old 09-24-2003, 12:40 AM
Dim Dim is offline
Senior Member
 
Join Date: May 2003
Rep: 10 Posts: 314
Location: somewhere
Colin,
on first to yours post, I have understood (not correctly has understood), that the help on job with Excel is simply necessary.

Dim.
Reply With Quote
  #5  
Old 09-24-2003, 02:28 AM
BrettM's Avatar
BrettM BrettM is offline
Senior Member
 
Join Date: Apr 2002
Rep: 16 Posts: 204
Location: Australia
Use solver... May be easier to rewrite the eqn to equal zero so you don't have to think next time.... Can also set up a macro button to automate it. Good Luck.
Reply With Quote
  #6  
Old 11-07-2003, 07:10 AM
nevd nevd is offline
Junior Member
 
Join Date: Nov 2003
Rep: 10 Posts: 99
Location: Australia
Hello Colin,

As a new member, I think your project will be very useful to myself and many other members.

Please advise how the programme is progressing.

nevd
Reply With Quote
  #7  
Old 11-07-2003, 08:33 AM
nico nico is offline
Senior Member
 
Join Date: Jan 2003
Rep: 47 Posts: 183
Location: Valencia
Hi,

When u think that all the formular are right,etc.. If i have the file, i could program a bit and add some macros using the solver from excel (I am already using it for a VPP). I think it is easy to understand VB language so it ll be easy to change.

Nico
Reply With Quote
  #8  
Old 11-07-2003, 02:10 PM
colindengate's Avatar
colindengate colindengate is offline
Registered
 
Join Date: May 2003
Rep: 10 Posts: 40
Location: N/A
Thank you for the offer. It been on the back bench as l am still waiting for copies of the papers by savitsky from SNAME. Want included pre planing prediction. I will be making the program free on the WEB but not untill l am 100% happy with it. Plan to learn VB myself as there is other plans for programs l want to follow up.

Colin
Reply With Quote
  #9  
Old 11-08-2003, 02:31 PM
tspeer tspeer is offline
Senior Member
 
Join Date: Feb 2002
Rep: 404 Posts: 1,246
Location: Des Moines, Washington, USA
Did you ever get a real answer to your Excel question?

There are a couple of ways to solve the equation. One is go to the Tools menu and using Goal Seek. Tell it to set Clb to the value you want by varying Clo.

If you have several sets of equations to solve for, you can have a column of desired values for Clb, a column of Clo values (loaded with initial guesses), a column of Clb's calculated from the formulae, and a column of squared errors. Sum the squared errors in one cell, and use Tools/Solver to minimize the sum of the squared errors using the Clo cells as the parameters to vary.

You can also do it by intentionally setting up an implicit loop and going to manual calculation. Hit F9 repeatedly to iterate to the solution once you have your starting guesses entered.
Reply With Quote
  #10  
Old 11-12-2003, 10:19 AM
Guest
 
Posts: n/a
On the web

Congratulations for taking the time to do learn Savitsky by doing this instead of just using available programs.

However, if you want to have a benchmark to check your answers, search on "fishmeal" and "kamen". His site has a free Savitsky program for download.
Reply With Quote
  #11  
Old 11-12-2003, 05:07 PM
colindengate's Avatar
colindengate colindengate is offline
Registered
 
Join Date: May 2003
Rep: 10 Posts: 40
Location: N/A
To Guest

Thank you for your support and links. They where very useful

Colin
Reply With Quote
  #12  
Old 12-05-2003, 10:23 AM
Humberto Rodrėg Humberto Rodrėg is offline
Junior Member
 
Join Date: Dec 2003
Rep: 10 Posts: 9
Location: Venezuela
Re: Savitsky Power Prediction

Quote:
Originally posted by colindengate
Hi all

I am writing a savitsky planing power prediction porgram in Mircosoft excel at the moment. Well in fact l am writing two! One using the thoery in principles of yacht design and the other from copies of savitsky's and others papers.

Can anybody tell me how l can get Excel to solve equations like the one below. I need to solve for CLo.

CLb = CLo - 0.0065*B*CLo^0.6

CLb = Deadrise Lift Coefficient
CLo = Flat Plate lift Coefficient
B = deadrise angle.

I can do it by getting excel to plots graphs and me having to pick the value off and enter it in, but l really want excel to solve it.

I want to do the same when solving for the wetted length/wetted beam ratio (L).

CLo =t^1.1 x {0.012L^0.5 + (0.0055L^(5/2))/Cv^2}

t=running trim
L=wetted length/wetted beam ratio
Cv= Speed coefficient

Plan to develop the programs over time and use Maxsurf's Hullspeed as base data. May but the program on net when happy with it.

Any help or comments are very welcome.
Colin

I´d like to have more info on your program. Please contactme at HumbertoR92@hotmail.com
Reply With Quote
  #13  
Old 12-09-2003, 08:45 PM
Guest
 
Posts: n/a
for Colin, I have already written an Excel spreadsheet to solve Savitsky's planing hulls. Give me your e-mail and I will send it to you. You can either use it, or see how I get Excel to solve Clo by itself.
Reply With Quote
  #14  
Old 12-10-2003, 01:54 PM
gonzo's Avatar
gonzo gonzo is offline
Senior Member
 
Join Date: Aug 2002
Rep: 494 Posts: 3,842
Location: Temporarily in London
Would you post it?
__________________
Gonzo
Reply With Quote
  #15  
Old 12-10-2003, 02:54 PM
Dingo's Avatar
Dingo Dingo is offline
Naval Architect
 
Join Date: Dec 2003
Rep: 32 Posts: 30
Location: South Australia
Here is my spreadsheet on Savitsky and other methods. It contains various allowances for trim-tabs and shafts etc. Unfortunately, it was written by me in Dutch and Afrikaans, but the symbols and references should pose no problem. Any translation problems just e-mail me at: dingo at postmark dot net.
Attached Files
File Type: xls prestasie.xls (261.5 KB, 1597 views)
__________________
Dingo Tweedie
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
Auto engine marinization DIY Marinizing 227 03-01-2009 07:00 PM
Option One - how big Willallison Option One 43 12-20-2005 06:44 AM
Help with Savitsky Prediction and shaft inclination fede Boat Design 4 06-08-2005 08:08 PM
Article on converting 43-footer to diesel-electric propulsion lockhughes Open Discussion 13 09-01-2004 08:14 PM


All times are GMT -5. The time now is 09:44 PM.


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