Corrected the wetted surface units
This commit is contained in:
parent
657041d6b1
commit
b27e512828
|
@ -228,7 +228,7 @@ def wettedArea(shape, draft, trim):
|
||||||
except Part.OCCError:
|
except Part.OCCError:
|
||||||
continue
|
continue
|
||||||
area = area + common.Area
|
area = area + common.Area
|
||||||
return area
|
return area / Units.Metre.Value**2
|
||||||
|
|
||||||
|
|
||||||
def moment(ship, draft, trim, disp, xcb):
|
def moment(ship, draft, trim, disp, xcb):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user