Plume module. More...
Public Member Functions | |
| subroutine | initialize_plume |
| Plume variables initialization. More... | |
Public Attributes | |
| real *8 | s |
| length along plume centerline More... | |
| real *8 | x |
| plume location (downwind) More... | |
| real *8 | y |
| plume location (crosswind) More... | |
| real *8 | z |
| plume vertical coordinate More... | |
| real *8 | r |
| plume radius More... | |
| real *8 | u |
| plume horizontal velocity More... | |
| real *8 | w |
| plume vertical velocity More... | |
| real *8 | mag_u |
| velocity magnitude along the centerline More... | |
| real *8 | phi |
| angle between the plume trajectory and ground More... | |
| real *8 | rp |
| radiation coefficient (kg/m**2/deg. k**3/s) More... | |
| real *8 | alpha_inp |
| entrainment coefficient (parallel direction) More... | |
| real *8 | beta_inp |
| entrainment coefficient (normal direction) More... | |
| real *8 | prob_factor |
| particle loss factor More... | |
| logical | particles_loss |
| logical defining if we loose particles More... | |
| real *8 | vent_height |
| height of the base of the plume More... | |
| real *8 | w0 |
| initial vertical velocity of the plume More... | |
| real *8 | r0 |
| initial radius of the plume More... | |
| real *8 | mfr_exp0 |
Plume module.
This module contains the main variables of the plume (location, radius and velocity), and the subroutine initializing these variables at the beginning of the simulation.
| subroutine plume_module::initialize_plume | ( | ) |
| real*8 plume_module::alpha_inp |
| real*8 plume_module::beta_inp |
| real*8 plume_module::mag_u |
| logical plume_module::particles_loss |
| real*8 plume_module::phi |
| real*8 plume_module::rp |
| real*8 plume_module::vent_height |
| real*8 plume_module::w0 |
1.8.7