The SaturationDependence object specifies the dependence of the permeability of a material on the saturation of the wetting liquid.
import material mdb.models[name].materials[name].permeability.saturationDependence import odbMaterial session.odbs[name].materials[name].permeability.saturationDependence
This method creates a SaturationDependence object.
mdb.models[name].materials[name].permeability.SaturationDependence session.odbs[name].materials[name].permeability.SaturationDependence
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional arguments
Table data
. (Dimensionless.)
Saturation, . (Dimensionless.)
Return value
A SaturationDependence object.
Exceptions
RangeError.
This method modifies the SaturationDependence object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the SaturationDependence method.
Return value
Exceptions
RangeError.
The SaturationDependence object has members with the same names and descriptions as the arguments to the SaturationDependence method.