VelocityDependence object

The VelocityDependence object specifies the dependence of the permeability of a material on the velocity of fluid flow.

The following topics are discussed:

Access

import material
mdb.models[name].materials[name].permeability.velocityDependence
import odbMaterial
session.odbs[name].materials[name].permeability.velocityDependence

VelocityDependence(...)

This method creates a VelocityDependence object.

Path

mdb.models[name].materials[name].permeability.VelocityDependence
session.odbs[name].materials[name].permeability.VelocityDependence

Required arguments

table

A sequence of sequences of Floats specifying the items described below.

Optional arguments

None.

Table data

  • β. Only β> 0.0 is allowed.

  • Void ratio, e.

Return value

A VelocityDependence object.

Exceptions

RangeError.

setValues(...)

This method modifies the VelocityDependence object.

Required arguments

None.

Optional arguments

The optional arguments to setValues are the same as the arguments to the VelocityDependence method.

Return value

None.

Exceptions

RangeError.

Members

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

Corresponding analysis keywords