resqpy.olio.relperm.text_to_relperm_dict

resqpy.olio.relperm.text_to_relperm_dict(relperm_data, is_file=True)[source]

Return dict of dataframes with relative permeability and capillary pressure data and phase combinations.

Parameters
  • relperm_data (str) – relative or full path of the text file to be processed or string of relative permeability data

  • is_file (boolean) – if True, indicates that a text file of relative permeability data has been provided. Default value is True

Returns

dict, each element in the dictionary contains a dataframe, with saturation and rel. permeability/capillary pressure data, and the phase combination being described

Note

Only Nexus compatible text files are currently supported. Text files from other reservoir simulators may be

supported in the future.