|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Linear anisotropic thermal material model. More...
#include <thermal_material.hpp>
Public Member Functions | |
| LinearConductor (double density=1.0, double specific_heat_capacity=1.0, tensor< double, dim, dim > conductivity=Identity< dim >()) | |
| Construct a new Linear Isotropic Conductor object. More... | |
| template<typename T1 , typename T2 , typename T3 > | |
| SMITH_HOST_DEVICE auto | operator() (const T1 &, const T2 &, const T3 &temperature_gradient) const |
| Material response call for a linear anisotropic material. More... | |
Linear anisotropic thermal material model.
| dim | Spatial dimension |
Definition at line 131 of file thermal_material.hpp.
|
inline |
Construct a new Linear Isotropic Conductor object.
| density | Density of the material (mass/volume) |
| specific_heat_capacity | Specific heat capacity of the material (energy / (mass * temp)) |
| conductivity | Thermal conductivity of the material (power / (length * temp)) |
Definition at line 139 of file thermal_material.hpp.
|
inline |
Material response call for a linear anisotropic material.
| T1 | Spatial position type |
| T2 | Temperature type |
| T3 | Temperature gradient type |
| [in] | temperature_gradient | Temperature gradient |
Definition at line 163 of file thermal_material.hpp.