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

Classe Perte_Charge This class represents a pressure drop term that is introduced. More...

#include <Perte_Charge.h>

Inheritance diagram for Perte_Charge:
[legend]

Public Member Functions

int direction_perte_charge () const
 Returns the pressure drop direction.

Protected Attributes

int direction_perte_charge_

Detailed Description

Classe Perte_Charge This class represents a pressure drop term that is introduced.

in the Navier-Stokes equations to model the presence of a certain type of obstacle in the flow. The notion of pressure drop is used for obstacles on which friction is not computed (obstacles internal to cells, or grids for example). An object of type Perte_Charge applies in a single spatial direction (direction_perte_charge() >= 0) or in all directions (direction_perte_charge() == -1).

See also
Does not derive from Objet_U

Definition at line 33 of file Perte_Charge.h.

Member Function Documentation

◆ direction_perte_charge()

int Perte_Charge::direction_perte_charge ( ) const
inline

Returns the pressure drop direction.

Returns the pressure drop direction (X, Y or Z), or -1 for all directions.

Returns
(int) the pressure drop direction

Definition at line 51 of file Perte_Charge.h.

Member Data Documentation

◆ direction_perte_charge_

int Perte_Charge::direction_perte_charge_
protected

Definition at line 42 of file Perte_Charge.h.


The documentation for this class was generated from the following file:
  • /home/docs/trust-code/src/ThHyd/Incompressible/Sources/Perte_Charge.h