16#ifndef Temperature_imposee_paroi_rayo_semi_transp_included
17#define Temperature_imposee_paroi_rayo_semi_transp_included
19#include <Cond_lim_rayo_semi_transp.h>
20#include <Temperature_imposee_paroi.h>
class Champ_front_base Base class for the hierarchy of boundary fields.
class Cond_lim_base Base class for the hierarchy of classes that represent the different boundary con...
Base class for semi-transparent radiation boundary conditions.
class Equation_base The role of an equation is the calculation of one or more fields....
Semi-transparent radiation problem. Pb_rayo_semi_transp is a Probleme_base with 4 specific features:
Temperature_imposee_paroi_rayo_semi_transp class: used to impose a wall temperature.
void completer() override
DOES NOTHING must be overridden in derived classes.
void calculer_temperature_bord(double temps)
void associer_pb_rayo_semi_transp(const Pb_rayo_semi_transp &) override
int compatible_avec_eqn(const Equation_base &) const override
Returns a boolean indicating whether the boundary conditions are compatible with the specified equati...
Champ_front_base & temperature_bord()
const Cond_lim_base & la_cl() const override
bool is_bc_rayo_semi_transp(Cond_lim_rayo_semi_transp *&la_cl_rayo) override
Temperature_imposee_paroi Imposes the wall temperature in a Convection_Diffusion_Temperature type equ...