16#ifndef Echange_contact_Correlation_VDF_included
17#define Echange_contact_Correlation_VDF_included
19#include <Echange_global_impose.h>
20#include <Domaine_forward.h>
38 virtual int limpr(
double,
double)
const;
54 virtual double volume(
double s,
double d);
59 inline double getU(
int i)
const {
return U(i); }
60 inline double getT(
int i)
const {
return T(i); }
61 inline double getMu(
int i)
const {
return mu(i); }
63 inline double getRho(
int i)
const {
return rho(i); }
64 inline double getCp()
const {
return Cp; }
Classe Echange_global_impose This class represents the special case of the class.
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....
Milieu_base This class is the base of the (physical) medium hierarchy.
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.