prescribes the specific energy but doesn't touch the heat flux More...
#include <Boundary_condition.hpp>
Public Member Functions | |
Prescribed_energy (double e) | |
double | ghost_energy (Mat<> state) override |
prescribes the total energy at the wall as a function of the current state | |
double | ghost_heat_flux (Mat<>, double heat_flux) override |
prescribes the wall heat flux as a function of the state and current heat flux | |
Public Attributes | |
double | energy_per_mass |
prescribes the specific energy but doesn't touch the heat flux
can be used as an isothermal BC
|
inlineoverridevirtual |
prescribes the total energy at the wall as a function of the current state
Implements hexed::Thermal_bc.
|
inlineoverridevirtual |
prescribes the wall heat flux as a function of the state and current heat flux
Implements hexed::Thermal_bc.