TrioCFD 1.9.9_beta
TrioCFD documentation
Loading...
Searching...
No Matches
Terme_Source_Constituant Class Reference

Classe Terme_Source_Constituant This class represents a source term of the constituent transport equation. More...

#include <Terme_Source_Constituant.h>

Inheritance diagram for Terme_Source_Constituant:
[legend]

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_baseget_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_

Detailed Description

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).

See also
Non-instantiable class., The implementation of the terms will depend on their discretization.

Definition at line 35 of file Terme_Source_Constituant.h.

Member Function Documentation

◆ associer_champs()

void Terme_Source_Constituant::associer_champs ( const Champ_base & rho)
inline

Associates the given fields rho (density) and Cp (specific heat) to the object.

Parameters
(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.

◆ completer()

int Terme_Source_Constituant::completer ( const Champ_Inc_base & inco)

Definition at line 32 of file Terme_Source_Constituant.cpp.

◆ get_source()

const Champ_Don_base & Terme_Source_Constituant::get_source ( ) const
inline

Definition at line 45 of file Terme_Source_Constituant.h.

◆ lire_donnees()

void Terme_Source_Constituant::lire_donnees ( Entree & is)

Reads the power term from an input stream.

Reads only a given field representing the power.

Parameters
isan input stream

Definition at line 26 of file Terme_Source_Constituant.cpp.

◆ mettre_a_jour()

void Terme_Source_Constituant::mettre_a_jour ( double temps)
inline

Definition at line 50 of file Terme_Source_Constituant.h.

◆ OBS_PTR()

Terme_Source_Constituant::OBS_PTR ( Champ_base )
protected

◆ ouvrir_fichier()

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.

◆ OWN_PTR()

Terme_Source_Constituant::OWN_PTR ( Champ_Don_base ) const
protected

Member Data Documentation

◆ colw_

int Terme_Source_Constituant::colw_
protected

Definition at line 56 of file Terme_Source_Constituant.h.


The documentation for this class was generated from the following files: