TrioCFD 1.9.9_beta
TrioCFD documentation
Loading...
Searching...
No Matches
Raccords_32_64< _SIZE_ > Class Template Reference

Class Raccords This represents a list of Raccord type objects. More...

#include <Raccords.h>

Inheritance diagram for Raccords_32_64< _SIZE_ >:
[legend]
Collaboration diagram for Raccords_32_64< _SIZE_ >:
[legend]

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.

Detailed Description

template<typename _SIZE_>
class Raccords_32_64< _SIZE_ >

Class Raccords This represents a list of Raccord type objects.

See also
Raccord

Definition at line 28 of file Raccords.h.

Member Typedef Documentation

◆ Domaine_t

template<typename _SIZE_>
using Raccords_32_64< _SIZE_ >::Domaine_t = Domaine_32_64<_SIZE_>

Definition at line 33 of file Raccords.h.

◆ int_t

template<typename _SIZE_>
using Raccords_32_64< _SIZE_ >::int_t = _SIZE_

Definition at line 32 of file Raccords.h.

Member Function Documentation

◆ associer_domaine()

template<typename _SIZE_>
void Raccords_32_64< _SIZE_ >::associer_domaine ( const Domaine_t & un_domaine)

Associates a domain with all connectors in the list.

Parameters
(Domaine&un_domaine) the domain to associate

Definition at line 31 of file Raccords.cpp.

◆ nb_faces() [1/2]

template<typename _SIZE_>
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).

Returns
(int) total number of faces of all Raccords_32_64 in the list

Definition at line 44 of file Raccords.cpp.

◆ nb_faces() [2/2]

template<typename _SIZE_>
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)

Parameters
(Type_Facetype) the type of faces to count
Returns
(int) number of faces of the specified type in the connector list

Definition at line 61 of file Raccords.cpp.

◆ nb_raccords()

template<typename _SIZE_>
int Raccords_32_64< _SIZE_ >::nb_raccords ( ) const
inline

Returns the number of connections contained in the list.

Definition at line 38 of file Raccords.h.


The documentation for this class was generated from the following files: