PLUME-MoM  1.0
Integralvolcanicplumemodel
 All Classes Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
mixture_module Module Reference

Gas/particles mixture module. More...

Public Member Functions

subroutine initialize_mixture
 Mixture properties initialization. More...
 

Public Attributes

real *8 gas_mass_fraction
 gas mass fraction in the mixture More...
 
real *8 rho_gas
 gas phase density More...
 
real *8 rgasmix
 universal constant for the mixture More...
 
real *8 cpmix
 specific heat of the mixture More...
 
real *8 rho_mix
 mixture density More...
 
logical initial_neutral_density
 logical defining if the plume has neutral density at the base More...
 
real *8 tp
 mixture temperature More...
 
real *8 gas_volume_fraction
 gas (initial gas+entrained air) volume fraction in the mixture More...
 
real *8 solid_tot_volume_fraction
 solid volume fraction in the mixture More...
 
real *8 tp0
 initial temperature More...
 
real *8 gas_volume_fraction0
 initial gas volume fraction More...
 
real *8 gas_mass_fraction0
 initial gas mass fraction More...
 
real *8 solid_tot_mass_fraction0
 initial solid mass fraction in the mixture More...
 
real *8 mass_flow_rate
 
real *8 rwvapour
 perfect gas constant for water vapour ( J/(kg K) ) More...
 
real *8 cpwvapour
 specific heat capacity for water vapour More...
 
real *8 atm_mass_fraction
 mass fraction of the entrained air in the mixture More...
 
real *8 wvapour_mass_fraction
 mass fraction of the volcanic gas in the mixture More...
 

Detailed Description

Gas/particles mixture module.

This module contains all the variables and the procedures related to the gas-particles mixture.

Date
28/10/2013
Author
Mattia de' Michieli Vitturi

Definition at line 11 of file mixture.f90.

Member Function/Subroutine Documentation

subroutine mixture_module::initialize_mixture ( )

Mixture properties initialization.

This subroutine initialize the properties of the gas-particles mixture.

Date
22/10/2013
Author
Mattia de' Michieli Vitturi

Definition at line 85 of file mixture.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

real*8 mixture_module::atm_mass_fraction

mass fraction of the entrained air in the mixture

Definition at line 66 of file mixture.f90.

real*8 mixture_module::cpmix

specific heat of the mixture

Definition at line 27 of file mixture.f90.

real*8 mixture_module::cpwvapour

specific heat capacity for water vapour

Definition at line 63 of file mixture.f90.

real*8 mixture_module::gas_mass_fraction

gas mass fraction in the mixture

Definition at line 18 of file mixture.f90.

real*8 mixture_module::gas_mass_fraction0

initial gas mass fraction

Definition at line 51 of file mixture.f90.

real*8 mixture_module::gas_volume_fraction

gas (initial gas+entrained air) volume fraction in the mixture

Definition at line 39 of file mixture.f90.

real*8 mixture_module::gas_volume_fraction0

initial gas volume fraction

Definition at line 48 of file mixture.f90.

logical mixture_module::initial_neutral_density

logical defining if the plume has neutral density at the base

Definition at line 33 of file mixture.f90.

real*8 mixture_module::mass_flow_rate

Definition at line 57 of file mixture.f90.

real*8 mixture_module::rgasmix

universal constant for the mixture

Definition at line 24 of file mixture.f90.

real*8 mixture_module::rho_gas

gas phase density

Definition at line 21 of file mixture.f90.

real*8 mixture_module::rho_mix

mixture density

Definition at line 30 of file mixture.f90.

real*8 mixture_module::rwvapour

perfect gas constant for water vapour ( J/(kg K) )

Definition at line 60 of file mixture.f90.

real*8 mixture_module::solid_tot_mass_fraction0

initial solid mass fraction in the mixture

Definition at line 54 of file mixture.f90.

real*8 mixture_module::solid_tot_volume_fraction

solid volume fraction in the mixture

Definition at line 42 of file mixture.f90.

real*8 mixture_module::tp

mixture temperature

Definition at line 36 of file mixture.f90.

real*8 mixture_module::tp0

initial temperature

Definition at line 45 of file mixture.f90.

real*8 mixture_module::wvapour_mass_fraction

mass fraction of the volcanic gas in the mixture

Definition at line 69 of file mixture.f90.


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