|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Parameterized thermal source model. More...
#include <parameterized_thermal_material.hpp>
Public Member Functions | |
| template<typename T1 , typename T2 , typename T3 , typename T4 > | |
| SMITH_HOST_DEVICE auto | operator() (const T1 &, const double, const T2 &, const T3 &, const T4 ¶meter) const |
| Evaluation function for the constant thermal source model. More... | |
Static Public Member Functions | |
| static constexpr int | numParameters () |
| The number of parameters in the model. More... | |
Public Attributes | |
| double | source_offset_ = 0.0 |
| The constant source offset. | |
Parameterized thermal source model.
Definition at line 160 of file parameterized_thermal_material.hpp.
|
inlinestaticconstexpr |
The number of parameters in the model.
Definition at line 186 of file parameterized_thermal_material.hpp.
|
inline |
Evaluation function for the constant thermal source model.
| T1 | type of the position vector |
| T2 | type of the temperature |
| T3 | type of the temperature gradient |
| T4 | type of the parameter |
| parameter | user-defined parameter |
Definition at line 175 of file parameterized_thermal_material.hpp.