16#ifndef Robin_VEF_included
17#define Robin_VEF_included
19#include <Cond_lim_base.h>
20#include <Champ_front_txyz.h>
class Cond_lim_base Base class for the hierarchy of classes that represent the different boundary con...
Class Robin_VEF for Robin boundary conditions.
double increment_pression_bord(int face) const
double get_beta_cl() const
double flux_tangentiel_imp(int i, int j) const
Returns the value of the imposed tangential flux on the (i,j)-th component of the field representing ...
double flux_robin_imp_au_temps(double temps, int i) const
const DoubleTab & flux_robin_tangentiel_imp() const
Updates and returns the imposed flux array.
double flux_robin_normal_et_trangentiel_imp(int i, int j) const
Returns the value of the imposed normal and tangential Robin flux on the (i,j)-th component of the fi...
DoubleTab flux_normal_impose_
void completer() override
DOES NOTHING must be overridden in derived classes.
DoubleTab flux_tangentiel_impose_
const DoubleTab & flux_robin_normal_imp() const
Updates and returns the imposed flux array.
double flux_normal_imp(int i) const
Returns the value of the imposed normal flux on the i-th component of the field representing the flux...
void mettre_a_jour(double temps) override
Performs a time update of the boundary condition.
double get_alpha_cl() const