Module for m_constants. More...
Go to the source code of this file.
Modules | |
| module | m_constants |
| Module for m_constants. | |
Functions/Subroutines | |
| subroutine | m_constants::init_constants |
| Subroutine init_constants sets constant values. More... | |
Variables | |
| real | m_constants::grav |
| gravitational acceleration More... | |
| real | m_constants::sqrtg |
| square root of grav More... | |
| real | m_constants::gsq |
| square of grav More... | |
| real | m_constants::nu |
| kinematic viscosity of water More... | |
| real | m_constants::d_water |
| density of water More... | |
| real | m_constants::d_air |
| density of air More... | |
| real | m_constants::pi |
| circular constant, 3.1415... More... | |
| real | m_constants::pi2 |
| 2*pi More... | |
| real | m_constants::pih |
| pi/2 More... | |
| real | m_constants::dera |
| conversion from degrees to radians More... | |
| real | m_constants::rade |
| conversion from radians to degrees More... | |
| real | m_constants::expmin |
| min argument for exp. More... | |
| real | m_constants::expmax |
| max argument for exp. More... | |
| real | m_constants::sqrt2 |
| square root of 2 ~ 1.41 More... | |