------------------ WORK IN PROGRESS ------------------
The sail analysis module implemented in flow5 uses the same panel code solver as the airplane module, while its user interface is similar to that of the sail7 prototype. It is recommended to experiment with sail7 before purchasing flow5 to understand the philosophy and general mechanismn of the sail analysis module.
The design intent of the sail module is to
Only the triangular panel methods have been activated in the sail module. The quad panel method and the VLM have been disabled due to their lesser versatililty, and because they do not offer any signficant advantage over the triangular panel methods. This in return allows for a more simple and robust code, without any functional restriction.
The ground effect due to the presence of the water's surface is activated by default.
Notes:
In this representation, the sail is defined by a NURBS surface.
The NURBS geometry is defined by sets of control points which can be arranged manually in the graphical user interface, or imported from an XML file.
The main advantage of the NURBS model is its versatility and the C2 continuity of the surface.
As an alternative to NURBS, the sails may be modelled by interpolation of stremawise spline sections. This modelling method has the advantage over NURBS to provide slightly more control over the surface's geometry, with the disadvantage of C0 only continuity at the sections.
This modelling method follows closely the representation of wings in both xflr5 and flow5. Sections are defined by foils.
Sails can be imported from CAD files. The recognized formats are STEP, IGES and BREP.
Once imported, the imported geometry are converted to NURBS and stored as NURBS sails.
The preferred way to import external sails is using the STL format. Once imported, the sails are stored as a dead mesh which cannot be modified.
Since the STL format does not contain any information other than the set of triangles, manual reconstruction of the luff and of the trailing edge are required to be done manually in the flow5 editor.
See the detailed step-by-step guide for more explanations.
The analyses are intended to provide the forces and moments acting on the sails and the boat as a function of design parameters. The design parameters are:
Scripting is done using xml files to define both the sails and the analyses to run. It operates in a similar way to the scripts for plane analyses.
An example of a script file is available here: boat_script.xml.