16#ifndef Entree_fluide_temperature_imposee_H_included
17#define Entree_fluide_temperature_imposee_H_included
19#include <Dirichlet_entree_fluide_leaves.h>
33 double val_imp(
int i)
const override;
34 double val_imp(
int i,
int j)
const override;
Particular case of the Dirichlet_entree_fluide class for an equation with enthalpy as unknown.
void completer() override
Complete the boundary conditions.
OBS_PTR(Fluide_Dilatable_base) le_fluide
double val_imp(int i) const override
Returns the imposed value for the i-th component of the boundary field.
Entree_fluide_temperature_imposee Special case of the class Dirichlet_entree_fluide for imposed tempe...
Base class for a dilatable fluid, inheriting from Fluide_base.