FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type containing some global environmental data. More...
Public Attributes | |
real(dp) | rhoa |
Air mass density. More... | |
real(dp) | rhow |
Water mass densities. More... | |
real(dp) | rhoint |
Internal fluid mass density. More... | |
real(dp) | rhog |
Marine growth mass density. More... | |
real(dp) | tg |
Marine growth thickness. More... | |
real(dp), dimension(2) | zg |
Marine growth depth range. More... | |
real(dp), dimension(3) | grav0 |
Unscaled gravitation vector. More... | |
real(dp), dimension(3) | gravity |
Scaled gravitation vector. More... | |
real(dp) | sea0 |
Mean sea water level, constant. More... | |
real(dp) | sealevel |
Sea level at current time step. More... | |
real(dp) | seascale |
Sea level scaling factor. More... | |
real(dp) | seadepth |
Sea depth. More... | |
real(dp) | currscale |
Sea current scaling factor. More... | |
real(dp) | hdfscale |
Hydrodynamic force scaling. More... | |
real(dp), dimension(3, 4) | tsea |
Sea coordinate system. More... | |
integer | wavetheory |
Which wave theory model to use. More... | |
type(functiontype), pointer | wavefunc |
Sea level function, f(t) More... | |
type(enginetype), pointer | wscaleeng |
Sea level scaling engine. More... | |
type(functiontype), pointer | currfunc |
Sea current function, f(z) More... | |
type(functiontype), pointer | cdirfunc |
Sea current direction, f(z) More... | |
type(enginetype), pointer | cscaleeng |
Sea current scaling engine. More... | |
type(enginetype), pointer | hscaleeng |
Hydrodynamic force scaling. More... | |
Data type containing some global environmental data.
type(functiontype), pointer environmenttypemodule::environmenttype::cdirfunc |
Sea current direction, f(z)
type(enginetype), pointer environmenttypemodule::environmenttype::cscaleeng |
Sea current scaling engine.
type(functiontype), pointer environmenttypemodule::environmenttype::currfunc |
Sea current function, f(z)
real(dp) environmenttypemodule::environmenttype::currscale |
Sea current scaling factor.
real(dp), dimension(3) environmenttypemodule::environmenttype::grav0 |
Unscaled gravitation vector.
real(dp), dimension(3) environmenttypemodule::environmenttype::gravity |
Scaled gravitation vector.
real(dp) environmenttypemodule::environmenttype::hdfscale |
Hydrodynamic force scaling.
type(enginetype), pointer environmenttypemodule::environmenttype::hscaleeng |
Hydrodynamic force scaling.
real(dp) environmenttypemodule::environmenttype::rhoa |
Air mass density.
real(dp) environmenttypemodule::environmenttype::rhog |
Marine growth mass density.
real(dp) environmenttypemodule::environmenttype::rhoint |
Internal fluid mass density.
real(dp) environmenttypemodule::environmenttype::rhow |
Water mass densities.
real(dp) environmenttypemodule::environmenttype::sea0 |
Mean sea water level, constant.
real(dp) environmenttypemodule::environmenttype::seadepth |
Sea depth.
real(dp) environmenttypemodule::environmenttype::sealevel |
Sea level at current time step.
real(dp) environmenttypemodule::environmenttype::seascale |
Sea level scaling factor.
real(dp) environmenttypemodule::environmenttype::tg |
Marine growth thickness.
real(dp), dimension(3,4) environmenttypemodule::environmenttype::tsea |
Sea coordinate system.
type(functiontype), pointer environmenttypemodule::environmenttype::wavefunc |
Sea level function, f(t)
integer environmenttypemodule::environmenttype::wavetheory |
Which wave theory model to use.
type(enginetype), pointer environmenttypemodule::environmenttype::wscaleeng |
Sea level scaling engine.
real(dp), dimension(2) environmenttypemodule::environmenttype::zg |
Marine growth depth range.