numerics
Loading...
Searching...
No Matches
physics::HeatParams3D Struct Reference

#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].
 

Detailed Description

Definition at line 7 of file heat3d.hpp.

Member Data Documentation

◆ alpha_T

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().

◆ h

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().

◆ h_conv

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().

◆ mass

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().


The documentation for this struct was generated from the following file: