|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Constant thermal flux boundary model. More...
#include <thermal_material.hpp>
Public Member Functions | |
| template<typename T1 , typename T2 , typename T3 > | |
| SMITH_HOST_DEVICE auto | operator() (const T1 &, const T2 &, const double, const T3 &) const |
| Evaluation function for the thermal flux on a boundary. More... | |
Public Attributes | |
| double | flux_ = 0.0 |
| The constant flux applied to the boundary. | |
Constant thermal flux boundary model.
Definition at line 207 of file thermal_material.hpp.
|
inline |
Evaluation function for the thermal flux on a boundary.
| T1 | Type of the position vector |
| T2 | Type of the normal vector |
| T3 | Type of the temperature on the boundary |
| dim | The dimension of the problem |
Definition at line 221 of file thermal_material.hpp.