FEDEM Solver
R8.0
Source code of the dynamics solver
|
Module with a namelist for reading environment data. More...
Variables | |
real(dp) | rhoair |
Mass density for the ambient air. More... | |
real(dp) | rhowater |
Mass density for sea water. More... | |
real(dp) | rhointernal |
Mass density for internal fluids. More... | |
real(dp) | rhogrowth |
Mass density for marine growth. More... | |
real(dp) | tgrowth |
Marine growth thickness. More... | |
real(dp), dimension(2) | zgrowth |
Depth level (start and stop) for the marine growth. More... | |
real(dp), dimension(3) | gravity |
Gravitation vector. More... | |
real(dp) | seadepth |
Water depth. More... | |
real(dp) | sea0 |
Global Z-coordinate of the sea surface. More... | |
real(dp), dimension(4, 3) | seacs |
Coordinate system for wave and current. More... | |
integer | wavetheory |
Wave theory identifier. More... | |
integer | wavefunction |
BaseId of the wave function. More... | |
integer | wavescaleengine |
BaseId of the wave scale function. More... | |
integer | hdfscaleengine |
BaseId of the hydrodynamic force scale function. More... | |
integer | currfunction |
BaseId of the current function. More... | |
integer | currdirfunction |
BaseId of the current direction function. More... | |
integer | currscaleengine |
BaseId of the current scale function. More... | |
Module with a namelist for reading environment data.
integer environmentnamelistmodule::currdirfunction |
BaseId of the current direction function.
integer environmentnamelistmodule::currfunction |
BaseId of the current function.
integer environmentnamelistmodule::currscaleengine |
BaseId of the current scale function.
real(dp), dimension(3) environmentnamelistmodule::gravity |
Gravitation vector.
integer environmentnamelistmodule::hdfscaleengine |
BaseId of the hydrodynamic force scale function.
real(dp) environmentnamelistmodule::rhoair |
Mass density for the ambient air.
real(dp) environmentnamelistmodule::rhogrowth |
Mass density for marine growth.
real(dp) environmentnamelistmodule::rhointernal |
Mass density for internal fluids.
real(dp) environmentnamelistmodule::rhowater |
Mass density for sea water.
real(dp) environmentnamelistmodule::sea0 |
Global Z-coordinate of the sea surface.
real(dp), dimension(4,3) environmentnamelistmodule::seacs |
Coordinate system for wave and current.
real(dp) environmentnamelistmodule::seadepth |
Water depth.
real(dp) environmentnamelistmodule::tgrowth |
Marine growth thickness.
integer environmentnamelistmodule::wavefunction |
BaseId of the wave function.
integer environmentnamelistmodule::wavescaleengine |
BaseId of the wave scale function.
integer environmentnamelistmodule::wavetheory |
Wave theory identifier.
real(dp), dimension(2) environmentnamelistmodule::zgrowth |
Depth level (start and stop) for the marine growth.