Q2P Material. More...
#include <Q2PMaterial.h>
Public Member Functions | |
| Q2PMaterial (const InputParameters ¶meters) | |
Protected Member Functions | |
| virtual void | computeQpProperties () |
Protected Attributes | |
| Real | _material_por |
| porosity as entered by the user More... | |
| const VariableValue & | _por_change |
| porosity changes. if not entered they default to zero More... | |
| const VariableValue & | _por_change_old |
| RealTensorValue | _material_perm |
| permeability as entered by the user More... | |
| RealVectorValue | _material_gravity |
| gravity as entered by user More... | |
| MaterialProperty< Real > & | _porosity_old |
| material properties More... | |
| MaterialProperty< Real > & | _porosity |
| MaterialProperty< RealTensorValue > & | _permeability |
| MaterialProperty< RealVectorValue > & | _gravity |
| std::vector< const VariableValue * > | _perm_change |
Q2P Material.
Defines permeability, porosity and gravity
Definition at line 23 of file Q2PMaterial.h.
| Q2PMaterial::Q2PMaterial | ( | const InputParameters & | parameters | ) |
Definition at line 43 of file Q2PMaterial.C.
|
protectedvirtual |
Definition at line 70 of file Q2PMaterial.C.
|
protected |
Definition at line 46 of file Q2PMaterial.h.
Referenced by computeQpProperties().
|
protected |
gravity as entered by user
Definition at line 40 of file Q2PMaterial.h.
Referenced by computeQpProperties().
|
protected |
permeability as entered by the user
Definition at line 37 of file Q2PMaterial.h.
Referenced by computeQpProperties().
|
protected |
porosity as entered by the user
Definition at line 30 of file Q2PMaterial.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 48 of file Q2PMaterial.h.
Referenced by computeQpProperties(), and Q2PMaterial().
|
protected |
Definition at line 45 of file Q2PMaterial.h.
Referenced by computeQpProperties().
|
protected |
porosity changes. if not entered they default to zero
Definition at line 33 of file Q2PMaterial.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 34 of file Q2PMaterial.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 44 of file Q2PMaterial.h.
Referenced by computeQpProperties().
|
protected |
material properties
Definition at line 43 of file Q2PMaterial.h.
Referenced by computeQpProperties().
1.8.16