TITLE | The title of the current problem to be run with AEROPLUME. At most 50 alphanumeric characters. Optional, no default. |
TRES | Temperature of the reservoir fluid (Degrees C). -50 <= TRES <= 1500. Mandatory. |
PRES | Absolute pressure within the reservoir (atm). -1 <= PRES <= 200. Mandatory. |
A negative value of PRES serves as a flag to AEROPLUME: the program will calculate the saturation pressure of the specified mixture assuming all compounds are in the liquid-only state and use this as the value for the reservoir pressure. This option is only available when the two-phase (aerosol) thermodynamics model is being used, in other words when the SPECIES keyword is being used in the GASDATA block as discussed below. It is the user's responsibility to judge whether these assumptions in calculating the reservoir pressure are reasonable or not. PRES must always be greater than AIRPRESS of the AMBIENT block. | |
The RESERVOIR block can be omitted if the RELEASE block is being specified. |
TSTACK | Temperature of the stack release fluid (Degrees C). -50 <=TSTACK <= 1500. Mandatory. |
WATERPOL | Mole fraction water (liquid plus vapour) in wet pollutant (-). 0 <= WATERPOL <= 1.0. Optional, default is 0.0. |
CPGAS | Specific heat at constant pressure of the dry pollutant (J/(mole K)). 5 <= CPGAS < 300. |
Mandatory if SPECIES keyword is not used (gas-only mixture), no default. If SPECIES keyword is used then CPGAS is needed when a link file to HEGADAS is being made. Thus in practice CPGAS must almost always be specified. Using HGSYSTEM module DATAPROP to find CPGAS and other keywords is strongly recommended. | |
MMGAS | Molar mass of dry pollutant (kg/kmole). 2 <= MMGAS <= 200. Same comments as for CPGAS apply. Again, use of DATAPROP to calculate MMGAS is recommended. |
HEATGR | Natural convection heat transfer group 5 < HEATGR <= 100. Optional, no default. Not used by AEROPLUME model but written to HEGADAS link file if this is being made. |
Use of DATAPROP to calculate HEATGR is strongly recommended. | |
SPECIES | Pollutant compound properties. Using this keyword at least once implies the use of the full two-phase (aerosol) model or a mixture consisting of at least one compound (excluding water). If the SPECIES keyword is not specified, ideal gas thermodynamics is used with gas properties given by CPGAS and MMGAS. Condensation or freezing of water is still taken into account. |
The SPECIES keyword plus parameters must be specified for every compound in the mixture, except water. The sum of the molar fractions used in the SPECIES keywords (see parameter #2 below) must equal 1.0 - WATERPOL. The use of DATAPROP to generate the input parameters when the SPECIES keyword is being used, is strongly recommended. Currently a maximum of 8 species can be specified (excluding water). Please note that DATAPROP allows for more species to be specified. DATAPROP also splits dry air (if specified) up into nitrogen and oxygen, thus generating two compounds instead of one. Thus the AEROPLUME link file generated by DATAPROP could contain the SPECIES keyword more than 8 times. The user should combine or remove compounds if this occurs. Within the above-mentioned restrictions, there are no restrictions within AEROPLUME concerning the number of aerosols forming or the number of compounds per aerosol. Please note that HEGADAS does have restrictions: either a single two-compound aerosol or a number of separate one-compound aerosols are allowed (not regarding water and dry air), other combinations are not supported. See the description of the SPECIES keyword for the HEGADAS model. Following the SPECIES keyword of a certain compound a block of 14 parameters (#1 to #14) must be specified: |
|
#1 compound name (maximum of 12 characters). | |
#2 mole fraction in polutant mixture (-). 0<= #2<= 1. | |
#3 ;aerosol class (-). -1<= #3 <= 50. | |
#4 specific heat of vapour (J/(mole K)). 5<= #4 <=300. | |
#5 specific heat of liquid (J/(mole K)). 0<= #5 <=10 3 . | |
#6 heat of vaporisation (J/mole) 0<= #6 <=10 5 | |
#7 critical temperature (K). 0<= #7 <=10 4 | |
#8 critical pressure (atm). 0<= #8 <=10 3 | |
#9 vapour pressure function coefficient B1. -10 8 <= #9 <=10 8 . | |
#10 vapour pressure function coefficient B2. -10 8 <= #10 <= 10 8 . | |
#11 vapour pressure function coefficient B3. -10 8 <= #11<= 10 8 . | |
#12 vapour pressure function coefficient B4. -10 8 <= #12 <= 10 8 . | |
#13 molar mass (kg/kmole). 2 <= #13 <= 200. | |
#14 liquid density (kg/m 3 ). 1<= #14 <= 10 5 . | |
Note: the saturated vapour pressure of the compound is described by the Wagner function: P v (T) = P c x exp { [ B 1 x Q + B 2 x Q 1.5 + B 3 x Q 3 + B 4 x Q 6 ] / T r } |
|
where T is the vapour temperature, P c the critical pressure, T c the critical temperature, T r = T/T c and Q = 1 - T r . |
DMDT | Steady wet pollutant mass discharge rate (kg/s). -103 <= DMDT <= 10 5 . Mandatory. |
A non-positive value for DMDT serves as a flag to AEROPLUME: the program will in this case use a literature correlation to calculate DMDT. However, the maximum value of DMDT, calculated using AEROPLUME's own discharge model, will never be exceeded. If the user has specified the RELEASE block, then DMDT must be positive. |
|
DEXIT | Effective orifice diameter of the discharge pipe (m). 0.001 <= DEXIT <= 10. Mandatory. |
ZEXIT | Height above ground level of discharge opening (m). 0.0 <= ZEXIT <= 600. Mandatory. |
ZEXIT should be greater than ZR in the DISP block because otherwise model assumptions used in some atmospheric correlations will be violated. | |
ANGLE | Inclination of release opening with respect to horizontal (degrees). -180 <= ANGLE <=180. Optional, default is 0 degrees (downwind horizontal release). |
Therefore for a vertically upward release ANGLE is 90 degrees | |
DURATION | Duration of pollutant release (s). -106 <= DURATION <= 10 6 .. Optional, default is -1 (steady release). |
If DURATION <= 0, then a steady release is assumed (infinite duration). Please note that this is not always a realistic scenario as the total amount of released pollutant can become very large. | |
AEROPLUME does not use DURATION itself as it only simulates steady releases, but for a proper transition to HEGADAS-S or HEGADAS-T the value of DURATION is needed. | |
CDG | Discharge coefficient for vapour only releases (-). 0.0 <= CDG <= 1.0. Optional, default is 1.0. |
AEROPLUME uses discharge coefficients to estimate value for DMDT, the user might want to change the default values of these coefficients. | |
CDL | Discharge coefficient for liquid or two-phase releases (-). 0.0 <= CDL <= 1.0. Optional, default is 0.61. |
AEROPLUME uses discharge coefficients to estimate value for DMDT, the user might want to change the default values of these coefficients. |
Z0 | Reference height for atmospheric data in this block (m). 0.1 <= Z0 <= 200. Mandatory. |
U0 | Ambient wind velocity at height Z0 (m/s). 0.0 < U0 <= 20. Mandatory. |
Please note that U0 can be small but never equal to 0. | |
AIRTEMP | Ambient air temperature at height Z0 (Degrees c) -50 <= AIRTEMP <= 50 Mandatory. |
AIRPRESS | Ambient air pressure at release height ZEXIT (atm). 0.7 <= AIRPRESS <= 1.1. Optional, default is 1.0 atm. |
AIRPRESS must be less than PRES of the RESERVOIR block. | |
RHPERC | Relative air humidity at release height ZEXIT (%). 0.0 <= RHPERC <= 100. Mandatory. |
ZR | Land surface roughness (m). 10-5 <= ZR<= 1. Mandatory. |
ZR must be less than ZEXIT of the PIPE block. | |
PQSTAB | Pasquill/Gifford stability class. PQSTAB = A, B, C, D, E or F (character). Mandatory. |
IMETP | Indicator for use of meteorological pre-processor (-). IMETP = 0 or 1. Optional, default is 0. |
For IMETP = 1, an additional file 'casename.MET' must be supplied. See Chapter 18 for a description of the data which must be given in this file. | |
IDEP | Indicator for use of wet and dry deposition model (-). IDEP = 0 or 1. Optional, default is 0. |
For IDEP = 1, an additional file 'casename.DEP' must be supplied. See Chapter 18 for a description of the data which must be given in this file. | |
ICANY | Indicator for calculation of canyon effects (-). ICANY = 0 or 1. Optional, default is 0. |
For ICANY = 1, an additional file 'casename.CNY' must be supplied. See Chapter 18 for a description of the data which must be given in this file. | |
IFLUC | Indicator for calculation of centre-line concentration fluctuations (-). IFLUC = 0 or 1. Optional, default is 0. |
For IFLUC = 1, an additional file 'casename.PTL' must be supplied. See Chapter 18 for a description of the data which must be given in this file. | |
ILIFT | Indicator for use of plume lift-off description (-). ILIFT = 0 or 1. Optional, default is 0. |
No additional data needed. When ILIFT = 0, AEROPLUME will stop program execution when plume lift-off is detected for a plume after touch-down. When ILIFT = 1, a plume is allowed to become air-borne again after touch-down. See Chapter 9 in the HGSYSTEM 3.0 Technical Reference Manual for details. |
DLST |
Last required plume diameter (m). -1000 <= DLST <= 1000. Optional, default is -1.0 (criterion inactive). If set to a negative value, the termination criterion will not be used. |
SLST | Last required displacement measured along the plume axis (m). -1000 <= SLST <= 2000. Optional, default is -1.0 (criterion inactive). If set to a negative value, the termination criterion will not be used |
ZLST |
Last required plume centroid height (m). -1000 <= ZLST <= 2000. Optional, default is -1.0 (criterion inactive). If set to a negative value, the termination criterion will not be used. |
XLST |
Last required horizontal displacement (m). -1000 <= XLST <= 2000. Optional, default is -1.0 (criterion inactive). If set to a negative value, the termination criterion will not be used. |
ULST |
Last required plume velocity (m/s). -1000 <= ULST <= 500. Optional, default is -1.0 (criterion inactive). If set to a negative value, the termination criterion will not be used. |
CPOLST |
Last required pollutant concentration (kg/m^3). -1000 <= ULST <= 1000. Optional, default is -1.0 (criterion inactive). If set to a negative value, the termination criterion will not be used. |
VPOLST |
Last required volumetric pollutant concentration (%). -1000 <= ULST <= 100. Optional, default is -1.0 (criterion inactive). If set to a negative value, the termination criterion will not be used. |
RULST | Excess velocity ratio (-). 10-3 <= RULST <= 1.0. Optional, default is 0.1. |
RELST | Entrainment ratio (-). 10-3 <= RELST <= 1.0. Optional, default is 0.3. |
RGLST | Buoyancy effect for advection (-). 10-3 <=RGLST <=1.0. Optional, default is 0.3. |
RNLST | Buoyancy effect for passive diffusion (-). 10-3 <= RNLST <= 1.0. Optional, default is 0.1. |
RALST | Aspect ratio for passive diffusion (-). 10-3 <=RALST <= 1.0. Optional, default is 0.2. |
VCMAX | Maximum volumetric concentration (%). 0 <= VCMAX <=100. Optional, default is 100. |
|
e.g. higher flammability limit. | ||
VCMIN | Minimum volumetric concentration (%). 0 <= VCMIN <=100. | Optional, default is 0. |
E.g. lower flammability limit. |