15#ifndef ALE_ProjectionManager_included
16#define ALE_ProjectionManager_included
18#include <Champs_front_ALE_projection.h>
40 void update(
double temps,
int nb_bords_ALE,
const Bords& les_bords_ALE,
43 void update(
double temps,
Nom& name_boundary,
45 int nb_bords_ALE,
const Bords& les_bords_ALE,
59 Noms name_ALE_boundary_projection_;
60 Noms name_boundary_with_Neumann_BC_;
61 mutable SFichier modalForceProjectionALE_;
void read_projection_boundary(Entree &is)
void update(double temps, int nb_bords_ALE, const Bords &les_bords_ALE, const Nom &nom_cas, Equation_base &eqn)
int nb_projection_boundaries() const
bool is_neumann_boundary(const Nom &nom) const
void read_neumann_bc(Entree &is)
const Noms & neumann_boundary_names() const
ALE_ProjectionManager()=default
Class defining operators and methods for all reading operation in an input flow (file,...
class Equation_base The role of an equation is the calculation of one or more fields....
class Nom: a character string for naming TRUST objects.
An array of character strings (VECT(Nom)).
SFichier is to the C++ ofstream class what Sortie is to the C++ ostream class.