FreeCAD-Ship s60 tutorial: Difference between revisions

From FreeCAD Documentation
(Fixed some image issues)
(translate)
Line 1: Line 1:
<translate>
In this tutorial we will work with Series 60 ship, from the Iowa University. The tutorial is aimed to show how to work with a symmetric monohull ship, but multihull or non symmetric ships can be performed with the same proceeding.
In this tutorial we will work with Series 60 ship, from the Iowa University. The tutorial is aimed to show how to work with a symmetric monohull ship, but multihull or non symmetric ships can be performed with the same proceeding.


Line 6: Line 7:


=== Introduction ===
=== Introduction ===

FreeCAD-Ship works over '''Ship entities''', that must be created on top of provided geometry. Geometry must be a solid, or set of solids, following criteria must be taken into account:
FreeCAD-Ship works over '''Ship entities''', that must be created on top of provided geometry. Geometry must be a solid, or set of solids, following criteria must be taken into account:

* All hull geometry must be provided (including symmetric bodies).
* All hull geometry must be provided (including symmetric bodies).
* Starboard geometry must be included at negatives ''y'' domain.
* Starboard geometry must be included at negatives ''y'' domain.
Line 17: Line 16:


=== Loading Series 60 geometry ===
=== Loading Series 60 geometry ===

In order to help new users FreeCAD-Ship includes an example geometries loader, with almost famous ship geometries.
In order to help new users FreeCAD-Ship includes an example geometries loader, with almost famous ship geometries.


Line 30: Line 28:


== Create ship instance ==
== Create ship instance ==

In order to create a '''Ship instance''' select s60 geometry and execute the '''ship creation tool''' (Ship design/Create a new ship).
In order to create a '''Ship instance''' select s60 geometry and execute the '''ship creation tool''' (Ship design/Create a new ship).


Line 41: Line 38:


=== Ship data ===
=== Ship data ===

Main dimensions must be introduced here:
Main dimensions must be introduced here:

* Length: Length between perpendiculars, 25.5 m for this ship.
* Length: Length between perpendiculars, 25.5 m for this ship.
* Beam: Total ship beam, 3.389 m for this ship.
* Beam: Total ship beam, 3.389 m for this ship.
Line 66: Line 61:


== Outline draw ==
== Outline draw ==

FreeCAD-Ship provides a tool in order to make easy exporting ship outline draw.
FreeCAD-Ship provides a tool in order to make easy exporting ship outline draw.


Line 75: Line 69:


=== Transversal cuts ===
=== Transversal cuts ===

Usually 21 transversal equi-distance sections between perpendiculars must be performed. in order to do it FreeCAD provides an automatic tool in order to do it, simply select '''Transversal''' type of sections, go to '''Auto create''' box and set '''21''' sections, then press '''Create sections'''.
Usually 21 transversal equi-distance sections between perpendiculars must be performed. in order to do it FreeCAD provides an automatic tool in order to do it, simply select '''Transversal''' type of sections, go to '''Auto create''' box and set '''21''' sections, then press '''Create sections'''.


Line 89: Line 82:


=== Longitudinal cuts ===
=== Longitudinal cuts ===

Two longitudinal cuts must be added, so select '''Longitudinal''' type of sections, go to '''Auto create''' box and set '''2''' sections, then press '''Create sections'''. Sections table is filled, and sections preview updated.
Two longitudinal cuts must be added, so select '''Longitudinal''' type of sections, go to '''Auto create''' box and set '''2''' sections, then press '''Create sections'''. Sections table is filled, and sections preview updated.


=== Water lines ===
=== Water lines ===

6 Water lines between base line and design draft must be added, so select '''Water lines''' type of sections, go to '''Auto create''' box and set '''5''' (Z = 0 m will not be considered, add it manually if you need it) sections, then press '''Create sections'''. Sections table is filled, and sections preview updated.
6 Water lines between base line and design draft must be added, so select '''Water lines''' type of sections, go to '''Auto create''' box and set '''5''' (Z = 0 m will not be considered, add it manually if you need it) sections, then press '''Create sections'''. Sections table is filled, and sections preview updated.


