16#ifndef Paroi_frottante_simple_included
17#define Paroi_frottante_simple_included
20#include <Frottement_global_impose.h>
21#include <Cond_lim_base.h>
22#include <Correlation_base.h>
41 virtual int avancer(
double temps)
override {
return 1;};
Classe Frottement_global_impose Base class for Navier-type boundary conditions (v.
Classe Paroi_frottante_simple Cette condition limite correspond a un flux impose pour une condition a...
OBS_PTR(Correlation_base) correlation_loi_paroi_
virtual void liste_faces_loi_paroi(IntTab &) override
void completer() override
DOES NOTHING must be overridden in derived classes.
virtual double coefficient_frottement(int i) const override
void mettre_a_jour(double tps) override
Performs a time update of the boundary condition.
DoubleTab valeurs_coeff_grad_
virtual int initialiser(double temps) override
Initialization at the beginning of the calculation.
virtual double fac_coeff_grad(double y_p) const
virtual double coefficient_frottement_grad(int i, int j) const override
virtual int avancer(double temps) override
Rotates the wheel of the BC.
virtual double coefficient_frottement(int i, int j) const override
virtual double coefficient_frottement_grad(int i) const override