FEDEM Solver
R8.0
Source code of the dynamics solver
|
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... | |
Data type for the hydrodynamic force calculation.
real(dp), dimension(2) supeltypemodule::hydrodyntype::as |
Waterline area.
real(dp), dimension(6) supeltypemodule::hydrodyntype::b |
Buoyancy forces in the center of gravity.
integer supeltypemodule::hydrodyntype::bodyindex |
Handle to volume data for hydrodynamics calculation.
real(dp), dimension(3,2) supeltypemodule::hydrodyntype::c0as |
Waterline center.
real(dp), dimension(3,2) supeltypemodule::hydrodyntype::c0b |
Buoyancy center.
real(dp), dimension(3) supeltypemodule::hydrodyntype::c0s |
Slam attack point.
real(dp), dimension(6) supeltypemodule::hydrodyntype::d |
Drag forces in the center of gravity.
real(dp), dimension(:,:), pointer supeltypemodule::hydrodyntype::dragpar |
Input parameters for drag calculation.
real(dp), dimension(3) supeltypemodule::hydrodyntype::m |
Added mass forces in the center of gravity.
real(dp), dimension(9) supeltypemodule::hydrodyntype::morison |
Morison equation coefficients for beams.
real(dp), dimension(6) supeltypemodule::hydrodyntype::s |
Slam forces in the center of gravity.
real(dp), dimension(3) supeltypemodule::hydrodyntype::slampar |
Slamming parameters.
real(dp), dimension(2) supeltypemodule::hydrodyntype::vb |
Buoyancy volume.
real(dp), dimension(3) supeltypemodule::hydrodyntype::wn |
Current normal vector of water surface.