SaturationDependence object

The SaturationDependence object specifies the dependence of the permeability of a material on the saturation of the wetting liquid.

The following topics are discussed:

Access

materialApi.materials()[name].permeability().saturationDependence()

SaturationDependence(...)

This method creates a SaturationDependence object.

Path

materialApi.materials()[name].permeability().SaturationDependence

Prototype

odb_SaturationDependence&
SaturationDependence(const odb_SequenceSequenceDouble& table);

Required arguments

table

An odb_SequenceSequenceDouble specifying the items described below.

Optional arguments

None.

Table data

  • ks. (Dimensionless.)

  • Saturation, s. (Dimensionless.)

Return value

A SaturationDependence object.

Exceptions

RangeError.

Members

The SaturationDependence object has members with the same names and descriptions as the arguments to the SaturationDependence method.

Corresponding analysis keywords