Contains routines for computing dissipation by viscous fluid mud using Dalrymple and Liu (1978) "Thin Model". More...
Functions/Subroutines | |
| subroutine | w3sbt8 (AC, H_WDEPTH, S, D, IX, IY) |
| Compute dissipation by viscous fluid mud using Dalrymple and Liu (1978). More... | |
| subroutine | csinh (C, CS) |
| Complex hyperbolic sin (sinh). More... | |
| subroutine | ccosh (C, CC) |
| Complex hyperbolic cos (cosh). More... | |
Contains routines for computing dissipation by viscous fluid mud using Dalrymple and Liu (1978) "Thin Model".
| subroutine w3sbt8md::ccosh | ( | complex, intent(in) | C, |
| complex, intent(out) | CC | ||
| ) |
Complex hyperbolic cos (cosh).
| [in] | C | |
| [out] | CC |
Definition at line 524 of file w3sbt8md.F90.
Referenced by w3sbt8().
| subroutine w3sbt8md::csinh | ( | complex, intent(in) | C, |
| complex, intent(out) | CS | ||
| ) |
Complex hyperbolic sin (sinh).
| [in] | C | |
| [out] | CS |
Definition at line 505 of file w3sbt8md.F90.
Referenced by w3sbt8().
| subroutine w3sbt8md::w3sbt8 | ( | real, dimension(nspec), intent(in) | AC, |
| real, intent(in) | H_WDEPTH, | ||
| real, dimension(nspec), intent(out) | S, | ||
| real, dimension(nspec), intent(out) | D, | ||
| integer, intent(in) | IX, | ||
| integer, intent(in) | IY | ||
| ) |
Compute dissipation by viscous fluid mud using Dalrymple and Liu (1978).
"Thin Model" (adapted from Erick Rogers code by Mark Orzech, NRL).
| [in] | AC | Action density spectrum (1-D). |
| [in] | H_WDEPTH | Mean water depth. |
| [out] | S | Source term (1-D version). |
| [out] | D | Diagonal term of derivative (1-D version). |
| [in] | IX | |
| [in] | IY |
Definition at line 112 of file w3sbt8md.F90.
References ccosh(), csinh(), constants::dwat, w3servmd::extcde(), constants::grav, w3idatmd::inflags1, w3gdatmd::mapwn, w3odatmd::ndse, w3gdatmd::nk, w3gdatmd::nspec, constants::nu_water, constants::pi, w3gdatmd::sig, w3servmd::strace(), and w3dispmd::wavnu1().
Referenced by gxexpo(), and w3srcemd::w3srce().