The Permeability object defines permeability for pore fluid flow.
materialApi.materials()[name].permeability()
This method creates a Permeability object.
materialApi.materials()[name].Permeability
odb_Permeability& Permeability(double specificWeight, const odb_SequenceSequenceDouble& table, const odb_String& type, bool temperatureDependency, int dependencies);
Required arguments
A Double specifying the specific weight of the wetting liquid,
.
An odb_SequenceSequenceDouble specifying the items described below.
Optional arguments
An odb_String specifying the type of permeability. Possible values are "ISOTROPIC", "ORTHOTROPIC", and "ANISOTROPIC". The default value is "ISOTROPIC".
A Boolean specifying whether the data depend on temperature. The default value is false.
An Int specifying the number of field variable dependencies. The default value is 0.
Table data
If type=ISOTROPIC, the table data specify the following:
.
Void ratio, .
Temperature, if the data depend on temperature.
.
.
.
Void ratio, .
Temperature, if the data depend on temperature.
.
.
.
.
.
.
Void ratio, .
Temperature, if the data depend on temperature.
Return value
A Permeability object.
Exceptions
RangeError.
The Permeability object has members with the same names and descriptions as the arguments to the Permeability method.
In addition, the Permeability object can have the following members:
odb_SaturationDependence saturationDependence() const; odb_VelocityDependence velocityDependence() const;
A SaturationDependence object specifying the dependence of the permeability of a material on the saturation of the wetting liquid.
A VelocityDependence object specifying the dependence of the permeability of a material on the velocity of fluid flow.