|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Nonlinear isotropic heat transfer material model. More...
#include <thermal_material.hpp>
Public Member Functions | |
| IsotropicConductorWithLinearConductivityVsTemperature (double density=1.0, double specific_heat_capacity=1.0, double reference_conductivity=1.0, double d_conductivity_d_temperature=0.0) | |
| Construct a Isotropic Conductor with Conductivity linear with Temparture object. More... | |
| template<typename T1 , typename T2 , typename T3 > | |
| SMITH_HOST_DEVICE auto | operator() (const T1 &, const T2 &temperature, const T3 &temperature_gradient) const |
| Material response call for a linear isotropic material with linear conductivity vs temperature. More... | |
Nonlinear isotropic heat transfer material model.
Definition at line 69 of file thermal_material.hpp.
|
inline |
Construct a Isotropic Conductor with Conductivity linear with Temparture object.
| density | Density of the material (mass/volume) |
| specific_heat_capacity | Specific heat capacity of the material (energy / (mass * temp)) |
| reference_conductivity | Reference thermal conductivity of the material at temp = 0 (power / (length * temp)) |
| d_conductivity_d_temperature | Slope for the thermal conductivity as a function of temperature |
Definition at line 78 of file thermal_material.hpp.
|
inline |
Material response call for a linear isotropic material with linear conductivity vs temperature.
| T1 | Spatial position type |
| T2 | Temperature type |
| T3 | Temperature gradient type |
| [in] | temperature | |
| [in] | temperature_gradient |
Definition at line 102 of file thermal_material.hpp.