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

Contents

  • How to reference this class
  • Detailed description
  • Inherits from
  • Inherited by
  • List of Public Methods
  • List of Public Static Methods
  • List of Protected Methods
  • Complete Member Function Documentation
    • coefficient_frottement
    • coefficient_frottement
    • coefficient_frottement_grad
    • coefficient_frottement_grad
    • compatible_avec_eqn
    • get_info
    • Navier
    • ~Navier
    • info
    • self_cast
    • self_cast
    • printOn
    • readOn
  • Attributes Documentation

Navier#

#include <Navier.h>
Brief description

classe Navier Condition aux limites sur la vitesse de type “Navier” :

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 <class-navier>`
[Navier](#class-navier)

Detailed description#

  • composante normale de la vitesse nulle-composante tangentielle de la vitesse libre-contrainte imposee Exemples : Symetrie (contrainte nulle), Paroi_frottante (contrainte non nulle)

Inherits from#

  • public : Cond_lim_base

Inherited by#

  • public : Frottement_impose_base

  • public : Symetrie

List of Public Methods#

  • coefficient_frottement

  • coefficient_frottement

  • coefficient_frottement_grad

  • coefficient_frottement_grad

  • compatible_avec_eqn

  • get_info

  • Navier

  • ~Navier

List of Public Static Methods#

  • info

  • self_cast

  • self_cast

List of Protected Methods#

  • printOn

  • readOn

Complete Member Function Documentation#

coefficient_frottement#

Definition
virtual double Navier::coefficient_frottement(int) const
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:`virtual double Navier::coefficient_frottement(int) const <navier-public-virtual-double-navier-coefficient-frottement-int-const>`
[virtual double Navier::coefficient_frottement(int) const](#navier-public-virtual-double-navier-coefficient-frottement-int-const)

coefficient_frottement#

Definition
virtual double Navier::coefficient_frottement(int, int) const
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:`virtual double Navier::coefficient_frottement(int, int) const <navier-public-virtual-double-navier-coefficient-frottement-int-int-const>`
[virtual double Navier::coefficient_frottement(int, int) const](#navier-public-virtual-double-navier-coefficient-frottement-int-int-const)

coefficient_frottement_grad#

Definition
virtual double Navier::coefficient_frottement_grad(int) const
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:`virtual double Navier::coefficient_frottement_grad(int) const <navier-public-virtual-double-navier-coefficient-frottement-grad-int-const>`
[virtual double Navier::coefficient_frottement_grad(int) const](#navier-public-virtual-double-navier-coefficient-frottement-grad-int-const)

coefficient_frottement_grad#

Definition
virtual double Navier::coefficient_frottement_grad(int, int) const
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:`virtual double Navier::coefficient_frottement_grad(int, int) const <navier-public-virtual-double-navier-coefficient-frottement-grad-int-int-const>`
[virtual double Navier::coefficient_frottement_grad(int, int) const](#navier-public-virtual-double-navier-coefficient-frottement-grad-int-int-const)

compatible_avec_eqn#

Definition
int Navier::compatible_avec_eqn(const Equation_base &) const override
Brief description
Detailed description

Reimplements:

  • compatible_avec_eqn

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::compatible_avec_eqn(const Equation_base &) const override <navier-public-int-navier-compatible-avec-eqn-const-equation-base-ref-const-override>`
[int Navier::compatible_avec_eqn(const Equation_base &) const override](#navier-public-int-navier-compatible-avec-eqn-const-equation-base-ref-const-override)

get_info#

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

Navier#

Definition
Navier::Navier()
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::Navier() <navier-public-navier-navier>`
[Navier::Navier()](#navier-public-navier-navier)

~Navier#

Definition
Navier::~Navier() override
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::~Navier() override <navier-public-navier-dtor-navier-override>`
[Navier::~Navier() override](#navier-public-navier-dtor-navier-override)

info#

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

self_cast#

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

self_cast#

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

printOn#

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

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

Detailed description

Reimplements:

  • printOn

References
  • 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:`Sortie & Navier::printOn(Sortie &x) const override <navier-protected-sortie-ref-navier-printon-sortie-ref-x-const-override>`
[Sortie & Navier::printOn(Sortie &x) const override](#navier-protected-sortie-ref-navier-printon-sortie-ref-x-const-override)

readOn#

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

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

Detailed description

Reimplements:

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

Attributes Documentation#

info_obj (public)
const Type_info Navier::info_obj
Contents
  • How to reference this class
  • Detailed description
  • Inherits from
  • Inherited by
  • List of Public Methods
  • List of Public Static Methods
  • List of Protected Methods
  • Complete Member Function Documentation
    • coefficient_frottement
    • coefficient_frottement
    • coefficient_frottement_grad
    • coefficient_frottement_grad
    • compatible_avec_eqn
    • get_info
    • Navier
    • ~Navier
    • info
    • self_cast
    • self_cast
    • printOn
    • readOn
  • Attributes Documentation

By The TrioCFD team

© Copyright 2025, CEA.