numerics
Loading...
Searching...
No Matches
heat3d.hpp
Go to the documentation of this file.
1
/// @file heat3d.hpp
2
/// @brief Heat transfer parameters for the 3D SPH backends.
3
#pragma once
4
5
namespace
physics
{
6
7
struct
HeatParams3D
{
8
float
h
= 0.05f;
///< Smoothing length [m]
9
float
alpha_T
= 0.005f;
///< Thermal diffusivity [m^2/s]
10
float
h_conv
= 8.0f;
///< Convective heat transfer coefficient [1/s]
11
float
mass
= 0.064f;
///< Particle mass [kg]
12
};
13
14
}
// namespace physics
physics
Definition
field.cpp:7
physics::HeatParams3D
Definition
heat3d.hpp:7
physics::HeatParams3D::h_conv
float h_conv
Convective heat transfer coefficient [1/s].
Definition
heat3d.hpp:10
physics::HeatParams3D::mass
float mass
Particle mass [kg].
Definition
heat3d.hpp:11
physics::HeatParams3D::alpha_T
float alpha_T
Thermal diffusivity [m^2/s].
Definition
heat3d.hpp:9
physics::HeatParams3D::h
float h
Smoothing length [m].
Definition
heat3d.hpp:8
apps
fluid_sim_3d
heat3d.hpp
Generated by
1.9.8