specifies the thermal component of a No_slip wall boundary condition
More...
#include <Boundary_condition.hpp>
Public Member Functions | |
| virtual double | ghost_energy (Mat<> scalar_state)=0 |
| Prescribes the total energy at the wall as a function of the current state. | |
| virtual double | ghost_heat_flux (Mat<> scalar_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.
scalar_state should include all the state variables from density onwards (skipping the momentum).
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.