16#ifndef Pb_Fluide_base_included
17#define Pb_Fluide_base_included
19#include <Modele_rayo_transp.h>
20#include <Probleme_base.h>
45 Process::exit(
"Pb_Fluide_base::get_mod_rayo_transp() -- No transparent radiation model is associated for your problem !!! ");
47 return mod_rayo_transp_.valeur();
53 Process::exit(
"Pb_Fluide_base::get_mod_rayo_transp() -- No transparent radiation model is associated for your problem !!! ");
55 return mod_rayo_transp_.valeur();
A character string (Nom) in uppercase.
class Nom: a character string for naming TRUST objects.
Pb_Fluide_base This class provides a base class for.
bool has_mod_rayo_transp() const override final
void validateTimeStep() override
Validates the calculated unknown by moving the present time at the end of the time step.
int postraiter(int force=1) override
Asks the problem to post-process its fields, probes, etc.
int expression_predefini(const Motcle &motlu, Nom &expression) override
void completer() override
Completes the equations associated with the problem.
const Modele_rayo_transp & get_mod_rayo_transp() const
OWN_PTR(Modele_rayo_transp) mod_rayo_transp_
Entree & lire_radiation_models(Entree &is, Motcle &mot) override final
Modele_rayo_transp & get_mod_rayo_transp()
class Probleme_base It is a Probleme_U that is not a coupling.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.