Skip to main content
Ctrl+K
TrioCFD  documentation - Home
  • TrioCFD Documentation
  • Quick Start

TrioCFD User Guide

  • How to write a data file
    • HOW TO DEFINE MESHING ?
    • HOW TO DEFINE PRESSURE SOLVER ?
    • HOW TO DEFINE BOUNDARY CONDITIONS ?
    • HOW TO DEFINE INITIAL CONDITIONS ?
    • HOW TO VISUALISE RESULTS ?
    • HOW TO DEFINE A STATIONNARY TEST-CASE ?
    • HOW TO DEFINE A STATIONNARY TEST-CASE WITH THERMAL EFFECTS ?
    • HOW TO DEFINE AN UNSTEADY TEST-CASE ?
    • HOW TO DEFINE TIME SCHEMES FOR RANS k-epsilon MODELLING ?
    • HOW TO DEFINE CONVECTION SCHEMES FOR RANS k-epsilon MODELLING ?
    • WHAT ARE CONVECTION SCHEMES AVAILABLE ?
    • WHAT ARE k-EPSILON MODELS AVAILABLE ?
    • WHAT ARE DIFFERENCES BETWEEN VDF MESH OPTIONS ?
  • Physical Models
    • Turbulence modeling
      • Turbulence bibliography
      • Large-eddy simulation
      • Reynolds-averaged Navier-Stokes modeling
      • Wall functions
      • Best practices about turbulent modeling
    • Multiphase CFD
      • Multiphase turbulence RANS modeling
      • Fluid proprieties
      • Interfacial forces models
      • Dispersed phase size modeling
      • Thermal modeling
      • Other types of models
      • Homogeneous Mixture model
      • Post-processing
      • Best practices for multiphase RANS modeling
  • Numerical methods in TrioCFD
  • Keywords Reference Manual
    • Objet_u

TrioCFD Tutorials

  • Tutorials
    • Backward facing step
    • Channel flow
    • Pipe flow

Developer Corner

  • Developper tutorials
    • Setup your development environment
    • Test your code !
      • Non regression tests
      • Validation reports: Jupyter Notebooks
    • Writing documentation
      • XDATA
    • Code syntax guidelines
    • Git Tutorial
      • Manage branches
      • Commit
      • Rebase
      • Quick reference
  • FAQ
  • C++ API (Doxygen)
    • Doxygen Documentation
      • Classes
      • Templates
      • Namespaces
      • Enums

Navigation

  • Bibliography
  • Index
  • Search Page
  • Repository
  • Open issue
  • .rst

Navier_Stokes_Turbulent_QC

Contents

  • How to reference this class
  • Detailed description
  • Inherits from
  • List of Public Methods
  • List of Public Static Methods
  • List of Protected Methods
  • Complete Member Function Documentation
    • assembler
    • assembler_avec_inertie
    • completer
    • derivee_en_temps_inco
    • diffusivite_pour_transport
    • discretiser
    • duplique
    • get_champ
    • get_info
    • has_champ
    • has_champ
    • impr
    • imprimer
    • initTimeStep
    • mettre_a_jour
    • Navier_Stokes_Turbulent_QC
    • preparer_calcul
    • rho_la_vitesse
    • taille_memoire
    • ~Navier_Stokes_Turbulent_QC
    • cree_instance
    • info
    • self_cast
    • self_cast
    • printOn
    • readOn
  • Attributes Documentation

Navier_Stokes_Turbulent_QC#

#include <Navier_Stokes_Turbulent_QC.h>
Brief description