Several additional water lines must be added:
Several additional water lines must be added:

* Z<sub>6</sub> = 1.2 m
* Z<sub>6</sub> = 1.2 m
* Z<sub>7</sub> = 1.4 m
* Z<sub>7</sub> = 1.4 m
Line 105: Line 95:


=== Perform plot ===
=== Perform plot ===

Select '''1:100''' scale and press '''Accept''' to let the tool to generate the 3D sections in a new object.
Select '''1:100''' scale and press '''Accept''' to let the tool to generate the 3D sections in a new object.


Line 117: Line 106:


== Transversal areas curve ==
== Transversal areas curve ==

One typical ship design hydrodynamic parameter is the transversal areas curve, that retrieves some indicators about the behaviour of the hull (towing resistance, seakeeping, ...). FreeCAD-Ship provides a simple tool in order to perform transversal areas curve.
One typical ship design hydrodynamic parameter is the transversal areas curve, that retrieves some indicators about the behaviour of the hull (towing resistance, seakeeping, ...). FreeCAD-Ship provides a simple tool in order to perform transversal areas curve.


Line 126: Line 114:


=== Input data ===
=== Input data ===

Draft and trim (Hull ''y edge'' rotation angle, positive if stern draft may increase) must be provided. Several areas curves may be performed, depending on ship load situations, but two typical plot should be performed:
Draft and trim (Hull ''y edge'' rotation angle, positive if stern draft may increase) must be provided. Several areas curves may be performed, depending on ship load situations, but two typical plot should be performed:

* Design transversal areas curve: Without triming angle and using design draft, 1.0 m in this case.
* Design transversal areas curve: Without triming angle and using design draft, 1.0 m in this case.
* Maximum draft transversal areas curve: Without trimin angle, and maximum draft allowed, 2.0 m in this case.
* Maximum draft transversal areas curve: Without trimin angle, and maximum draft allowed, 2.0 m in this case.


=== Output data ===
=== Output data ===

Some relevant data is shown at real time:
Some relevant data is shown at real time:

* '''L''': Lenght between perpendiculars, value set at ship instance creation.
* '''L''': Lenght between perpendiculars, value set at ship instance creation.
* '''B''': Beam selected at ship creation.
* '''B''': Beam selected at ship creation.
Line 153: Line 137:


== Hydrostatics ==
== Hydrostatics ==

Hydrostatics computation is a critical stage at ship design due to know principal stability hull parameters. Hydrostatics are mandatory data in order to classification societies certificates ship, and joined with loading condition data (weights and gravity position) provides essential data about ship stability. FreeCAD-Ship provides a tool to obtain main hydrostatics curves (GZ curves are considered in other tool).
Hydrostatics computation is a critical stage at ship design due to know principal stability hull parameters. Hydrostatics are mandatory data in order to classification societies certificates ship, and joined with loading condition data (weights and gravity position) provides essential data about ship stability. FreeCAD-Ship provides a tool to obtain main hydrostatics curves (GZ curves are considered in other tool).


Line 173: Line 156:


== Continue learning FreeCAD-Ship ==
== Continue learning FreeCAD-Ship ==

Now you are ready to continue learning [[FreeCADShip_Workbench|FreeCAD-Ship]], [[FreeCAD-Ship_s60_tutorial_(II)|here]] is the second chapter of Series 60 from Iowa university ship.
Now you are ready to continue learning [[FreeCADShip_Workbench|FreeCAD-Ship]], [[FreeCAD-Ship_s60_tutorial_(II)|here]] is the second chapter of Series 60 from Iowa university ship.


[[Category:Tutorials]]
[[Category:Tutorials]]



{{languages | {{es|FreeCAD-Ship_s60_tutorial/es}} {{fr|FreeCAD-Ship_s60_tutorial/fr}} {{it|FreeCAD-Ship_s60_tutorial/it}}}}
</translate>
{{clear}}
<languages/>

