TITLE | The title of the current problem to be run with HFSPILL. At most 50 alphanumeric characters. Optional, no default. |
The RESERVOIR block contains the parameters which describe the reservoir fluid thermodynamic state.
TRES |
Initial temperature of the reservoir fluid (Degrees C ). -50 <= TRES <= 150. Mandatory. |
PRES | Initial absolute pressure within the reservoir (atm). 0.7 <= PRES <= 20. Mandatory. |
PRES must exceed AIRPRESS in the AMBIENT block. | |
VRES | Reservoir volume (m3) 0.1 <= VRES <= 500. Mandatory. |
HFSPILL checks whether the input data is consistent: VRES should be compatible with the user-specified vessel contents at the given TRES and PRES. |
The LIQUID block contains data from which HFSPILL determines the vessel equilibrium state when liquid is present. The user has to specify the mass percentage of water in the vessel, the rest of the mixture is assumed to be (anhydrous) hydrogen fluoride acid HF.
The user should either specify a LIQUID or a VAPOUR input block. If there is liquid present in the vessel, the LIQUID input block should be used, otherwise the VAPOUR block. The user should not specify both blocks in one run.
MFH2O | Mass percentage water in the reservoir mixture (%). 0 <= MFH2O <= 100. Mandatory. |
|
MLRES | Total reservoir mass (tonnes, 1 tonne = 1000 kg). 0.1 <= MLRES <= 200. Mandatory. |
The VAPOUR block contains data from which HFSPILL determines the vessel equilibrium state when only vapour is present. The user has to specify the mass percentage of water and HF in the vessel, the rest of the mixture is assumed to be nitrogen.
The user should either specify a LIQUID or a VAPOUR input block. If there is liquid present in the vessel, the LIQUID input block should be used, otherwise the VAPOUR block. The user should not specify both blocks in one run.
MFHF | Mass percentage HF vapour in the (gaseous) reservoir mixture (%). 0 <= MFHF <= 100. Mandatory. |
MFH2O | Mass percentage water vapour in the (gaseous) reservoir mixture (%). 0 <=MFH2O <= 100. Mandatory. |
Note: Total reservoir mass is calculated by HFSPILL. Phase stability is checked by the program. |
The PIPE block contains the release pipe/orifice exit-plane conditions.
DEXIT | Effective orifice diameter of the discharge pipe (m). 0.001 <= DEXIT <= 0.5. Mandatory. |
DTLINK | Time duration step used in HFSPILL/LPOOL link file (s). 0.0 <= DTLINK <= 108 Optional, default is 200 s. |
As LPOOL can deal with up to 5 spill data records SPILDATA, it is important to choose a corect value for DTLINK. DTLINK should be chosen in such a way that the SPILDATA records in the LPOOL input file give a good representation of the release history. For DTLINK too large, not enough SPILDATA records will be used, for DTLINK too small the whole release history might not be covered. The user needs to run HFSPILL at least once to be able to find a good value for DTLINK. | |
CDG | Discharge coefficient for vapour only releases (-). 0.0 <=CDG <= 1.0. Optional, default is 1.0. |
SPILL uses discharge coefficients to calculate values for the mass discharge rate, 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. |
See remark above. |
The AMBIENT block contains one parameter describing the conditions of the ambient atmosphere.
AIRPRESS | Ambient air pressure at release height (atm). 0.7 <= AIRPRESS <= 1.1. Optional, default is 1.0 atm. |
AIRPRESS must be less than PRES in the RESERVOIR block. |