classe Navier_Stokes_Turbulent Cette classe represente l’equation de la dynamique pour un fluide

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Navier\_Stokes\_Turbulent\_QC <class-navier-stokes-turbulent-qc>`
[Navier\_Stokes\_Turbulent\_QC](#class-navier-stokes-turbulent-qc)

Detailed description#

visqueux verifiant la condition d’incompressibilite div U = 0 avec modelisation de la turbulence. Un membre de type OWN_PTR(Modele_turbulence_hyd_base) representera le modele de turbulence.

Inherits from#

  • public : Navier_Stokes_Turbulent

  • public : Navier_Stokes_Fluide_Dilatable_Proto

List of Public Methods#

  • assembler

  • assembler_avec_inertie

  • completer

  • derivee_en_temps_inco

  • diffusivite_pour_transport

  • discretiser

  • duplique

  • get_champ

  • get_info

  • has_champ

  • has_champ

  • impr

  • imprimer

  • initTimeStep

  • mettre_a_jour

  • Navier_Stokes_Turbulent_QC

  • preparer_calcul

  • rho_la_vitesse

  • taille_memoire

  • ~Navier_Stokes_Turbulent_QC

List of Public Static Methods#

  • cree_instance

  • info

  • self_cast

  • self_cast

List of Protected Methods#

  • printOn

  • readOn

Complete Member Function Documentation#

assembler#

Definition
void Navier_Stokes_Turbulent_QC::assembler(Matrice_Morse &mat_morse, const DoubleTab &present, DoubleTab &secmem) override
Brief description
Detailed description

Reimplements:

  • assembler

References
  • Navier_Stokes_Fluide_Dilatable_Proto::assembler_impl

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Navier_Stokes_Turbulent_QC::assembler(Matrice_Morse &mat_morse, const DoubleTab &present, DoubleTab &secmem) override <navier-stokes-turbulent-qc-public-void-navier-stokes-turbulent-qc-assembler-matrice-morse-ref-mat-morse-const-doubletab-ref-present-doubletab-ref-secmem-override>`
[void Navier_Stokes_Turbulent_QC::assembler(Matrice_Morse &mat_morse, const DoubleTab &present, DoubleTab &secmem) override](#navier-stokes-turbulent-qc-public-void-navier-stokes-turbulent-qc-assembler-matrice-morse-ref-mat-morse-const-doubletab-ref-present-doubletab-ref-secmem-override)

assembler_avec_inertie#

Definition
void Navier_Stokes_Turbulent_QC::assembler_avec_inertie(Matrice_Morse &mat_morse, const DoubleTab &present, DoubleTab &secmem) override
Brief description
Detailed description

Reimplements:

  • assembler_avec_inertie

References
  • Navier_Stokes_Fluide_Dilatable_Proto::assembler_avec_inertie_impl

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Navier_Stokes_Turbulent_QC::assembler_avec_inertie(Matrice_Morse &mat_morse, const DoubleTab &present, DoubleTab &secmem) override <navier-stokes-turbulent-qc-public-void-navier-stokes-turbulent-qc-assembler-avec-inertie-matrice-morse-ref-mat-morse-const-doubletab-ref-present-doubletab-ref-secmem-override>`
[void Navier_Stokes_Turbulent_QC::assembler_avec_inertie(Matrice_Morse &mat_morse, const DoubleTab &present, DoubleTab &secmem) override](#navier-stokes-turbulent-qc-public-void-navier-stokes-turbulent-qc-assembler-avec-inertie-matrice-morse-ref-mat-morse-const-doubletab-ref-present-doubletab-ref-secmem-override)

completer#

Definition
void Navier_Stokes_Turbulent_QC::completer() override
Brief description

Appels successifs a: Navier_Stokes_std::completer()

Detailed description

Mod_Turb_Hyd::completer() [sur le membre concerne]

Reimplements:

  • completer

References
  • TRUST_List<_CLASSE_>::add

  • Navier_Stokes_Turbulent::completer

  • Equation_base::discretisation

  • Navier_Stokes_std::le_fluide

  • Equation_base::les_sources

  • Objet_U::que_suis_je

  • Source::typer_direct

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Navier_Stokes_Turbulent_QC::completer() override <navier-stokes-turbulent-qc-public-void-navier-stokes-turbulent-qc-completer-override>`
[void Navier_Stokes_Turbulent_QC::completer() override](#navier-stokes-turbulent-qc-public-void-navier-stokes-turbulent-qc-completer-override)

derivee_en_temps_inco#

Definition
DoubleTab & Navier_Stokes_Turbulent_QC::derivee_en_temps_inco(DoubleTab &) override
Brief description

Calcule la derivee en temps de l’inconnue vitesse, i.

Detailed description
  1. l’acceleration dU/dt et la renvoie. Appelle Equation_base::derivee_en_temps_inco(DoubleTab& ) Calcule egalement la pression.

Reimplements:

  • derivee_en_temps_inco

References
  • Navier_Stokes_Fluide_Dilatable_Proto::derivee_en_temps_inco_impl

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`DoubleTab & Navier_Stokes_Turbulent_QC::derivee_en_temps_inco(DoubleTab &) override <navier-stokes-turbulent-qc-public-doubletab-ref-navier-stokes-turbulent-qc-derivee-en-temps-inco-doubletab-ref-override>`
[DoubleTab & Navier_Stokes_Turbulent_QC::derivee_en_temps_inco(DoubleTab &) override](#navier-stokes-turbulent-qc-public-doubletab-ref-navier-stokes-turbulent-qc-derivee-en-temps-inco-doubletab-ref-override)

diffusivite_pour_transport#

Definition
const Champ_Don_base & Navier_Stokes_Turbulent_QC::diffusivite_pour_transport() const override
Brief description
Detailed description

Reimplements:

  • diffusivite_pour_transport

References
  • Navier_Stokes_std::fluide

  • Fluide_base::viscosite_dynamique

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Champ_Don_base & Navier_Stokes_Turbulent_QC::diffusivite_pour_transport() const override <navier-stokes-turbulent-qc-public-const-champ-don-base-ref-navier-stokes-turbulent-qc-diffusivite-pour-transport-const-override>`
[const Champ_Don_base & Navier_Stokes_Turbulent_QC::diffusivite_pour_transport() const override](#navier-stokes-turbulent-qc-public-const-champ-don-base-ref-navier-stokes-turbulent-qc-diffusivite-pour-transport-const-override)

discretiser#

Definition
void Navier_Stokes_Turbulent_QC::discretiser() override
Brief description

Dicretise l’equation.

Detailed description

Reimplements:

  • discretiser

References
  • Equation_base::discretisation

  • Navier_Stokes_std::discretiser

  • Equation_base::domaine_dis

  • Field_base::nommer

  • Navier_Stokes_Fluide_Dilatable_Proto::rho_la_vitesse_

  • Equation_base::schema_temps

  • Discret_Thyd::vitesse

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Navier_Stokes_Turbulent_QC::discretiser() override <navier-stokes-turbulent-qc-public-void-navier-stokes-turbulent-qc-discretiser-override>`
[void Navier_Stokes_Turbulent_QC::discretiser() override](#navier-stokes-turbulent-qc-public-void-navier-stokes-turbulent-qc-discretiser-override)

duplique#

Definition
int Navier_Stokes_Turbulent_QC::duplique() const override
Brief description
Detailed description

Reimplements:

  • duplique

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Navier_Stokes_Turbulent_QC::duplique() const override <navier-stokes-turbulent-qc-public-int-navier-stokes-turbulent-qc-duplique-const-override>`
[int Navier_Stokes_Turbulent_QC::duplique() const override](#navier-stokes-turbulent-qc-public-int-navier-stokes-turbulent-qc-duplique-const-override)

get_champ#

Definition
const Champ_base & Navier_Stokes_Turbulent_QC::get_champ(const Motcle &nom) const override
Brief description
Detailed description

Reimplements:

  • get_champ

References
  • Nom::getString

  • Navier_Stokes_Turbulent::has_champ

  • has_champ

  • Navier_Stokes_std::milieu

  • rho_la_vitesse

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Champ_base & Navier_Stokes_Turbulent_QC::get_champ(const Motcle &nom) const override <navier-stokes-turbulent-qc-public-const-champ-base-ref-navier-stokes-turbulent-qc-get-champ-const-motcle-ref-nom-const-override>`
[const Champ_base & Navier_Stokes_Turbulent_QC::get_champ(const Motcle &nom) const override](#navier-stokes-turbulent-qc-public-const-champ-base-ref-navier-stokes-turbulent-qc-get-champ-const-motcle-ref-nom-const-override)

get_info#

Definition
const Type_info * Navier_Stokes_Turbulent_QC::get_info() const override
Brief description

Donne des informations sur le type de l’ Objet_U .

Detailed description

Reimplements:

  • get_info

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Navier_Stokes_Turbulent_QC::get_info() const override <navier-stokes-turbulent-qc-public-const-type-info-ptr-navier-stokes-turbulent-qc-get-info-const-override>`
[const Type_info * Navier_Stokes_Turbulent_QC::get_info() const override](#navier-stokes-turbulent-qc-public-const-type-info-ptr-navier-stokes-turbulent-qc-get-info-const-override)

has_champ#

Definition
bool Navier_Stokes_Turbulent_QC::has_champ(const Motcle &nom) const override
Brief description
Detailed description

Reimplements:

  • has_champ

References
  • Navier_Stokes_Turbulent::has_champ

  • has_champ

  • Navier_Stokes_std::milieu

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`bool Navier_Stokes_Turbulent_QC::has_champ(const Motcle &nom) const override <navier-stokes-turbulent-qc-public-bool-navier-stokes-turbulent-qc-has-champ-const-motcle-ref-nom-const-override>`
[bool Navier_Stokes_Turbulent_QC::has_champ(const Motcle &nom) const override](#navier-stokes-turbulent-qc-public-bool-navier-stokes-turbulent-qc-has-champ-const-motcle-ref-nom-const-override)

has_champ#

Definition
bool Navier_Stokes_Turbulent_QC::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override
Brief description
Detailed description

Reimplements:

  • has_champ

References
  • Navier_Stokes_Turbulent::has_champ

  • has_champ

  • Navier_Stokes_std::milieu

  • rho_la_vitesse

Referenced By
  • get_champ

  • has_champ

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`bool Navier_Stokes_Turbulent_QC::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override <navier-stokes-turbulent-qc-public-bool-navier-stokes-turbulent-qc-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override>`
[bool Navier_Stokes_Turbulent_QC::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override](#navier-stokes-turbulent-qc-public-bool-navier-stokes-turbulent-qc-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override)

impr#

Definition
int Navier_Stokes_Turbulent_QC::impr(Sortie &) const override
Brief description

Effectue quelques impressions sur un flot de sortie: - maximum de div U.

Detailed description
  • terme convectif - terme diffusif - divergence-gradient

Reimplements:

  • impr

References
  • Navier_Stokes_std::impr

  • Navier_Stokes_Fluide_Dilatable_Proto::impr_impl

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Navier_Stokes_Turbulent_QC::impr(Sortie &) const override <navier-stokes-turbulent-qc-public-int-navier-stokes-turbulent-qc-impr-sortie-ref-const-override>`
[int Navier_Stokes_Turbulent_QC::impr(Sortie &) const override](#navier-stokes-turbulent-qc-public-int-navier-stokes-turbulent-qc-impr-sortie-ref-const-override)

imprimer#

Definition
void Navier_Stokes_Turbulent_QC::imprimer(Sortie &os) const override
Brief description

Imprime les operateurs de l’equation si le schema en temps indique que c’est necessaire.

Detailed description

[SI limpr() ALORS impr(os)]

Reimplements:

  • imprimer

References
  • Navier_Stokes_Turbulent::imprimer

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Navier_Stokes_Turbulent_QC::imprimer(Sortie &os) const override <navier-stokes-turbulent-qc-public-void-navier-stokes-turbulent-qc-imprimer-sortie-ref-os-const-override>`
[void Navier_Stokes_Turbulent_QC::imprimer(Sortie &os) const override](#navier-stokes-turbulent-qc-public-void-navier-stokes-turbulent-qc-imprimer-sortie-ref-os-const-override)

initTimeStep#

Definition
bool Navier_Stokes_Turbulent_QC::initTimeStep(double dt) override
Brief description

Allocation et initialisation de l’inconnue et des CLs jusqu’a present + dt.

Detailed description

Reimplements:

  • initTimeStep

References
  • Navier_Stokes_std::inconnue

  • Navier_Stokes_Turbulent::initTimeStep

  • Navier_Stokes_std::le_fluide

  • Fluide_Dilatable_base::rho_discvit

  • Navier_Stokes_Fluide_Dilatable_Proto::rho_la_vitesse_

  • Navier_Stokes_Fluide_Dilatable_Proto::rho_vitesse_impl

  • TRUST_Ref<_CLASSE_>::valeur

  • Champ_Inc_base::valeurs

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`bool Navier_Stokes_Turbulent_QC::initTimeStep(double dt) override <navier-stokes-turbulent-qc-public-bool-navier-stokes-turbulent-qc-inittimestep-double-dt-override>`
[bool Navier_Stokes_Turbulent_QC::initTimeStep(double dt) override](#navier-stokes-turbulent-qc-public-bool-navier-stokes-turbulent-qc-inittimestep-double-dt-override)

mettre_a_jour#

Definition
void Navier_Stokes_Turbulent_QC::mettre_a_jour(double) override
Brief description

appel Navier_Stokes_Turbulent::mettre_a_jour et Convection_Diffusion_Chaleur_Turbulent_QC::mettre_a_jour_modele

Detailed description

Reimplements:

  • mettre_a_jour

References
  • Navier_Stokes_Turbulent::mettre_a_jour

  • Equation_base::probleme

  • Objet_U::que_suis_je

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Navier_Stokes_Turbulent_QC::mettre_a_jour(double) override <navier-stokes-turbulent-qc-public-void-navier-stokes-turbulent-qc-mettre-a-jour-double-override>`
[void Navier_Stokes_Turbulent_QC::mettre_a_jour(double) override](#navier-stokes-turbulent-qc-public-void-navier-stokes-turbulent-qc-mettre-a-jour-double-override)

Navier_Stokes_Turbulent_QC#

Definition
Navier_Stokes_Turbulent_QC::Navier_Stokes_Turbulent_QC()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Navier_Stokes_Turbulent_QC::Navier_Stokes_Turbulent_QC() <navier-stokes-turbulent-qc-public-navier-stokes-turbulent-qc-navier-stokes-turbulent-qc>`
[Navier_Stokes_Turbulent_QC::Navier_Stokes_Turbulent_QC()](#navier-stokes-turbulent-qc-public-navier-stokes-turbulent-qc-navier-stokes-turbulent-qc)

preparer_calcul#

Definition
int Navier_Stokes_Turbulent_QC::preparer_calcul() override
Brief description

cf Equation_base::preparer_calcul() Assemblage du solveur pression et

Detailed description

initialisation de la pression.

Reimplements:

  • preparer_calcul

References
  • Navier_Stokes_Turbulent::preparer_calcul

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Navier_Stokes_Turbulent_QC::preparer_calcul() override <navier-stokes-turbulent-qc-public-int-navier-stokes-turbulent-qc-preparer-calcul-override>`
[int Navier_Stokes_Turbulent_QC::preparer_calcul() override](#navier-stokes-turbulent-qc-public-int-navier-stokes-turbulent-qc-preparer-calcul-override)

rho_la_vitesse#

Definition
const Champ_Inc_base & Navier_Stokes_Turbulent_QC::rho_la_vitesse() const override
Brief description
Detailed description

Reimplements:

  • rho_la_vitesse

References
  • Navier_Stokes_Fluide_Dilatable_Proto::rho_la_vitesse_

Referenced By
  • get_champ

  • has_champ

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Champ_Inc_base & Navier_Stokes_Turbulent_QC::rho_la_vitesse() const override <navier-stokes-turbulent-qc-public-const-champ-inc-base-ref-navier-stokes-turbulent-qc-rho-la-vitesse-const-override>`
[const Champ_Inc_base & Navier_Stokes_Turbulent_QC::rho_la_vitesse() const override](#navier-stokes-turbulent-qc-public-const-champ-inc-base-ref-navier-stokes-turbulent-qc-rho-la-vitesse-const-override)

taille_memoire#

Definition
unsigned Navier_Stokes_Turbulent_QC::taille_memoire() const override
Brief description
Detailed description

Reimplements:

  • taille_memoire

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`unsigned Navier_Stokes_Turbulent_QC::taille_memoire() const override <navier-stokes-turbulent-qc-public-unsigned-navier-stokes-turbulent-qc-taille-memoire-const-override>`
[unsigned Navier_Stokes_Turbulent_QC::taille_memoire() const override](#navier-stokes-turbulent-qc-public-unsigned-navier-stokes-turbulent-qc-taille-memoire-const-override)

~Navier_Stokes_Turbulent_QC#

Definition
Navier_Stokes_Turbulent_QC::~Navier_Stokes_Turbulent_QC()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Navier_Stokes_Turbulent_QC::~Navier_Stokes_Turbulent_QC() <navier-stokes-turbulent-qc-public-navier-stokes-turbulent-qc-dtor-navier-stokes-turbulent-qc>`
[Navier_Stokes_Turbulent_QC::~Navier_Stokes_Turbulent_QC()](#navier-stokes-turbulent-qc-public-navier-stokes-turbulent-qc-dtor-navier-stokes-turbulent-qc)

cree_instance#

Definition
Objet_U * Navier_Stokes_Turbulent_QC::cree_instance()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Objet_U * Navier_Stokes_Turbulent_QC::cree_instance() <navier-stokes-turbulent-qc-public-static-objet-u-ptr-navier-stokes-turbulent-qc-cree-instance>`
[Objet_U * Navier_Stokes_Turbulent_QC::cree_instance()](#navier-stokes-turbulent-qc-public-static-objet-u-ptr-navier-stokes-turbulent-qc-cree-instance)

info#

Definition
const Type_info * Navier_Stokes_Turbulent_QC::info()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Navier_Stokes_Turbulent_QC::info() <navier-stokes-turbulent-qc-public-static-const-type-info-ptr-navier-stokes-turbulent-qc-info>`
[const Type_info * Navier_Stokes_Turbulent_QC::info()](#navier-stokes-turbulent-qc-public-static-const-type-info-ptr-navier-stokes-turbulent-qc-info)

self_cast#

Definition
const Navier_Stokes_Turbulent_QC & Navier_Stokes_Turbulent_QC::self_cast(const Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Navier_Stokes_Turbulent_QC & Navier_Stokes_Turbulent_QC::self_cast(const Objet_U &) <navier-stokes-turbulent-qc-public-static-const-navier-stokes-turbulent-qc-ref-navier-stokes-turbulent-qc-self-cast-const-objet-u-ref>`
[const Navier_Stokes_Turbulent_QC & Navier_Stokes_Turbulent_QC::self_cast(const Objet_U &)](#navier-stokes-turbulent-qc-public-static-const-navier-stokes-turbulent-qc-ref-navier-stokes-turbulent-qc-self-cast-const-objet-u-ref)

self_cast#

Definition
Navier_Stokes_Turbulent_QC & Navier_Stokes_Turbulent_QC::self_cast(Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Navier_Stokes_Turbulent_QC & Navier_Stokes_Turbulent_QC::self_cast(Objet_U &) <navier-stokes-turbulent-qc-public-static-navier-stokes-turbulent-qc-ref-navier-stokes-turbulent-qc-self-cast-objet-u-ref>`
[Navier_Stokes_Turbulent_QC & Navier_Stokes_Turbulent_QC::self_cast(Objet_U &)](#navier-stokes-turbulent-qc-public-static-navier-stokes-turbulent-qc-ref-navier-stokes-turbulent-qc-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Navier_Stokes_Turbulent_QC::printOn(Sortie &x) const override
Brief description

Surcharge Objet_U::printOn Imprime l’equation et ses composants sur un flot de sortie.

Detailed description

Imprime le nom de l’equation, le solveur masse, les termes sources les conditions aux limites discretisees, les inconnues et les operateurs.

Reimplements:

  • printOn

References
  • Equation_base::printOn

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Sortie & Navier_Stokes_Turbulent_QC::printOn(Sortie &x) const override <navier-stokes-turbulent-qc-protected-sortie-ref-navier-stokes-turbulent-qc-printon-sortie-ref-x-const-override>`
[Sortie & Navier_Stokes_Turbulent_QC::printOn(Sortie &x) const override](#navier-stokes-turbulent-qc-protected-sortie-ref-navier-stokes-turbulent-qc-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Navier_Stokes_Turbulent_QC::readOn(Entree &) override
Brief description

Appel Equation_base::readOn(Entree& is) En sortie verifie que l’on a bien lu:

Detailed description
  • le terme diffusif, - le terme convectif, - le solveur en pression

Reimplements:

  • readOn

References
  • Navier_Stokes_std::divergence

  • Process::exit

  • Navier_Stokes_std::le_fluide

  • TRUST_Ref<_CLASSE_>::non_nul

  • Objet_U::que_suis_je

  • Navier_Stokes_Turbulent::readOn

  • Operateur::set_description

  • TRUST_Ref<_CLASSE_>::valeur

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Entree & Navier_Stokes_Turbulent_QC::readOn(Entree &) override <navier-stokes-turbulent-qc-protected-entree-ref-navier-stokes-turbulent-qc-readon-entree-ref-override>`
[Entree & Navier_Stokes_Turbulent_QC::readOn(Entree &) override](#navier-stokes-turbulent-qc-protected-entree-ref-navier-stokes-turbulent-qc-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Navier_Stokes_Turbulent_QC::info_obj
Contents
  • How to reference this class
  • Detailed description
  • Inherits from
  • List of Public Methods
  • List of Public Static Methods
  • List of Protected Methods
  • Complete Member Function Documentation
    • assembler
    • assembler_avec_inertie
    • completer
    • derivee_en_temps_inco
    • diffusivite_pour_transport
    • discretiser
    • duplique
    • get_champ
    • get_info
    • has_champ
    • has_champ
    • impr
    • imprimer
    • initTimeStep
    • mettre_a_jour
    • Navier_Stokes_Turbulent_QC
    • preparer_calcul
    • rho_la_vitesse
    • taille_memoire
    • ~Navier_Stokes_Turbulent_QC
    • cree_instance
    • info
    • self_cast
    • self_cast
    • printOn
    • readOn
  • Attributes Documentation

By The TrioCFD team

© Copyright 2025, CEA.