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

#include <Op_Diff_Fluctu_Temp_Base.h>

Inheritance diagram for Op_Diff_Fluctu_Temp:
[legend]
Collaboration diagram for Op_Diff_Fluctu_Temp:
[legend]

Public Member Functions

Operateur_basel_op_base () override
const Operateur_basel_op_base () const override
DoubleTab & ajouter (const DoubleTab &, DoubleTab &) const override
DoubleTab & calculer (const DoubleTab &, DoubleTab &) const override
void typer () override
int op_non_nul () const override
void completer () override
 Updates the references of the objects associated with the operator.
Public Member Functions inherited from Operateur
DoubleTab & ajouter (const Champ_Inc_base &, DoubleTab &) const
 Computes and adds the contribution of the operator to the right-hand side of the equation.
DoubleTab & calculer (const Champ_Inc_base &, DoubleTab &) const
 Computes the contribution of the operator and returns the array of values.
DoubleTab & ajouter (DoubleTab &) const
 Adds the contribution of the operator to the array passed as parameter.
DoubleTab & calculer (DoubleTab &) const
 Applies the operator to the unknown field and returns the result.
const Nomtype () const
 Returns the (name of the) type of operator to create.
double calculer_pas_de_temps () const
 Computes the next time step.
void calculer_pas_de_temps_locaux (DoubleTab &) const
 Calculate the next local time steps.
int impr (Sortie &os) const
 Prints the operator to an output stream unconditionally.
virtual void mettre_a_jour (double temps)
 Performs a time update of the operator.
const Champ_Inc_basemon_inconnue () const
 Returns the field representing the unknown of the equation to which the operator belongs.
const Discretisation_basediscretisation () const
 Returns the discretization of the equation to which the operator belongs.
int limpr () const
 Asks the equation whether printing is needed. Returns 1 for YES, 0 otherwise.
void imprimer (Sortie &os) const
 Prints the operator to an output stream, if necessary.
Sortieecrire (Sortie &) const
Entreelire (Entree &)
 Reads an operator from an input stream.
void ajouter_contribution_explicite_au_second_membre (const Champ_Inc_base &inconnue, DoubleTab &derivee) const
void associer_champ (const Champ_Inc_base &, const std::string &nom_ch)
void set_fichier (const Nom &nom)
void set_description (const Nom &nom)
Public Member Functions inherited from MorEqn
void associer_eqn (const Equation_base &)
 Associates an equation with the object.
virtual void calculer_pour_post (Champ_base &espace_stockage, const Nom &option, int comp) const
virtual Motcle get_localisation_pour_post (const Nom &option) const
const Equation_baseequation () const
 Returns the reference to the equation pointed to by MorEqn::mon_equation.
Equation_baseequation ()
 Returns the reference to the equation pointed to by MorEqn::mon_equation.
int mon_equation_non_nul () const
virtual void check_multiphase_compatibility () const

Additional Inherited Members

Protected Member Functions inherited from Operateur
 OBS_PTR (Champ_Inc_base) le_champ_inco
Protected Member Functions inherited from MorEqn
 OBS_PTR (Equation_base) mon_equation
virtual ~MorEqn ()
Protected Attributes inherited from Operateur
std::string nom_inco_
Motcle typ

Detailed Description

Definition at line 75 of file Op_Diff_Fluctu_Temp_Base.h.

Member Function Documentation

◆ ajouter()

DoubleTab & Op_Diff_Fluctu_Temp::ajouter ( const DoubleTab & inconnue,
DoubleTab & resu ) const
inlineoverridevirtual

Implements Operateur.

Definition at line 158 of file Op_Diff_Fluctu_Temp_Base.h.

◆ calculer()

DoubleTab & Op_Diff_Fluctu_Temp::calculer ( const DoubleTab & inconnue,
DoubleTab & resu ) const
inlineoverridevirtual

Implements Operateur.

Definition at line 164 of file Op_Diff_Fluctu_Temp_Base.h.

◆ completer()

void Op_Diff_Fluctu_Temp::completer ( )
overridevirtual

Updates the references of the objects associated with the operator.

Operateur::le_champ_inco, Operateur::champ_inco Calls Operateur_base::completer()

Reimplemented from Operateur.

Definition at line 83 of file Op_Diff_Fluctu_Temp_Base.cpp.

◆ l_op_base() [1/2]

const Operateur_base & Op_Diff_Fluctu_Temp::l_op_base ( ) const
inlineoverridevirtual

Implements Operateur.

Definition at line 151 of file Op_Diff_Fluctu_Temp_Base.h.

◆ l_op_base() [2/2]

Operateur_base & Op_Diff_Fluctu_Temp::l_op_base ( )
inlineoverridevirtual

Implements Operateur.

Definition at line 141 of file Op_Diff_Fluctu_Temp_Base.h.

◆ op_non_nul()

int Op_Diff_Fluctu_Temp::op_non_nul ( ) const
inlineoverridevirtual

Implements Operateur.

Definition at line 169 of file Op_Diff_Fluctu_Temp_Base.h.

◆ typer()

void Op_Diff_Fluctu_Temp::typer ( )
overridevirtual

Implements Operateur.

Definition at line 61 of file Op_Diff_Fluctu_Temp_Base.cpp.


The documentation for this class was generated from the following files:
  • /home/docs/checkouts/readthedocs.org/user_builds/triocfd-documentation/checkouts/next/src/Turbulence/Kernel/Operateurs/Op_Diff_Fluctu_Temp_Base.h
  • /home/docs/checkouts/readthedocs.org/user_builds/triocfd-documentation/checkouts/next/src/Turbulence/Kernel/Operateurs/Op_Diff_Fluctu_Temp_Base.cpp