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<> 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
Implements hexed::Thermal_bc.
|
inlineoverridevirtual |
prescribes the wall heat flux as a function of the state and current heat flux
Implements hexed::Thermal_bc.