Skip to content

standardrp⚓︎

Descriptive description.

elasticproperties ⚓︎

Calculate elastic properties from standard rock-physics models, specifically following Batzle and Wang, Geophysics, 1992, for fluid properties, and Report 1 in Abul Fahimuddin's thesis at Universty of Bergen (2010) for other properties.

Examples:

>>> porosity = 0.2
... pressure = 5
... phases = ["Oil","Water"]
... saturations = [0.3, 0.5]
...
... satrock = Elasticproperties()
... satrock.calc_props(phases, saturations, pressure, porosity)

setup_fwd_run(state) ⚓︎

Setup the input parameters to be used in the PEM simulator. Parameters can be a an ensemble or a single array. State is set as an attribute of the simulator, and the correct value is determined in self.pem.calc_props()

Parameters:

Name Type Description Default
state dict

Dictionary of input parameters or states.

required
Changelog
  • KF 11/12-2018