The SaturationDependence object specifies the dependence of the permeability of a material on the saturation of the wetting liquid.
materialApi.materials()[name].permeability().saturationDependence()
This method creates a SaturationDependence object.
materialApi.materials()[name].permeability().SaturationDependence
odb_SaturationDependence& SaturationDependence(const odb_SequenceSequenceDouble& table);
Required argument
An odb_SequenceSequenceDouble specifying the items described below.
Optional arguments
Table data
. (Dimensionless.)
Saturation, . (Dimensionless.)
Return value
A SaturationDependence object.
Exceptions
RangeError.
The SaturationDependence object has members with the same names and descriptions as the arguments to the SaturationDependence method.