This class was originally used to solve for the temperature using an L2-projection. More...
#include <NSTemperatureL2.h>
Public Member Functions | |
NSTemperatureL2 (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Protected Attributes | |
unsigned int | _rho_var |
const VariableValue & | _rho |
unsigned int | _rhoe_var |
const VariableValue & | _rhoe |
unsigned int | _u_vel_var |
const VariableValue & | _u_vel |
unsigned int | _v_vel_var |
const VariableValue & | _v_vel |
unsigned int | _w_vel_var |
const VariableValue & | _w_vel |
const MaterialProperty< Real > & | _c_v |
This class was originally used to solve for the temperature using an L2-projection.
I'm not sure if anything is still using this. If not, it could probably be removed.
Definition at line 26 of file NSTemperatureL2.h.
NSTemperatureL2::NSTemperatureL2 | ( | const InputParameters & | parameters | ) |
Definition at line 34 of file NSTemperatureL2.C.
|
protectedvirtual |
Definition at line 65 of file NSTemperatureL2.C.
|
protectedvirtual |
Definition at line 71 of file NSTemperatureL2.C.
|
protectedvirtual |
Definition at line 51 of file NSTemperatureL2.C.
|
protected |
Definition at line 51 of file NSTemperatureL2.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 37 of file NSTemperatureL2.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 36 of file NSTemperatureL2.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 40 of file NSTemperatureL2.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 39 of file NSTemperatureL2.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 43 of file NSTemperatureL2.h.
Referenced by computeQpResidual().
|
protected |
Definition at line 42 of file NSTemperatureL2.h.
|
protected |
Definition at line 46 of file NSTemperatureL2.h.
Referenced by computeQpResidual().
|
protected |
Definition at line 45 of file NSTemperatureL2.h.
|
protected |
Definition at line 49 of file NSTemperatureL2.h.
Referenced by computeQpResidual().
|
protected |
Definition at line 48 of file NSTemperatureL2.h.