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_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
    • completer
    • duplique
    • get_info
    • impr
    • Navier_Stokes_QC
    • taille_memoire
    • ~Navier_Stokes_QC
    • cree_instance
    • info
    • self_cast
    • self_cast
    • printOn
    • readOn
  • Attributes Documentation

Navier_Stokes_QC#

#include <Navier_Stokes_QC.h>
Brief description

classe Navier_Stokes_QC Cette classe porte les termes de l’equation de la dynamique

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

Detailed description#

pour un fluide sans modelisation de la turbulence. On suppose l’hypothese de fluide quasi compressible. Sous ces hypotheses, on utilise la forme suivante des equations de Navier_Stokes: DU/dt = div(terme visqueux) - gradP/rho + sources/rho div U = W avec DU/dt : derivee particulaire de la vitesse rho : masse volumique Rq : l’implementation de la classe permet bien sur de negliger certains termes de l’equation (le terme visqueux, le terme convectif, tel ou tel terme source). L’inconnue est le champ de vitesse.

Inherits from#

  • public : Navier_Stokes_Fluide_Dilatable_base

List of Public Methods#

  • completer

  • duplique

  • get_info

  • impr

  • Navier_Stokes_QC

  • taille_memoire

  • ~Navier_Stokes_QC

List of Public Static Methods#

  • cree_instance

  • info

  • self_cast

  • self_cast

List of Protected Methods#

  • printOn

  • readOn

Complete Member Function Documentation#

completer#

Definition
void Navier_Stokes_QC::completer() override
Brief description

Complete l’equation base, associe la pression a l’equation,.

Detailed description

complete la divergence, le gradient et le solveur pression. Ajout de 2 termes sources: l’un representant la force centrifuge dans le cas axi - symetrique,l’autre intervenant dans la resolution en 2D axisymetrique

Reimplements:

  • completer

References
  • TRUST_List<_CLASSE_>::add

  • Navier_Stokes_Fluide_Dilatable_base::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_QC::completer() override <navier-stokes-qc-public-void-navier-stokes-qc-completer-override>`
[void Navier_Stokes_QC::completer() override](#navier-stokes-qc-public-void-navier-stokes-qc-completer-override)

duplique#

Definition
int Navier_Stokes_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_QC::duplique() const override <navier-stokes-qc-public-int-navier-stokes-qc-duplique-const-override>`
[int Navier_Stokes_QC::duplique() const override](#navier-stokes-qc-public-int-navier-stokes-qc-duplique-const-override)

get_info#

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

impr#

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

Imprime les operateurs de l’equation sur un flot de sortie, de facon inconditionnelle.

Detailed description

appelle Operateur_base::impr(os)

Reimplements:

  • impr

References
  • Navier_Stokes_Fluide_Dilatable_base::impr

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_QC::impr(Sortie &os) const override <navier-stokes-qc-public-int-navier-stokes-qc-impr-sortie-ref-os-const-override>`
[int Navier_Stokes_QC::impr(Sortie &os) const override](#navier-stokes-qc-public-int-navier-stokes-qc-impr-sortie-ref-os-const-override)

Navier_Stokes_QC#

Definition
Navier_Stokes_QC::Navier_Stokes_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_QC::Navier_Stokes_QC() <navier-stokes-qc-public-navier-stokes-qc-navier-stokes-qc>`
[Navier_Stokes_QC::Navier_Stokes_QC()](#navier-stokes-qc-public-navier-stokes-qc-navier-stokes-qc)

taille_memoire#

Definition
unsigned Navier_Stokes_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_QC::taille_memoire() const override <navier-stokes-qc-public-unsigned-navier-stokes-qc-taille-memoire-const-override>`
[unsigned Navier_Stokes_QC::taille_memoire() const override](#navier-stokes-qc-public-unsigned-navier-stokes-qc-taille-memoire-const-override)

~Navier_Stokes_QC#

Definition
Navier_Stokes_QC::~Navier_Stokes_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_QC::~Navier_Stokes_QC() <navier-stokes-qc-public-navier-stokes-qc-dtor-navier-stokes-qc>`
[Navier_Stokes_QC::~Navier_Stokes_QC()](#navier-stokes-qc-public-navier-stokes-qc-dtor-navier-stokes-qc)

cree_instance#

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

info#

Definition
const Type_info * Navier_Stokes_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_QC::info() <navier-stokes-qc-public-static-const-type-info-ptr-navier-stokes-qc-info>`
[const Type_info * Navier_Stokes_QC::info()](#navier-stokes-qc-public-static-const-type-info-ptr-navier-stokes-qc-info)

self_cast#

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

self_cast#

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

printOn#

Definition
Sortie & Navier_Stokes_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
  • Navier_Stokes_Fluide_Dilatable_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_QC::printOn(Sortie &x) const override <navier-stokes-qc-protected-sortie-ref-navier-stokes-qc-printon-sortie-ref-x-const-override>`
[Sortie & Navier_Stokes_QC::printOn(Sortie &x) const override](#navier-stokes-qc-protected-sortie-ref-navier-stokes-qc-printon-sortie-ref-x-const-override)

readOn#

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

Lecture d’une equation sur un flot d’entree.

Detailed description

Le format est le suivant: { [ Source { [sou_1], [sour_2], …} ] Conditions_limites { [cl_1] [cl_2] … } Conditions_initiales { [cl_init] } }

Reimplements:

  • readOn

References
  • Process::exit

  • Navier_Stokes_std::le_fluide

  • TRUST_Ref<_CLASSE_>::non_nul

  • Navier_Stokes_Fluide_Dilatable_base::readOn

  • 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_QC::readOn(Entree &) override <navier-stokes-qc-protected-entree-ref-navier-stokes-qc-readon-entree-ref-override>`
[Entree & Navier_Stokes_QC::readOn(Entree &) override](#navier-stokes-qc-protected-entree-ref-navier-stokes-qc-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Navier_Stokes_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
    • completer
    • duplique
    • get_info
    • impr
    • Navier_Stokes_QC
    • taille_memoire
    • ~Navier_Stokes_QC
    • cree_instance
    • info
    • self_cast
    • self_cast
    • printOn
    • readOn
  • Attributes Documentation

By The TrioCFD team

© Copyright 2025, CEA.