The Permeability object defines permeability for pore fluid flow.
import material mdb.models[name].materials[name].permeability import odbMaterial session.odbs[name].materials[name].permeability
This method creates a Permeability object.
mdb.models[name].materials[name].Permeability session.odbs[name].materials[name].Permeability
Required arguments
A Float specifying the specific weight of the wetting liquid, .
A Float specifying The inertial drag coefficient of the wetting liquid, .
A sequence of sequences of Floats specifying the items described below.
Optional arguments
A SymbolicConstant specifying the type of permeability. Possible values are ISOTROPIC, ORTHOTROPIC, ANISOTROPIC, ISOTROPIC-CFD, and CARMAN_KOZENY. The default value is ISOTROPIC.
A Boolean specifying whether the data depend on temperature. The default value is OFF.
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.
.
Porosity, .
Kozeny constant.
Pore particle radius, .
Return value
A Permeability object.
Exceptions
RangeError.
This method modifies the Permeability object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the Permeability method.
Return value
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:
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.