![]() |
v0.16.0 |
#include "tutorials/adv-2_thermo_elasticity/src/ThermalConvection.hpp"
Public Types | |
| using | OpBase = OpBaseImpl< A, EleOp > |
| using | OpBase = OpBaseImpl< A, EleOp > |
Public Member Functions | |
| OpFluxLhsImpl (MoFEM::Interface &m_field, int ms_id, std::string row_field_name, std::string col_field_name) | |
| OpFluxLhsImpl (MoFEM::Interface &m_field, int ms_id, std::string row_field_name, std::string col_field_name) | |
Public Member Functions inherited from OpBaseImpl | |
| MoFEM::OpBaseImpl< PETSC, DomainEleOp >::MatSetValuesHook | matSetValuesHook |
| MoFEM::OpBaseImpl< BLOCK_MAT, DomainEleOp >::MatSetValuesHook | matSetValuesHook |
| MoFEM::OpBaseImpl< BLOCK_SCHUR, DomainEleOp >::MatSetValuesHook | matSetValuesHook |
| MoFEM::OpBaseImpl< BLOCK_PRECONDITIONER_SCHUR, DomainEleOp >::MatSetValuesHook | matSetValuesHook |
| MoFEM::OpBaseImpl< AT, DomainEleOp >::MatSetValuesHook | matSetValuesHook |
| MoFEM::OpBaseImpl< AT, DomainEleOpStab >::MatSetValuesHook | matSetValuesHook |
| Specialise assembly for Stabilised matrix. | |
Protected Member Functions | |
| MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &row_data, EntitiesFieldData::EntData &col_data) |
| MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &row_data, EntitiesFieldData::EntData &col_data) |
Protected Attributes | |
| double | heatTransferCoefficient |
| double | ambientTemperature |
Definition at line 79 of file ThermalConvection.hpp.
| using OpFluxLhsImpl< ThermoElasticOps::ConvectionBcType< BLOCKSET >, 1, 1, A, GAUSS, EleOp >::OpBase = OpBaseImpl<A, EleOp> |
Definition at line 82 of file ThermalConvection.hpp.
| using OpFluxLhsImpl< ThermoElasticOps::ConvectionBcType< BLOCKSET >, 1, 1, A, GAUSS, EleOp >::OpBase = OpBaseImpl<A, EleOp> |
Definition at line 80 of file ThermalConvection.hpp.
| OpFluxLhsImpl< ThermoElasticOps::ConvectionBcType< BLOCKSET >, 1, 1, A, GAUSS, EleOp >::OpFluxLhsImpl | ( | MoFEM::Interface & | m_field, |
| int | ms_id, | ||
| std::string | row_field_name, | ||
| std::string | col_field_name | ||
| ) |
Definition at line 160 of file ThermalConvection.hpp.
| OpFluxLhsImpl< ThermoElasticOps::ConvectionBcType< BLOCKSET >, 1, 1, A, GAUSS, EleOp >::OpFluxLhsImpl | ( | MoFEM::Interface & | m_field, |
| int | ms_id, | ||
| std::string | row_field_name, | ||
| std::string | col_field_name | ||
| ) |
|
protected |
|
protected |
|
protected |
Definition at line 89 of file ThermalConvection.hpp.
|
protected |
Definition at line 88 of file ThermalConvection.hpp.