|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
Class Raccords This represents a list of Raccord type objects. More...
#include <Raccords.h>
Public Types | |
| using | int_t = _SIZE_ |
| using | Domaine_t = Domaine_32_64<_SIZE_> |
Public Member Functions | |
| void | associer_domaine (const Domaine_t &) |
| Associates a domain with all connectors in the list. | |
| int_t | nb_faces () const |
| Returns the total number of faces of all Raccords_32_64 in the list. | |
| int | nb_raccords () const |
| Returns the number of connections contained in the list. | |
| int_t | nb_faces (Type_Face type) const |
| Returns the number of faces of the specified type contained in the connector list. | |
Class Raccords This represents a list of Raccord type objects.
Definition at line 28 of file Raccords.h.
| using Raccords_32_64< _SIZE_ >::Domaine_t = Domaine_32_64<_SIZE_> |
Definition at line 33 of file Raccords.h.
| using Raccords_32_64< _SIZE_ >::int_t = _SIZE_ |
Definition at line 32 of file Raccords.h.
| void Raccords_32_64< _SIZE_ >::associer_domaine | ( | const Domaine_t & | un_domaine | ) |
Associates a domain with all connectors in the list.
| (Domaine& | un_domaine) the domain to associate |
Definition at line 31 of file Raccords.cpp.
| Raccords_32_64< _SIZE_ >::int_t Raccords_32_64< _SIZE_ >::nb_faces | ( | ) | const |
Returns the total number of faces of all Raccords_32_64 in the list.
(the sum of the faces of all connectors in the list).
Definition at line 44 of file Raccords.cpp.
| Raccords_32_64< _SIZE_ >::int_t Raccords_32_64< _SIZE_ >::nb_faces | ( | Type_Face | type | ) | const |
Returns the number of faces of the specified type contained in the connector list.
(sum of faces of this type across all connectors in the list)
| (Type_Face | type) the type of faces to count |
Definition at line 61 of file Raccords.cpp.
|
inline |
Returns the number of connections contained in the list.
Definition at line 38 of file Raccords.h.