Calculate longitudinal position of center of buoyancy (lcb).

calclcb(lwl)

Arguments

lwl

Waterline length (vector of numericals, m) (see calclwl)

Value

lcb (vector of numericals)

Details

The longitudinal position of center of buoyancy describes center of buoyancy forward of half of the waterline length (lwl) (decimal percentage of waterline length).

References

Rakke, S. G. 2016. "Ship Emissions Calculation from AIS." NTNU.

See also

Examples

calclcb(c(218.75,400,262))
#> [1] -0.8203125 -1.5000000 -0.9825000