Revision as of 21:50, 3 December 2014

In this tutorial we will work with Series 60 ship, from the Iowa University. The tutorial is aimed to show how to work with a symmetric monohull ship, but multihull or non symmetric ships can be performed with the same proceeding.

You can learn more about FreeCAD-Ship here

Loading geometry

Introduction

FreeCAD-Ship works over Ship entities, that must be created on top of provided geometry. Geometry must be a solid, or set of solids, following criteria must be taken into account:

  • All hull geometry must be provided (including symmetric bodies).
  • Starboard geometry must be included at negatives y domain.
  • Origin (0,0,0) point is the Midship section (Midpoint between after and forward perpendicular) and base line intersection.
Schematic view of sign criteria
Schematic view of sign criteria
FreeCAD-Ship sign criteria

Loading Series 60 geometry

In order to help new users FreeCAD-Ship includes an example geometries loader, with almost famous ship geometries.

Example ship geometries loader icon.
Example ship geometries loader icon.
Example ship geometries loader icon

Executing the tool (Ship design/Load an example ship geometry) a task dialogue will shown. Select Series 60 from Iowa University and press Accept. Tool loads new document with s60_IowaUniversity geometry.

Warning, before editing anything!
You are now working with the original example file.
To preserve the original unedited example, you must first save it as a new file before editing anything.

Create ship instance

In order to create a Ship instance select s60 geometry and execute the ship creation tool (Ship design/Create a new ship).

Ship creation tool.
Ship creation tool.
Ship creation tool icon

Creating ship task dialogue and some annotations at 3D view will shown. The annotations will removed when you close Ship creation tool, so don't worry about this.

Most relevant ship data must be introduced (FreeCAD-Ship uses a progressive data introduction system, so basic operations can be performed knowing only basic ship data, more information is needed as the operations become more complex).

Ship data

Main dimensions must be introduced here:

  • Length: Length between perpendiculars, 25.5 m for this ship.
  • Beam: Total ship beam, 3.389 m for this ship.
  • Draft: Design draft, 1.0 m for this ship.
Front view annotations
Front view annotations
Length annotations.

Usually the Length between perpendiculars depends on design draft, so if you don't know what is the length of your ship you can set draft, and fit length in order to get bow and draft intersection.

Side view annotations
Side view annotations
Beam annotations.

Same process is valid for Beam fit. Note that requested value is total beam, but annotation is only refered to starboard half ship.

When you press Accept button program creates your new Ship instance called Ship at Tags & Attributes dialog. We don't need geometry anymore, so you can hide it.

Ship instance icon
Ship instance icon
Ship instance icon.

From here onwards, you must have Ship selected before you execute any FreeCAD-Ship tool.

Outline draw

FreeCAD-Ship provides a tool in order to make easy exporting ship outline draw.

Outline draw tool.
Outline draw tool.
Outline draw tool icon

Outline draw is a set of cuts that allows to meet the hull geometry with a standardized plot. Outline drawing needs the cuts set.

Transversal cuts

Usually 21 transversal equi-distance sections between perpendiculars must be performed. in order to do it FreeCAD provides an automatic tool in order to do it, simply select Transversal type of sections, go to Auto create box and set 21 sections, then press Create sections.

Outline draw transversal sections preview.
Outline draw transversal sections preview.
Outline draw transversal sections preview

Sections table is filled, and sections preview called OutlineDraw shown. Usually more sections was added at bow and stern, where more complex curvatures are registered, in order to do it go to the end of the table, and do double click at empty item in order to edit it, pressing intro to confirm. Add following sections:

  • X22 = -12.1125 m
  • X23 = 12.1125 m

Depending hull geometry complexity, sections preview can take some time. In order to remove a section, just fill it with an empty text and press enter.

Longitudinal cuts

Two longitudinal cuts must be added, so select Longitudinal type of sections, go to Auto create box and set 2 sections, then press Create sections. Sections table is filled, and sections preview updated.

Water lines

