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

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

Detailed Description

Definition at line 10 of file heat.hpp.

Member Data Documentation

◆ alpha_T

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

◆ h

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

◆ h_conv

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

◆ mass

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


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