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_Aposteriori

Contents

  • How to reference this class
  • Detailed description
  • Inherits from
  • Inheritance graph
  • List of Public Methods
  • List of Public Static Methods
  • List of Protected Methods
  • List of Private Methods
  • Complete Member Function Documentation
    • creer_champ
    • discretiser
    • duplique
    • get_champ
    • get_champ_source
    • get_info
    • get_noms_champs_postraitables
    • has_champ
    • has_champ
    • Navier_Stokes_Aposteriori
    • taille_memoire
    • ~Navier_Stokes_Aposteriori
    • cree_instance
    • info
    • self_cast
    • self_cast
    • printOn
    • readOn
    • estimateur_aposteriori
  • Attributes Documentation

Navier_Stokes_Aposteriori#

#include <Navier_Stokes_Aposteriori.h>
Brief description

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\_Aposteriori <class-navier-stokes-aposteriori>`
[Navier\_Stokes\_Aposteriori](#class-navier-stokes-aposteriori)

Detailed description#

Inherits from#

  • public : Navier_Stokes_std

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classNavier__Stokes__Aposteriori__inherit__graph.png

List of Public Methods#

  • creer_champ

  • discretiser

  • duplique

  • get_champ

  • get_champ_source

  • get_info

  • get_noms_champs_postraitables

  • has_champ

  • has_champ

  • Navier_Stokes_Aposteriori

  • taille_memoire

  • ~Navier_Stokes_Aposteriori

List of Public Static Methods#

  • cree_instance

  • info

  • self_cast

  • self_cast

List of Protected Methods#

  • printOn

  • readOn

List of Private Methods#

  • estimateur_aposteriori

Complete Member Function Documentation#

creer_champ#

Definition
void Navier_Stokes_Aposteriori::creer_champ(const Motcle &motlu) override
Brief description
Detailed description

Reimplements:

  • creer_champ

References
  • Champs_compris_T<FIELD_TYPE>::ajoute_champ

  • Equation_base::champs_compris_

  • Champ_Post_Operateur_Eqn::completer

  • Navier_Stokes_std::creer_champ

  • Probleme_U::le_nom

  • Objet_U_ptr::non_nul

  • Equation_base::probleme

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_Aposteriori::creer_champ(const Motcle &motlu) override <navier-stokes-aposteriori-public-void-navier-stokes-aposteriori-creer-champ-const-motcle-ref-motlu-override>`
[void Navier_Stokes_Aposteriori::creer_champ(const Motcle &motlu) override](#navier-stokes-aposteriori-public-void-navier-stokes-aposteriori-creer-champ-const-motcle-ref-motlu-override)

discretiser#

Definition
void Navier_Stokes_Aposteriori::discretiser() override
Brief description

Dicretise l’equation.

Detailed description

Reimplements:

  • discretiser

References
  • Equation_base::discretisation

  • Navier_Stokes_std::discretiser

  • Process::exit

  • 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_Aposteriori::discretiser() override <navier-stokes-aposteriori-public-void-navier-stokes-aposteriori-discretiser-override>`
[void Navier_Stokes_Aposteriori::discretiser() override](#navier-stokes-aposteriori-public-void-navier-stokes-aposteriori-discretiser-override)

duplique#

Definition
int Navier_Stokes_Aposteriori::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_Aposteriori::duplique() const override <navier-stokes-aposteriori-public-int-navier-stokes-aposteriori-duplique-const-override>`
[int Navier_Stokes_Aposteriori::duplique() const override](#navier-stokes-aposteriori-public-int-navier-stokes-aposteriori-duplique-const-override)

get_champ#

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

Reimplements:

  • get_champ

References
  • Equation_base::champs_compris_

  • Champs_compris_T<FIELD_TYPE>::get_champ

  • Navier_Stokes_std::get_champ

  • Navier_Stokes_std::la_vitesse

  • Champ_Fonc_base::mettre_a_jour

  • MorEqn::mon_equation_non_nul

  • Equation_base::schema_temps

  • Champ_base::temps

  • Schema_Temps_base::temps_init

  • TRUST_Deriv<_CLASSE_>::valeur

Referenced By
  • 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_base & Navier_Stokes_Aposteriori::get_champ(const Motcle &nom) const override <navier-stokes-aposteriori-public-const-champ-base-ref-navier-stokes-aposteriori-get-champ-const-motcle-ref-nom-const-override>`
[const Champ_base & Navier_Stokes_Aposteriori::get_champ(const Motcle &nom) const override](#navier-stokes-aposteriori-public-const-champ-base-ref-navier-stokes-aposteriori-get-champ-const-motcle-ref-nom-const-override)

get_champ_source#

Definition
Champ_Post_Operateur_Eqn & Navier_Stokes_Aposteriori::get_champ_source()
Brief description
Detailed description
Referenced By
  • Estimateur_Aposteriori_P0_VEF::mettre_a_jour

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:`Champ_Post_Operateur_Eqn & Navier_Stokes_Aposteriori::get_champ_source() <navier-stokes-aposteriori-public-champ-post-operateur-eqn-ref-navier-stokes-aposteriori-get-champ-source>`
[Champ_Post_Operateur_Eqn & Navier_Stokes_Aposteriori::get_champ_source()](#navier-stokes-aposteriori-public-champ-post-operateur-eqn-ref-navier-stokes-aposteriori-get-champ-source)

get_info#

Definition
const Type_info * Navier_Stokes_Aposteriori::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_Aposteriori::get_info() const override <navier-stokes-aposteriori-public-const-type-info-ptr-navier-stokes-aposteriori-get-info-const-override>`
[const Type_info * Navier_Stokes_Aposteriori::get_info() const override](#navier-stokes-aposteriori-public-const-type-info-ptr-navier-stokes-aposteriori-get-info-const-override)

get_noms_champs_postraitables#

Definition
void Navier_Stokes_Aposteriori::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
Brief description
Detailed description

Reimplements:

  • get_noms_champs_postraitables

References
  • TRUST_Vector<_CLASSE_>::add

  • Equation_base::champs_compris_

  • Navier_Stokes_std::get_noms_champs_postraitables

  • Champs_compris_T<FIELD_TYPE>::liste_noms_compris

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_Aposteriori::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override <navier-stokes-aposteriori-public-void-navier-stokes-aposteriori-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override>`
[void Navier_Stokes_Aposteriori::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override](#navier-stokes-aposteriori-public-void-navier-stokes-aposteriori-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override)

has_champ#

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

Reimplements:

  • has_champ

References
  • Navier_Stokes_std::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_Aposteriori::has_champ(const Motcle &nom) const override <navier-stokes-aposteriori-public-bool-navier-stokes-aposteriori-has-champ-const-motcle-ref-nom-const-override>`
[bool Navier_Stokes_Aposteriori::has_champ(const Motcle &nom) const override](#navier-stokes-aposteriori-public-bool-navier-stokes-aposteriori-has-champ-const-motcle-ref-nom-const-override)

has_champ#

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

Reimplements:

  • has_champ

References
  • get_champ

  • Navier_Stokes_std::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_Aposteriori::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override <navier-stokes-aposteriori-public-bool-navier-stokes-aposteriori-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override>`
[bool Navier_Stokes_Aposteriori::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override](#navier-stokes-aposteriori-public-bool-navier-stokes-aposteriori-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override)

Navier_Stokes_Aposteriori#

Definition
Navier_Stokes_Aposteriori::Navier_Stokes_Aposteriori()
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_Aposteriori::Navier_Stokes_Aposteriori() <navier-stokes-aposteriori-public-navier-stokes-aposteriori-navier-stokes-aposteriori>`
[Navier_Stokes_Aposteriori::Navier_Stokes_Aposteriori()](#navier-stokes-aposteriori-public-navier-stokes-aposteriori-navier-stokes-aposteriori)

taille_memoire#

Definition
unsigned Navier_Stokes_Aposteriori::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_Aposteriori::taille_memoire() const override <navier-stokes-aposteriori-public-unsigned-navier-stokes-aposteriori-taille-memoire-const-override>`
[unsigned Navier_Stokes_Aposteriori::taille_memoire() const override](#navier-stokes-aposteriori-public-unsigned-navier-stokes-aposteriori-taille-memoire-const-override)

~Navier_Stokes_Aposteriori#

Definition
Navier_Stokes_Aposteriori::~Navier_Stokes_Aposteriori()
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_Aposteriori::~Navier_Stokes_Aposteriori() <navier-stokes-aposteriori-public-navier-stokes-aposteriori-dtor-navier-stokes-aposteriori>`
[Navier_Stokes_Aposteriori::~Navier_Stokes_Aposteriori()](#navier-stokes-aposteriori-public-navier-stokes-aposteriori-dtor-navier-stokes-aposteriori)

cree_instance#

Definition
Objet_U * Navier_Stokes_Aposteriori::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_Aposteriori::cree_instance() <navier-stokes-aposteriori-public-static-objet-u-ptr-navier-stokes-aposteriori-cree-instance>`
[Objet_U * Navier_Stokes_Aposteriori::cree_instance()](#navier-stokes-aposteriori-public-static-objet-u-ptr-navier-stokes-aposteriori-cree-instance)

info#

Definition
const Type_info * Navier_Stokes_Aposteriori::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_Aposteriori::info() <navier-stokes-aposteriori-public-static-const-type-info-ptr-navier-stokes-aposteriori-info>`
[const Type_info * Navier_Stokes_Aposteriori::info()](#navier-stokes-aposteriori-public-static-const-type-info-ptr-navier-stokes-aposteriori-info)

self_cast#

Definition
const Navier_Stokes_Aposteriori & Navier_Stokes_Aposteriori::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_Aposteriori & Navier_Stokes_Aposteriori::self_cast(const Objet_U &) <navier-stokes-aposteriori-public-static-const-navier-stokes-aposteriori-ref-navier-stokes-aposteriori-self-cast-const-objet-u-ref>`
[const Navier_Stokes_Aposteriori & Navier_Stokes_Aposteriori::self_cast(const Objet_U &)](#navier-stokes-aposteriori-public-static-const-navier-stokes-aposteriori-ref-navier-stokes-aposteriori-self-cast-const-objet-u-ref)

self_cast#

Definition
Navier_Stokes_Aposteriori & Navier_Stokes_Aposteriori::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_Aposteriori & Navier_Stokes_Aposteriori::self_cast(Objet_U &) <navier-stokes-aposteriori-public-static-navier-stokes-aposteriori-ref-navier-stokes-aposteriori-self-cast-objet-u-ref>`
[Navier_Stokes_Aposteriori & Navier_Stokes_Aposteriori::self_cast(Objet_U &)](#navier-stokes-aposteriori-public-static-navier-stokes-aposteriori-ref-navier-stokes-aposteriori-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Navier_Stokes_Aposteriori::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
  • Navier_Stokes_std::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_Aposteriori::printOn(Sortie &x) const override <navier-stokes-aposteriori-protected-sortie-ref-navier-stokes-aposteriori-printon-sortie-ref-x-const-override>`
[Sortie & Navier_Stokes_Aposteriori::printOn(Sortie &x) const override](#navier-stokes-aposteriori-protected-sortie-ref-navier-stokes-aposteriori-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Navier_Stokes_Aposteriori::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::readOn

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_Aposteriori::readOn(Entree &) override <navier-stokes-aposteriori-protected-entree-ref-navier-stokes-aposteriori-readon-entree-ref-override>`
[Entree & Navier_Stokes_Aposteriori::readOn(Entree &) override](#navier-stokes-aposteriori-protected-entree-ref-navier-stokes-aposteriori-readon-entree-ref-override)

estimateur_aposteriori#

Definition
void Navier_Stokes_Aposteriori::estimateur_aposteriori()
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:`void Navier_Stokes_Aposteriori::estimateur_aposteriori() <navier-stokes-aposteriori-private-void-navier-stokes-aposteriori-estimateur-aposteriori>`
[void Navier_Stokes_Aposteriori::estimateur_aposteriori()](#navier-stokes-aposteriori-private-void-navier-stokes-aposteriori-estimateur-aposteriori)

Attributes Documentation#

info_obj (public)
const Type_info Navier_Stokes_Aposteriori::info_obj
champ_src_ (private)
Champ_Post_Operateur_Eqn Navier_Stokes_Aposteriori::champ_src_
estimateur_aposteriori_ (private)
TRUST_Deriv<Champ_Fonc_base> Navier_Stokes_Aposteriori::estimateur_aposteriori_
Contents
  • How to reference this class
  • Detailed description
  • Inherits from
  • Inheritance graph
  • List of Public Methods
  • List of Public Static Methods
  • List of Protected Methods
  • List of Private Methods
  • Complete Member Function Documentation
    • creer_champ
    • discretiser
    • duplique
    • get_champ
    • get_champ_source
    • get_info
    • get_noms_champs_postraitables
    • has_champ
    • has_champ
    • Navier_Stokes_Aposteriori
    • taille_memoire
    • ~Navier_Stokes_Aposteriori
    • cree_instance
    • info
    • self_cast
    • self_cast
    • printOn
    • readOn
    • estimateur_aposteriori
  • Attributes Documentation

By The TrioCFD team

© Copyright 2025, CEA.