Class describing geometrical domain for the entire geometry with particularities involved. Need to be recompiled after each changement of the particularities.
More...
#include <GDEntireDomainWithParticularities.h>
Inherits GeometricalDomain.
Class describing geometrical domain for the entire geometry with particularities involved. Need to be recompiled after each changement of the particularities.
◆ GDEntireDomainWithParticularities()
GDEntireDomainWithParticularities::GDEntireDomainWithParticularities |
( |
std::string |
name, |
|
|
std::vector< Phase * > |
vecPhases, |
|
|
Mixture * |
mixture, |
|
|
std::vector< Transport > |
vecTransports, |
|
|
const int & |
physicalEntity |
|
) |
| |
Geometrical constructor for the entire geometrical domain with particularities involved.
- 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) |
◆ ~GDEntireDomainWithParticularities()
GDEntireDomainWithParticularities::~GDEntireDomainWithParticularities |
( |
| ) |
|
|
virtual |
◆ belong()
bool GDEntireDomainWithParticularities::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.
◆ fillIn()
void GDEntireDomainWithParticularities::fillIn |
( |
Cell * |
cell | ) |
const |
|
virtual |
Method to fill in the cell data with the ones of the corresponding domain.
- Parameters
-
Reimplemented from GeometricalDomain.
The documentation for this class was generated from the following files: