stipulates that the wall is in thermal equilibrium based on a 1D heat equation More...
#include <Boundary_condition.hpp>
Public Member Functions | |
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<> state, double) override |
prescribes the wall heat flux as a function of the state and current heat flux | |
Public Attributes | |
double | emissivity = 0. |
double | heat_transfer_coef = 0. |
double | temperature = 0. |
stipulates that the wall is in thermal equilibrium based on a 1D heat equation
The default values of all zeros gives you an adiabatic wall.
|
inlineoverridevirtual |
prescribes the total energy at the wall as a function of the current state
Implements hexed::Thermal_bc.
|
overridevirtual |
prescribes the wall heat flux as a function of the state and current heat flux
Implements hexed::Thermal_bc.