ECOGEN 4.0
Evolutive, Compressible, Open, Genuine, Easy, N-phase
Loading...
Searching...
No Matches
GDEntireDomainWithParticularities Class Reference

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.

Public Member Functions

 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.
 
virtual ~GDEntireDomainWithParticularities ()
 
virtual bool belong (Coord &, const int &) const
 Method to verify inclusion of a vertex in geometrical domain.
 
virtual void fillIn (Cell *cell) const
 Method to fill in the cell data with the ones of the corresponding domain.
 
- Public Member Functions inherited from GeometricalDomain
 GeometricalDomain (std::string name, std::vector< Phase * > vecPhases, Mixture *mixture, std::vector< Transport > vecTransports, const int &physicalEntity)
 Generic geometrical constructor.
 
virtual ~GeometricalDomain ()
 
const std::string & getName ()
 
const int & getPhysicalEntity ()
 

Additional Inherited Members

- Protected Attributes inherited from GeometricalDomain
std::string m_name
 Geometrical domain name.
 
Phase ** m_vecPhases
 Phases variable vector.
 
Mixturem_mixture
 Mixture variables.
 
Transportm_vecTransports
 Transport variables vector.
 
int m_physicalEntity
 Physical entity number (see mesh software and mesh file)
 

Detailed Description

Class describing geometrical domain for the entire geometry with particularities involved. Need to be recompiled after each changement of the particularities.

Constructor & Destructor Documentation

◆ 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
vecPhasesPhases vector variables to copy in geometrical domain
mixtureMixture variables to copy in geometrical domain
vecTransportsTransports vector varaiables to copy in geometrical domain
physicalEntityphysical entity number relative to mesh generation (see mesh tool)

◆ ~GDEntireDomainWithParticularities()

GDEntireDomainWithParticularities::~GDEntireDomainWithParticularities ( )
virtual

Member Function Documentation

◆ belong()

bool GDEntireDomainWithParticularities::belong ( Coord ,
const int &   
) const
virtual

Method to verify inclusion of a vertex in geometrical domain.

Parameters
posElementPoint coordinates
lvlLevel 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
cellCell

Reimplemented from GeometricalDomain.


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