6 Water lines between base line and design draft must be added, so select Water lines type of sections, go to Auto create box and set 5 (Z = 0 m will not be considered, add it manually if you need it) sections, then press Create sections. Sections table is filled, and sections preview updated.

Several additional water lines must be added:

  • Z6 = 1.2 m
  • Z7 = 1.4 m
  • Z8 = 1.6 m
  • Z9 = 1.8 m
  • Z10 = 2.0 m

Perform plot

Select 1:100 scale and press Accept to let the tool to generate the 3D sections in a new object.

Resultant sections.
Resultant sections.
Resultant sections.

In order to plot these sections you can use the drawing workbench:

Outline draw plot.
Outline draw plot.
Outline draw plot.

Transversal areas curve

One typical ship design hydrodynamic parameter is the transversal areas curve, that retrieves some indicators about the behaviour of the hull (towing resistance, seakeeping, ...). FreeCAD-Ship provides a simple tool in order to perform transversal areas curve.

Transversal areas curve tool icon.
Transversal areas curve tool icon.
Transversal areas curve tool icon.

When tool is executed a task dialog is shown, and free surface prewied is created at 3D view (Free surface preview will be removed when tool finished, so don't worry about them). Into task dialog input and output data is present.

Input data

Draft and trim (Hull y edge rotation angle, positive if stern draft may increase) must be provided. Several areas curves may be performed, depending on ship load situations, but two typical plot should be performed:

  • Design transversal areas curve: Without triming angle and using design draft, 1.0 m in this case.
  • Maximum draft transversal areas curve: Without trimin angle, and maximum draft allowed, 2.0 m in this case.

Output data

Some relevant data is shown at real time:

  • L: Lenght between perpendiculars, value set at ship instance creation.
  • B: Beam selected at ship creation.
  • T: Actual draft amidships.
  • Trim: Trim angle.
  • TAP: After perpendicular draft.
  • TFP: Forward perpendicular draft.
  • Displacement: Ship displacement (salt water considered, divide by 1.025 in order to know displaced volume).
  • XCB: Buoyancy centre point X coordinate (relative to midship section).

When Accept button is pressed a plot is performed (depending on geometry complexity can take some time, you can see progress on terminal, and stop the work pressing Ctrl+C). When the task has finished FreeCAD will generate a Plot (see the plot module documentation) and a SpreadSheet (see the Spreadsheet workbench documentation).

Design draft transversal areas curve.
Design draft transversal areas curve.
Design draft transversal areas curve.

You can perform maximum draft transversal areas curve in order to see the differences (for instance you are noticing that areas curve is passing through length perpendiculars now).

Hydrostatics

Hydrostatics computation is a critical stage at ship design due to know principal stability hull parameters. Hydrostatics are mandatory data in order to classification societies certificates ship, and joined with loading condition data (weights and gravity position) provides essential data about ship stability. FreeCAD-Ship provides a tool to obtain main hydrostatics curves (GZ curves are considered in other tool).

Hydrostatics tool icon.
Hydrostatics tool icon.
Hydrostatics tool icon.

When tool is executed a task dialog is shown. Usually Hydrostatics curves are presented for each trim angle, in this tutorial only upright trimming angle will considered (0º), with an interval around every loading condition draft. Since we don't know what loading conditions we can get, we will consider almost draft possibilities (Usually, in order to get as many resolution as possible, naval architects fits the interval to feasible drafts).

So we set following data:

  • Trim = 0 deg
  • Minimum Draft = 0.1 m
  • Maximum Draft = 2.0 m
  • Number of points = 39. A lot of points or really complex geometries imply long computation times, in this case around 1 minute can be expend.

When Accept button is pressed plots are performed (see the plot module documentation) and a spreadsheet is generated (see the Spreadsheet workbench documentation).

Hydrostatics curves.
Hydrostatics curves.
Hydrostatics curves.

Continue learning FreeCAD-Ship

Now you are ready to continue learning FreeCAD-Ship, here is the second chapter of Series 60 from Iowa university ship.