|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
Classe Perte_Charge This class represents a pressure drop term that is introduced. More...
#include <Perte_Charge.h>
Public Member Functions | |
| int | direction_perte_charge () const |
| Returns the pressure drop direction. | |
Protected Attributes | |
| int | direction_perte_charge_ |
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).
Definition at line 33 of file Perte_Charge.h.
|
inline |
Returns the pressure drop direction.
Returns the pressure drop direction (X, Y or Z), or -1 for all directions.
Definition at line 51 of file Perte_Charge.h.
|
protected |
Definition at line 42 of file Perte_Charge.h.