AshFlow  0.1
ashflowmodel
 All Classes Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
envi_module Module Reference

environment module This module contains all the variables related to the background environmental conditions, e.g. atmospheric conditions where h = 0 and the topography descriptors- More...

Public Member Functions

subroutine zmet
 Meteorological conditions This subroutine is used to calculate atmospheric density, alpha. More...
 

Public Attributes

real *8 theta
 Angle of slope. More...
 
real *8 fric
 Friction param. describing relation between flow and ground. More...
 
real *8 gi
 Gravitational acceleration. More...
 
real *8 alpha
 Atmospheric density. More...
 
real *8 t_a
 Atmospheric temperature. More...
 
real *8 p
 Atmospheric pressure. More...
 
real *8 gas_constair
 perfect gas constant of ambient air ( J/(kg K) ) More...
 
real *8 c_vair
 specific heat ambient air ( J/(kg K) ) More...
 

Detailed Description

environment module This module contains all the variables related to the background environmental conditions, e.g. atmospheric conditions where h = 0 and the topography descriptors-

Definition at line 8 of file environment.f90.

Member Function/Subroutine Documentation

subroutine envi_module::zmet ( )

Meteorological conditions This subroutine is used to calculate atmospheric density, alpha.

Definition at line 33 of file environment.f90.

Here is the caller graph for this function:

Member Data Documentation

real*8 envi_module::alpha

Atmospheric density.

Definition at line 18 of file environment.f90.

real*8 envi_module::c_vair

specific heat ambient air ( J/(kg K) )

Definition at line 22 of file environment.f90.

real*8 envi_module::fric

Friction param. describing relation between flow and ground.

Definition at line 14 of file environment.f90.

real*8 envi_module::gas_constair

perfect gas constant of ambient air ( J/(kg K) )

Definition at line 21 of file environment.f90.

real*8 envi_module::gi

Gravitational acceleration.

Definition at line 17 of file environment.f90.

real*8 envi_module::p

Atmospheric pressure.

Definition at line 20 of file environment.f90.

real*8 envi_module::t_a

Atmospheric temperature.

Definition at line 19 of file environment.f90.

real*8 envi_module::theta

Angle of slope.

Definition at line 13 of file environment.f90.


The documentation for this module was generated from the following file: