
The VelocityDependence object specifies the dependence of the permeability of a material on the velocity of fluid flow.
materialApi.materials()[name].permeability().velocityDependence()

This method creates a VelocityDependence object.
materialApi.materials()[name].permeability().VelocityDependence
odb_VelocityDependence& VelocityDependence(const odb_SequenceSequenceDouble& table);
Required argument
An odb_SequenceSequenceDouble specifying the items described below.
Optional arguments
Table data
. Only
0.0 is allowed.
Void ratio,
.
Return value
A VelocityDependence object.
Exceptions
RangeError.

The VelocityDependence object has members with the same names and descriptions as the arguments to the VelocityDependence method.