|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
Class Terme_Puissance_Thermique: represents a volumetric thermal power source term in the energy equation. More...
#include <Terme_Puissance_Thermique.h>
Public Member Functions | |
| void | lire_donnees (Entree &, const Equation_base &eqn) |
| Reads the thermal power term from an input stream and an equation, possibly using the discretisation to type la_puissance. | |
| void | mettre_a_jour (double temps) |
| void | modify_name_file (Nom &) const |
| const DoubleTab & | puissance_thermique () const |
| void | initialiser_champ_puissance (const Equation_base &eqn) |
| void | resetTime (double t) |
Protected Member Functions | |
| OWN_PTR (Champ_Don_base) la_puissance_lu | |
Protected Attributes | |
| la_puissance | |
Class Terme_Puissance_Thermique: represents a volumetric thermal power source term in the energy equation.
A Terme_Puissance_Thermique object holds the power field (user-provided OWN_PTR(Champ_base)) together with references to the density (rho) and specific heat (Cp).
Definition at line 38 of file Terme_Puissance_Thermique.h.
| void Terme_Puissance_Thermique::initialiser_champ_puissance | ( | const Equation_base & | eqn | ) |
Definition at line 71 of file Terme_Puissance_Thermique.cpp.
| void Terme_Puissance_Thermique::lire_donnees | ( | Entree & | is, |
| const Equation_base & | eqn ) |
Reads the thermal power term from an input stream and an equation, possibly using the discretisation to type la_puissance.
Reads only the prescribed field representing la_puissance.
| is | An input stream. |
| eqn | The equation owning this source term. |
Definition at line 40 of file Terme_Puissance_Thermique.cpp.
| void Terme_Puissance_Thermique::mettre_a_jour | ( | double | temps | ) |
Definition at line 82 of file Terme_Puissance_Thermique.cpp.
| void Terme_Puissance_Thermique::modify_name_file | ( | Nom & | fichier | ) | const |
Definition at line 93 of file Terme_Puissance_Thermique.cpp.
|
protected |
|
inline |
Definition at line 44 of file Terme_Puissance_Thermique.h.
| void Terme_Puissance_Thermique::resetTime | ( | double | t | ) |
Definition at line 88 of file Terme_Puissance_Thermique.cpp.
|
protected |
Definition at line 49 of file Terme_Puissance_Thermique.h.