Class describing geometrical domain for the entire geometry.
More...
#include <GDEntireDomain.h>
Inherits GeometricalDomain.
Class describing geometrical domain for the entire geometry.
◆ GDEntireDomain()
GDEntireDomain::GDEntireDomain |
( |
std::string |
name, |
|
|
std::vector< Phase * > |
vecPhases, |
|
|
Mixture * |
mixture, |
|
|
std::vector< Transport > |
vecTransports, |
|
|
const int & |
physicalEntity |
|
) |
| |
Geometrical constructor for the entire geometrical domain.
- Parameters
-
vecPhases | Phases vector variables to copy in geometrical domain |
mixture | Mixture variables to copy in geometrical domain |
vecTransports | Transports vector varaiables to copy in geometrical domain |
physicalEntity | physical entity number relative to mesh generation (see mesh tool) |
◆ ~GDEntireDomain()
GDEntireDomain::~GDEntireDomain |
( |
| ) |
|
|
virtual |
◆ belong()
bool GDEntireDomain::belong |
( |
Coord & |
, |
|
|
const int & |
|
|
) |
| const |
|
virtual |
Method to verify inclusion of a vertex in geometrical domain.
- Parameters
-
posElement | Point coordinates |
lvl | Level of the cell |
- Returns
- True if the vertex belongs to geometrical domain
Implements GeometricalDomain.
The documentation for this class was generated from the following files: