Permeability(...)
This method creates a Permeability object.
Path
mdb.models[name].materials[name].Permeability session.odbs[name].materials[name].Permeability
Required arguments
- specificWeight
-
A Float specifying the specific weight of the wetting liquid, .
- inertialDragCoefficient
-
A Float specifying The inertial drag coefficient of the wetting liquid, .
- table
-
A sequence of sequences of Floats specifying the items described below.
Optional arguments
- type
-
A SymbolicConstant specifying the type of permeability. Possible values are ISOTROPIC, ORTHOTROPIC, and ANISOTROPIC. The default value is ISOTROPIC.
- temperatureDependency
-
A Boolean specifying whether the data depend on temperature. The default value is OFF.
- dependencies
-
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.
If type=ORTHOTROPIC, the table data specify the following:
-
.
-
.
-
.
-
Void ratio, .
-
Temperature, if the data depend on temperature.
If type=ANISOTROPIC, the table data specify the following:
-
.
-
.
-
.
-
.
-
.
-
.
-
Void ratio, .
-
Temperature, if the data depend on temperature.
Return value
A Permeability object.
Exceptions
RangeError.