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

materialApi.materials()[name].permeability().velocityDependence()

VelocityDependence(...)

This method creates a VelocityDependence object.

Path

materialApi.materials()[name].permeability().VelocityDependence

Prototype

odb_VelocityDependence&
VelocityDependence(const odb_SequenceSequenceDouble& table);

Required arguments

table

An odb_SequenceSequenceDouble 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.

Members

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

Corresponding analysis keywords