16#ifndef Convection_Diffusion_Temperature_sensibility_included
17#define Convection_Diffusion_Temperature_sensibility_included
19#include <Convection_Diffusion_Temperature.h>
: class Convection_Diffusion_Temperature_sensibility
void update_evaluator_field(const Nom &one_name_state_pb, const Motcle &one_name_state_field)
const Champ_Inc_base & get_temperature_state() const
const DoubleTab & get_temperature_state_field() const
const DoubleTab & get_velocity_state_field() const
void set_param(Param ¶m) const override
OBS_PTR(Champ_Inc_base) temperature_state_field
const double & get_poly_chaos_value() const
Motcle name_temperature_state_field
void mettre_a_jour(double temps) override
The value of the unknown at the time step has been calculated.
const Motcle & get_uncertain_variable_name() const
const Champ_Inc_base & get_velocity_state() const
int lire_motcle_non_standard(const Motcle &mot, Entree &is) override
Reads non-simple-type parameters of an Objet_U from an input stream.
OBS_PTR(Champ_Inc_base) velocity_state_field
void associate_evaluator_field(const Nom &one_name_state_pb, const Motcle &one_name_state_field)
Motcle name_velocity_state_field
Convection_Diffusion_Temperature Special case of Convection_Diffusion_std.
Class defining operators and methods for all reading operation in an input flow (file,...
A character string (Nom) in uppercase.
class Nom: a character string for naming TRUST objects.
Helper class to factorize the readOn method of Objet_U classes.