Classes | |
class Point | |
Functions | |
def areas (ship, n, draft=None, roll=Units.parseQuantity("0 deg"), trim=Units.parseQuantity("0 deg")) | |
def BMT (ship, draft=None, trim=Units.parseQuantity("0 deg")) | |
def displacement (ship, draft=None, roll=Units.parseQuantity("0 deg"), trim=Units.parseQuantity("0 deg")) | |
def floatingArea (ship, draft=None, roll=Units.parseQuantity("0 deg"), trim=Units.parseQuantity("0 deg")) | |
def getUnderwaterSide (shape, force=True) | |
def mainFrameCoeff (ship, draft=None) | |
def moment (ship, draft=None, roll=Units.parseQuantity("0 deg"), trim=Units.parseQuantity("0 deg")) | |
def placeShipShape (shape, draft, roll, trim) | |
def wettedArea (shape, draft, roll=Units.parseQuantity("0 deg"), trim=Units.parseQuantity("0 deg")) | |
Variables | |
int COMMON_BOOLEAN_ITERATIONS = 10 | |
DENS = Units.parseQuantity("1025 kg/m^3") | |
Function Documentation
◆ areas()
def shipHydrostatics.Tools.areas | ( | ship, | |
n, | |||
draft = None , |
|||
roll = Units.parseQuantity("0 deg") , |
|||
trim = Units.parseQuantity("0 deg") |
|||
) |
References shipHydrostatics.Tools.getUnderwaterSide(), and shipHydrostatics.Tools.placeShipShape().
◆ BMT()
def shipHydrostatics.Tools.BMT | ( | ship, | |
draft = None , |
|||
trim = Units.parseQuantity("0 deg") |
|||
) |
References shipHydrostatics.Tools.displacement().
◆ displacement()
def shipHydrostatics.Tools.displacement | ( | ship, | |
draft = None , |
|||
roll = Units.parseQuantity("0 deg") , |
|||
trim = Units.parseQuantity("0 deg") |
|||
) |
References shipHydrostatics.Tools.getUnderwaterSide(), and shipHydrostatics.Tools.placeShipShape().
Referenced by shipHydrostatics.Tools.BMT(), and shipHydrostatics.Tools.moment().
◆ floatingArea()
def shipHydrostatics.Tools.floatingArea | ( | ship, | |
draft = None , |
|||
roll = Units.parseQuantity("0 deg") , |
|||
trim = Units.parseQuantity("0 deg") |
|||
) |
References shipHydrostatics.Tools.placeShipShape().
◆ getUnderwaterSide()
def shipHydrostatics.Tools.getUnderwaterSide | ( | shape, | |
force = True |
|||
) |
Referenced by shipHydrostatics.Tools.areas(), shipHydrostatics.Tools.displacement(), shipHydrostatics.Tools.mainFrameCoeff(), and shipHydrostatics.Tools.wettedArea().
◆ mainFrameCoeff()
def shipHydrostatics.Tools.mainFrameCoeff | ( | ship, | |
draft = None |
|||
) |
References shipHydrostatics.Tools.getUnderwaterSide(), and shipHydrostatics.Tools.placeShipShape().
◆ moment()
def shipHydrostatics.Tools.moment | ( | ship, | |
draft = None , |
|||
roll = Units.parseQuantity("0 deg") , |
|||
trim = Units.parseQuantity("0 deg") |
|||
) |
References shipHydrostatics.Tools.displacement().
◆ placeShipShape()
def shipHydrostatics.Tools.placeShipShape | ( | shape, | |
draft, | |||
roll, | |||
trim | |||
) |
Referenced by shipHydrostatics.Tools.areas(), shipHydrostatics.Tools.displacement(), shipHydrostatics.Tools.floatingArea(), shipHydrostatics.Tools.mainFrameCoeff(), and shipHydrostatics.Tools.wettedArea().
◆ wettedArea()
def shipHydrostatics.Tools.wettedArea | ( | shape, | |
draft, | |||
roll = Units.parseQuantity("0 deg") , |
|||
trim = Units.parseQuantity("0 deg") |
|||
) |
References shipHydrostatics.Tools.getUnderwaterSide(), and shipHydrostatics.Tools.placeShipShape().
Variable Documentation
◆ COMMON_BOOLEAN_ITERATIONS
int shipHydrostatics.Tools.COMMON_BOOLEAN_ITERATIONS = 10 |
◆ DENS
shipHydrostatics.Tools.DENS = Units.parseQuantity("1025 kg/m^3") |