specifies the thermal component of a No_slip
wall boundary condition
More...
#include <Boundary_condition.hpp>
Public Member Functions | |
virtual double | ghost_energy (Mat<> state)=0 |
prescribes the total energy at the wall as a function of the current state | |
virtual double | ghost_heat_flux (Mat<> state, double heat_flux)=0 |
prescribes the wall heat flux as a function of the state and current heat flux | |
specifies the thermal component of a No_slip
wall boundary condition
|
pure virtual |
prescribes the total energy at the wall as a function of the current state
Implemented in hexed::Prescribed_energy, hexed::Prescribed_heat_flux, and hexed::Thermal_equilibrium.
|
pure virtual |
prescribes the wall heat flux as a function of the state and current heat flux
Implemented in hexed::Prescribed_energy, hexed::Prescribed_heat_flux, and hexed::Thermal_equilibrium.