Constant Permeability Model

Overview

This model is used to define a diagonal permeability tensor that does not depend on any primary variable.

Parameters

The following attributes are supported:

Name Type Default Description
name string required A name is required for any non-unique nodes
permeabilityComponents R1Tensor required xx, yy and zz components of a diagonal permeability tensor.

Example

<Constitutive>
   ...
   <ConstantPermeability name="matrixPerm"
                         permeabilityComponents="{1.0e-12, 1.0e-12, 1.0e-12}"/>
   ...
</Constitutive>