capytaine.meshes.surface_integrals module¶
Tools for surface integrals and hydrostatics.
- class capytaine.meshes.surface_integrals.SurfaceIntegralsMixin[source]¶
Bases:
ABC
- property center_of_buoyancy¶
Returns center of buoyancy of the mesh.
- property volume¶
Returns volume of the mesh.
- property volumes¶
Returns volumes using x, y, z components of the mesh.
- property waterplane_area¶
Returns water plane area of the mesh.
- property waterplane_center¶
Returns water plane center of the mesh.
Note: Returns None if the mesh is full submerged.
- property wet_surface_area¶
Returns wet surface area.