Jump to content

Mr. Helio Bailly Guimaraes

Members
  • Content Count

    6
  • Joined

  • Last visited

Everything posted by Mr. Helio Bailly Guimaraes

  1. The following example consist of a single meta surface that is used to define the bow of a large varieties of ship kinds. The model permit large variations of the shape from a typical bulbous bow of large vessels to vertical bows as seen in sailing boats, for instance. First a station is defined by points as the keel, bilge, waterline and deck, plus some auxiliary points used to control the tangent of each curve, as to say to guarantee a smooth transaction between each section of the station. Then those points "runs" along the X-axis varying the coordinates, defining the station at each "X" position of the station. The points and curves of each station are the same, however transformed as defined by some "curve functions", in function of X-position. Thus, the same curve I used to define the bilge at the aft zone I also use to define the bulb at the fore end of the bow. This simple model shows the geniality, by simplicity, of a parametric model defined via meta surfaces. In this model the variables are: -Beam -Length -Depth -Draft -Entrance Angle -Stem Angle -Bilge Radius -Bulb Beam -Bulb Height Finally, TPOs is used to see the station variation along the X-axis. Regards, HB. Meta_Bow_4Forum.fdb
  2. Sometimes the angle on a determined local of a surface is an important parameter. Thus, I created a simple feature which draws an arrow (surface normal) at a determined position (du, dv) for visualization. Furthermore, it exports the angle of the normal referred to the global system (X, Y, Z) as (Xang, Yang and Zang). I used this feature on a project where I wanted to control the surface derivative at the aft part of my bulbous bow (see image attached) for example. The feature can be used within any kind of surface (just need to change the argument type on the feature edition). You can also visualize the normal arrow on the opposite direction of the normal of the surface, by simple clinking "invert". NOTE that the normal of the surface is still the same, only that the arrow is been draw in the opposite direction of the surface normal direction. Hope it can be useful for you too. Regards, Surface_Normal_Forum.fdb
  3. Coil Spring is a good example of mixed discrete-integer optimization, see reference: Jouni Lampinen - Ivan Zelinka (1999). "Mixed Integer-Discrete-Continuous Optimization By Differential Evolution, Part2: a practical example". In: Osmera, Pavel (ed.)(1999). Proceedings of MENDEL'99, 5th International Mendel COnference on Soft COmputing, June 9.-12.1999, Brno, Czech Replublic, pp.77-81. ISBN 80-214-1131-7. The model is defined by D - Outer Diameter; d - wire diameter and N - Number of coils. Where: D is a continuous value. d is given by an Allowable wire diameters table. The Design variable d refers to an index of the table. N is an integer value. Note: the last two design variables can be given as a non-integer value (for the usage of regular optimization processes). The appropriate integer value and allowable wire diameter from the table are defined in the feature "IntegerDiscrete". Regards. Coil_Spring_Forum.fdb
×
×
  • Create New...