CBMDA
Last updated
Last updated
CBMDA This keyword provides inputs for evoking simulation of gas/tracer absorption (such as coalbed methane or shale gas) using the extended Langmuir isotherm. The extended Langmuir isotherm is only applied to specified materials, or rock types. The average in-situ moisture content, wwe, and average in-situ ash content, wa, are input as are the Langmuir parameters pL and GsL for each component. The absorbed gas density is also input to model rock (coal) swelling and shrinkage.
Record CBMDA.1
Free format for 5 parameters, or Format(A5,2E10.4, 2I5)
rockName, wa, wwe, islcbm, CompNum
rockName Name of the rock that absorbed gas for this input, must be one of the rock defined in the "" data section.
wa ash weight fraction.
wwe equilibrium moisture weight fraction
islcbm flag for gas saturation dependent extended Langmuir isotherm
= 0 - independent of gas saturation (default).
≠ 0 – gas storage capacity related to gas saturation.
CompNum number of mass components being absorbed by this rock.
Record CBMDA.2
Free format for 4 parameters, or Format(A16,3E10.4)
CompName, GsL, PL, rhosrb
CompName The mass component name (the name of gas, tracer or other components) that has been defined in the model.
GsL dry, ash-free Langmuir storage capacity (sm3/kg-rock) for the component in this rock.
PL Langmuir pressure (Pa)
rhosrb Sorbed Gas Density (kg/m3)
Repeat record CBMDA.2 CompNum times for all the components absorbed to this rock. Maximum 5 components are allowed for each rock (CompNum<=5).
Additional sets for different rocks can be added by repeating records of CBMDA.1 and CMBDA.2.
Used in: All EOS modules
Example:
CBMDA
COAL, 0.156, 0.0672, , 2 // rock coal absorb 2 gases
CH4, 0.0310, 1903.e3, 1180.e10 // neglecting swelling and shrinkage effect with a large density.
CO2, 0.0152, 4688.5e3, 421.e10