FEDEM Solver  R8.0
Source code of the dynamics solver
Variables
environmentnamelistmodule Module Reference

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...
 

Detailed Description

Module with a namelist for reading environment data.

Variable Documentation

◆ currdirfunction

integer environmentnamelistmodule::currdirfunction

BaseId of the current direction function.

◆ currfunction

integer environmentnamelistmodule::currfunction

BaseId of the current function.

◆ currscaleengine

integer environmentnamelistmodule::currscaleengine

BaseId of the current scale function.

◆ gravity

real(dp), dimension(3) environmentnamelistmodule::gravity

Gravitation vector.

◆ hdfscaleengine

integer environmentnamelistmodule::hdfscaleengine

BaseId of the hydrodynamic force scale function.

◆ rhoair

real(dp) environmentnamelistmodule::rhoair

Mass density for the ambient air.

◆ rhogrowth

real(dp) environmentnamelistmodule::rhogrowth

Mass density for marine growth.

◆ rhointernal

real(dp) environmentnamelistmodule::rhointernal

Mass density for internal fluids.

◆ rhowater

real(dp) environmentnamelistmodule::rhowater

Mass density for sea water.

◆ sea0

real(dp) environmentnamelistmodule::sea0

Global Z-coordinate of the sea surface.

◆ seacs

real(dp), dimension(4,3) environmentnamelistmodule::seacs

Coordinate system for wave and current.

◆ seadepth

real(dp) environmentnamelistmodule::seadepth

Water depth.

◆ tgrowth

real(dp) environmentnamelistmodule::tgrowth

Marine growth thickness.

◆ wavefunction

integer environmentnamelistmodule::wavefunction

BaseId of the wave function.

◆ wavescaleengine

integer environmentnamelistmodule::wavescaleengine

BaseId of the wave scale function.

◆ wavetheory

integer environmentnamelistmodule::wavetheory

Wave theory identifier.

◆ zgrowth

real(dp), dimension(2) environmentnamelistmodule::zgrowth

Depth level (start and stop) for the marine growth.