|
numerics
|
#include <heat.hpp>
Public Attributes | |
| float | h = 0.025f |
| Smoothing length [m]. | |
| float | alpha_T = 0.005f |
| Thermal diffusivity [m^2/s]. | |
| float | h_conv = 8.0f |
| Convective heat transfer coefficient [1/s]. | |
| float | mass = 0.4f |
| Particle mass [kg]. | |
| float physics::HeatParams::alpha_T = 0.005f |
Thermal diffusivity [m^2/s].
Definition at line 12 of file heat.hpp.
Referenced by physics::backends::omp::heat_compute(), and physics::backends::seq::heat_compute().
| float physics::HeatParams::h = 0.025f |
Smoothing length [m].
Definition at line 11 of file heat.hpp.
Referenced by physics::backends::omp::heat_compute(), and physics::backends::seq::heat_compute().
| float physics::HeatParams::h_conv = 8.0f |
Convective heat transfer coefficient [1/s].
Definition at line 13 of file heat.hpp.
Referenced by physics::backends::omp::heat_compute(), and physics::backends::seq::heat_compute().
| float physics::HeatParams::mass = 0.4f |
Particle mass [kg].
Definition at line 14 of file heat.hpp.
Referenced by physics::backends::omp::heat_compute(), and physics::backends::seq::heat_compute().