|
numerics
|
#include <heat3d.hpp>
Public Attributes | |
| float | h = 0.05f |
| 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.064f |
| Particle mass [kg]. | |
Definition at line 7 of file heat3d.hpp.
| float physics::HeatParams3D::alpha_T = 0.005f |
Thermal diffusivity [m^2/s].
Definition at line 9 of file heat3d.hpp.
Referenced by physics::backends::omp::heat_compute(), and physics::backends::seq::heat_compute().
| float physics::HeatParams3D::h = 0.05f |
Smoothing length [m].
Definition at line 8 of file heat3d.hpp.
Referenced by physics::backends::omp::heat_compute(), and physics::backends::seq::heat_compute().
| float physics::HeatParams3D::h_conv = 8.0f |
Convective heat transfer coefficient [1/s].
Definition at line 10 of file heat3d.hpp.
Referenced by physics::backends::omp::heat_compute(), and physics::backends::seq::heat_compute().
| float physics::HeatParams3D::mass = 0.064f |
Particle mass [kg].
Definition at line 11 of file heat3d.hpp.
Referenced by physics::backends::omp::heat_compute(), and physics::backends::seq::heat_compute().