|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
Classe Terme_Source_Constituant This class represents a source term of the constituent transport equation. More...
#include <Terme_Source_Constituant.h>
Public Member Functions | |
| void | associer_champs (const Champ_base &) |
| Associates the given fields rho (density) and Cp (specific heat) to the object. | |
| void | lire_donnees (Entree &) |
| Reads the power term from an input stream. | |
| void | ouvrir_fichier (const Equation_base &eq, const Nom &out, const Nom &qsj, const Nom &description, SFichier &os, const Nom &type, const int flag) const |
| int | completer (const Champ_Inc_base &inco) |
| const Champ_Don_base & | get_source () const |
| void | mettre_a_jour (double temps) |
Protected Member Functions | |
| OBS_PTR (Champ_base) rho_ref | |
| OWN_PTR (Champ_Don_base) la_source_constituant | |
Protected Attributes | |
| int | colw_ |
Classe Terme_Source_Constituant This class represents a source term of the constituent transport equation.
of the volumetric thermal power release type.!!!!TO MODIFY A Terme_Source_Constituant object contains the power (OWN_PTR(Champ_base) given by the user) and references to the density (rho) and the specific heat (Cp).
Definition at line 35 of file Terme_Source_Constituant.h.
|
inline |
Associates the given fields rho (density) and Cp (specific heat) to the object.
| (Champ_Don_base& | rho) given field representing density |
| (Champ_Don_base& | cp) given field representing specific heat |
Definition at line 68 of file Terme_Source_Constituant.h.
| int Terme_Source_Constituant::completer | ( | const Champ_Inc_base & | inco | ) |
Definition at line 32 of file Terme_Source_Constituant.cpp.
|
inline |
Definition at line 45 of file Terme_Source_Constituant.h.
| void Terme_Source_Constituant::lire_donnees | ( | Entree & | is | ) |
Reads the power term from an input stream.
Reads only a given field representing the power.
| is | an input stream |
Definition at line 26 of file Terme_Source_Constituant.cpp.
|
inline |
Definition at line 50 of file Terme_Source_Constituant.h.
|
protected |
| void Terme_Source_Constituant::ouvrir_fichier | ( | const Equation_base & | eq, |
| const Nom & | out, | ||
| const Nom & | qsj, | ||
| const Nom & | description, | ||
| SFichier & | os, | ||
| const Nom & | type, | ||
| const int | flag ) const |
Definition at line 40 of file Terme_Source_Constituant.cpp.
|
protected |
|
protected |
Definition at line 56 of file Terme_Source_Constituant.h.