The VelocityDependence object specifies the dependence of the permeability of a material on the velocity of fluid flow.
import material mdb.models[name].materials[name].permeability.velocityDependence import odbMaterial session.odbs[name].materials[name].permeability.velocityDependence
This method creates a VelocityDependence object.
mdb.models[name].materials[name].permeability.VelocityDependence session.odbs[name].materials[name].permeability.VelocityDependence
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional arguments
Table data
. Only 0.0 is allowed.
Void ratio, .
Return value
A VelocityDependence object.
Exceptions
RangeError.
This method modifies the VelocityDependence object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the VelocityDependence method.
Return value
Exceptions
RangeError.
The VelocityDependence object has members with the same names and descriptions as the arguments to the VelocityDependence method.