FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
supeltypemodule::hydrodyntype Type Reference

Data type for the hydrodynamic force calculation. More...

Public Attributes

integer bodyindex
 Handle to volume data for hydrodynamics calculation. More...
 
real(dp), dimension(:,:), pointer dragpar
 Input parameters for drag calculation. More...
 
real(dp), dimension(3) slampar
 Slamming parameters. More...
 
real(dp), dimension(9) morison
 Morison equation coefficients for beams. More...
 
real(dp), dimension(3) wn
 Current normal vector of water surface. More...
 
real(dp), dimension(2) vb
 Buoyancy volume. More...
 
real(dp), dimension(3, 2) c0b
 Buoyancy center. More...
 
real(dp), dimension(2) as
 Waterline area. More...
 
real(dp), dimension(3, 2) c0as
 Waterline center. More...
 
real(dp), dimension(3) c0s
 Slam attack point. More...
 
real(dp), dimension(6) b
 Buoyancy forces in the center of gravity. More...
 
real(dp), dimension(3) m
 Added mass forces in the center of gravity. More...
 
real(dp), dimension(6) d
 Drag forces in the center of gravity. More...
 
real(dp), dimension(6) s
 Slam forces in the center of gravity. More...
 

Detailed Description

Data type for the hydrodynamic force calculation.

Member Data Documentation

◆ as

real(dp), dimension(2) supeltypemodule::hydrodyntype::as

Waterline area.

◆ b

real(dp), dimension(6) supeltypemodule::hydrodyntype::b

Buoyancy forces in the center of gravity.

◆ bodyindex

integer supeltypemodule::hydrodyntype::bodyindex

Handle to volume data for hydrodynamics calculation.

◆ c0as

real(dp), dimension(3,2) supeltypemodule::hydrodyntype::c0as

Waterline center.

◆ c0b

real(dp), dimension(3,2) supeltypemodule::hydrodyntype::c0b

Buoyancy center.

◆ c0s

real(dp), dimension(3) supeltypemodule::hydrodyntype::c0s

Slam attack point.

◆ d

real(dp), dimension(6) supeltypemodule::hydrodyntype::d

Drag forces in the center of gravity.

◆ dragpar

real(dp), dimension(:,:), pointer supeltypemodule::hydrodyntype::dragpar

Input parameters for drag calculation.

◆ m

real(dp), dimension(3) supeltypemodule::hydrodyntype::m

Added mass forces in the center of gravity.

◆ morison

real(dp), dimension(9) supeltypemodule::hydrodyntype::morison

Morison equation coefficients for beams.

◆ s

real(dp), dimension(6) supeltypemodule::hydrodyntype::s

Slam forces in the center of gravity.

◆ slampar

real(dp), dimension(3) supeltypemodule::hydrodyntype::slampar

Slamming parameters.

◆ vb

real(dp), dimension(2) supeltypemodule::hydrodyntype::vb

Buoyancy volume.

◆ wn

real(dp), dimension(3) supeltypemodule::hydrodyntype::wn

Current normal vector of water surface.


The documentation for this type was generated from the following file: