prescribes the heat flux but doesn't touch the energy More...
#include <Boundary_condition.hpp>
Public Member Functions | |
| Prescribed_heat_flux (double h=0.) | |
| double | ghost_energy (Mat<> scalar_state) override |
| Prescribes the total energy at the wall as a function of the current state. | |
| double | ghost_heat_flux (Mat<>, double) override |
| prescribes the wall heat flux as a function of the state and current heat flux | |
Public Attributes | |
| double | heat_flux |
prescribes the heat flux but doesn't touch the energy
setting the heat flux to 0 gives you an adiabatic BC
|
inlineoverridevirtual |
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).
Implements hexed::Thermal_bc.
|
inlineoverridevirtual |
prescribes the wall heat flux as a function of the state and current heat flux
Implements hexed::Thermal_bc.