ogs5py.tools.output.get_output_files

ogs5py.tools.output.get_output_files(task_root, task_id, pcs=None, typ='VTK', element=None)[source]

Get a list of output file paths.

Parameters:
  • task_root (string) – string containing the path to the directory containing the ogs output

  • task_id (string) – string containing the file name of the ogs task without extension

  • pcs (string or None, optional) – specify the PCS type that should be collected Possible values are:

    • None/”” (no PCS_TYPE specified in *.out)

    • “NO_PCS”

    • “GROUNDWATER_FLOW”

    • “LIQUID_FLOW”

    • “RICHARDS_FLOW”

    • “AIR_FLOW”

    • “MULTI_PHASE_FLOW”

    • “PS_GLOBAL”

    • “HEAT_TRANSPORT”

    • “DEFORMATION”

    • “MASS_TRANSPORT”

    • “OVERLAND_FLOW”

    • “FLUID_MOMENTUM”

    • “RANDOM_WALK”

    Default : None

  • typ (string, optional) – Type of the output (“VTK”, “PVD”, “TEC_POINT” or “TEC_POLYLINE”). Default : “VTK”

  • element (string or None, optional) – For tecplot output you can specify the name of the output element. (Point-name of Line-name from GLI file) Default: None