16#ifndef Echange_contact_Correlation_VEF_included
17#define Echange_contact_Correlation_VEF_included
19#include <Temperature_imposee_paroi.h>
20#include <Conduction.h>
25#include <Domaine_forward.h>
35 virtual int limpr(
double,
double)
const;
41 inline double getU(
int i)
const {
return U(i); }
42 inline double getT(
int i)
const {
return T(i); }
43 inline double getMu(
int i)
const {
return mu(i); }
45 inline double getRho(
int i)
const {
return rho(i); }
46 inline double getCp()
const {
return Cp; }
47 inline double getDh(
int i)
const {
return diam(i); }
97 double emissivite = -100.;
99 IntVect nb_faces_patch;
100 IntVect correspondance_face_patch;
101 IntTab correspondance_fluide_patch;
Class defining operators and methods for all reading operation in an input flow (file,...
A character string (Nom) in uppercase.
Helper class to factorize the readOn method of Objet_U classes.
class Parser_U Version of the Parser class, deriving from Objet_U.
Temperature_imposee_paroi Imposes the wall temperature in a Convection_Diffusion_Temperature type equ...