Energy flux for single phase flow. More...
#include <OneD3EqnEnergyFlux.h>
Public Types | |
typedef DerivativeMaterialPropertyNameInterface::SymbolName | SymbolName |
Public Member Functions | |
OneD3EqnEnergyFlux (const InputParameters ¶meters) | |
const GenericMaterialProperty< U, is_ad > & | getDefaultMaterialProperty (const std::string &name) |
const GenericMaterialProperty< U, is_ad > & | getDefaultMaterialPropertyByName (const std::string &name) |
void | validateDerivativeMaterialPropertyBase (const std::string &base) |
const MaterialPropertyName | derivativePropertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
const MaterialPropertyName | derivativePropertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
const MaterialPropertyName | derivativePropertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
const MaterialPropertyName | derivativePropertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, unsigned int v2, unsigned int v3=libMesh::invalid_uint) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, unsigned int v1, unsigned int v2=libMesh::invalid_uint, unsigned int v3=libMesh::invalid_uint) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, unsigned int v2, unsigned int v3=libMesh::invalid_uint) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, unsigned int v1, unsigned int v2=libMesh::invalid_uint, unsigned int v3=libMesh::invalid_uint) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< VariableName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< VariableName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
void | validateCoupling (const MaterialPropertyName &base, const std::vector< VariableName > &c, bool validate_aux=true) |
void | validateCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
void | validateCoupling (const MaterialPropertyName &base, const std::vector< VariableName > &c, bool validate_aux=true) |
void | validateCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
void | validateNonlinearCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
void | validateNonlinearCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
const MaterialPropertyName | propertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
const MaterialPropertyName | propertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
const MaterialPropertyName | propertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
const MaterialPropertyName | propertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
const MaterialPropertyName | propertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
const MaterialPropertyName | propertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
const MaterialPropertyName | propertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
const MaterialPropertyName | propertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
MaterialProperty< U > & | declarePropertyDerivativeTHM (const std::string &base, const std::string &var_name, const unsigned int i=0) |
Method for declaring derivative material properties. More... | |
const MaterialProperty< U > & | getMaterialPropertyDerivativeTHM (const std::string &base, const std::string &var_name, const unsigned int i=0) |
Method for retrieving derivative material properties. More... | |
const MaterialProperty< U > & | getMaterialPropertyDerivativeTHMPhase (const std::string &base, bool property_is_liquid, const std::string &var_name, bool var_is_liquid, const unsigned int i=0) |
Method for retrieving derivative material properties corresponding to phase-dependent derivatives. More... | |
Protected Attributes | |
const VariableValue & | _A |
const MaterialProperty< RealVectorValue > & | _dir |
The direction of the flow channel. More... | |
const MaterialProperty< Real > & | _rho |
const MaterialProperty< Real > & | _drho_darhoA |
const MaterialProperty< Real > & | _vel |
const MaterialProperty< Real > & | _dvel_darhoA |
const MaterialProperty< Real > & | _dvel_darhouA |
const MaterialProperty< Real > & | _e |
const MaterialProperty< Real > & | _de_darhoA |
const MaterialProperty< Real > & | _de_darhouA |
const MaterialProperty< Real > & | _de_darhoEA |
const MaterialProperty< Real > & | _p |
const MaterialProperty< Real > & | _dp_darhoA |
const MaterialProperty< Real > & | _dp_darhouA |
const MaterialProperty< Real > & | _dp_darhoEA |
const unsigned int | _arhoA_var_number |
const unsigned int | _arhouA_var_number |
Energy flux for single phase flow.
Definition at line 18 of file OneD3EqnEnergyFlux.h.
OneD3EqnEnergyFlux::OneD3EqnEnergyFlux | ( | const InputParameters & | parameters | ) |
Definition at line 32 of file OneD3EqnEnergyFlux.C.
|
protectedvirtual |
Definition at line 62 of file OneD3EqnEnergyFlux.C.
Definition at line 69 of file OneD3EqnEnergyFlux.C.
|
protectedvirtual |
Definition at line 55 of file OneD3EqnEnergyFlux.C.
|
protectedinherited |
Method for declaring derivative material properties.
U | The material property type |
base | The name of the property to take the derivative of |
var_name | The name of the coupled variable vector containing the variable to take the derivative with respect to |
i | The index of the variable to take the derivative with respect to within the coupled variable vector |
Definition at line 88 of file DerivativeMaterialInterfaceTHM.h.
|
protectedinherited |
Method for retrieving derivative material properties.
U | The material property type |
base | The name of the property to take the derivative of |
var_name | The name of the coupled variable vector containing the variable to take the derivative with respect to |
i | The index of the variable to take the derivative with respect to within the coupled variable vector |
Definition at line 98 of file DerivativeMaterialInterfaceTHM.h.
|
protectedinherited |
Method for retrieving derivative material properties corresponding to phase-dependent derivatives.
The intended behavior of this function is as follows. If the material property and derivative variable correspond to the same phase, then the material property is retrieved as usual. Else, a zero-valued material property is returned, as it is assumed that the material property depends only upon the variables corresponding to its phase.
U | The material property type |
base | The name of the property to take the derivative of |
property_is_liquid | Does the property correspond to the liquid phase? |
var_name | The name of the coupled variable vector containing the variable to take the derivative with respect to |
var_is_liquid | Does the derivative variable correspond to the liquid phase? |
i | The index of the variable to take the derivative with respect to within the coupled variable vector |
Definition at line 115 of file DerivativeMaterialInterfaceTHM.h.
|
static |
Definition at line 15 of file OneD3EqnEnergyFlux.C.
|
protected |
Definition at line 28 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 50 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 51 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 41 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 43 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpJacobian().
|
protected |
Definition at line 42 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
The direction of the flow channel.
Definition at line 31 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 46 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 48 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpJacobian().
|
protected |
Definition at line 47 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 34 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 37 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 38 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 40 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 45 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 33 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 36 of file OneD3EqnEnergyFlux.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().