A material kernel for the advection equation using a cell-centered finite volume method. More...
#include <AEFVMaterial.h>
Public Member Functions | |
AEFVMaterial (const InputParameters ¶meters) | |
virtual | ~AEFVMaterial () |
Protected Member Functions | |
virtual void | computeQpProperties () |
Protected Attributes | |
const VariableValue & | _uc |
const SlopeLimitingBase & | _lslope |
MaterialProperty< Real > & | _u |
A material kernel for the advection equation using a cell-centered finite volume method.
Notes:
Definition at line 43 of file AEFVMaterial.h.
AEFVMaterial::AEFVMaterial | ( | const InputParameters & | parameters | ) |
Definition at line 29 of file AEFVMaterial.C.
|
virtual |
Definition at line 37 of file AEFVMaterial.C.
|
protectedvirtual |
Definition at line 40 of file AEFVMaterial.C.
|
protected |
Definition at line 56 of file AEFVMaterial.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 59 of file AEFVMaterial.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 53 of file AEFVMaterial.h.
Referenced by computeQpProperties().