Defines the permeability tensor used in Darcy flow. More...
#include <DarcyMaterial.h>
Public Member Functions | |
DarcyMaterial (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual void | computeQpProperties () |
Protected Attributes | |
RealTensorValue | _material_perm |
permeability as entered by the user More... | |
MaterialProperty< RealTensorValue > & | _permeability |
the Material property that this Material provides More... | |
Defines the permeability tensor used in Darcy flow.
Definition at line 23 of file DarcyMaterial.h.
DarcyMaterial::DarcyMaterial | ( | const InputParameters & | parameters | ) |
Definition at line 25 of file DarcyMaterial.C.
|
protectedvirtual |
Definition at line 33 of file DarcyMaterial.C.
|
protected |
permeability as entered by the user
Definition at line 32 of file DarcyMaterial.h.
Referenced by computeQpProperties().
|
protected |
the Material property that this Material provides
Definition at line 35 of file DarcyMaterial.h.
Referenced by computeQpProperties().