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

#include <CellInterfaceO2.h>

Inherits CellInterface.

Inherited by CellInterfaceO2Cartesian, and CellInterfaceO2NS.

Public Member Functions

 CellInterfaceO2 ()
 
 CellInterfaceO2 (int lvl)
 
virtual ~CellInterfaceO2 ()
 
virtual void allocateSlopes (int &allocateSlopeLocal)
 
virtual void computeFlux (double &dtMax, Limiter &globalLimiter, Limiter &interfaceLimiter, Limiter &globalVolumeFractionLimiter, Limiter &interfaceVolumeFractionLimiter, Prim type=vecPhases)
 
virtual void solveRiemann (double &, Limiter &, Limiter &, Limiter &, Limiter &, Prim=vecPhases)=0
 
virtual void computeSlopes (Prim=vecPhases)
 
virtual PhasegetSlopesPhase (const int &) const
 
virtual MixturegetSlopesMixture () const
 
virtual TransportgetSlopesTransport (const int &) const
 
virtual void creerCellInterfaceChild ()
 
virtual void creerCellInterfaceChildInterne (const int &, std::vector< CellInterface * > *)
 
- Public Member Functions inherited from CellInterface
 CellInterface ()
 
 CellInterface (const int &lvl)
 
virtual ~CellInterface ()
 
void setFace (Face *face)
 
virtual void computeFluxAddPhys (AddPhys &addPhys)
 
virtual void initialize (Cell *cellLeft, Cell *cellRight)
 
void initializeGauche (Cell *cellLeft)
 
virtual void initializeDroite (Cell *cellRight)
 
virtual void addFlux (const double &coefAMR)
 
void subtractFlux (const double &coefAMR)
 
void addFluxRotatingRegion ()
 
void substractFluxRotatingRegion ()
 
double distance (Cell *c)
 
virtual int whoAmI () const
 
virtual int whoAmIHeat () const
 
virtual bool isMRFWall () const
 Returns heat boundary type for wall (see BoundCondWall.h)
 
virtual void checkMrfInterface (Source *sourceMRF)
 
void solveRiemannMRF (double &dtMax)
 
FacegetFace ()
 
ModelgetMod () const
 
CellgetCellLeft () const
 
CellgetCellRight () const
 
virtual const int & getNumPhys () const
 
virtual double getBoundData (VarBoundary) const
 
virtual double getBoundaryHeatQuantity () const
 
virtual CoordgetWallRotationalVelocityMRF ()
 Returns imposed heat quantity on the wall, could be temperature or flux density (see BounCondWall.h)
 
virtual void computeXi (const double &criteriaVar, const bool &varRho, const bool &varP, const bool &varU, const bool &varAlpha)
 
void computeCritereAMR (const double &criteriaVar, Variable nameVariable, int num=0)
 
virtual void computeFluxXi ()
 
void creerFaceChild (CellInterface *cellInterfaceParent)
 
virtual void raffineCellInterfaceExterne (const int &nbCellsY, const int &nbCellsZ, const double &dXParent, const double &dYParent, const double &dZParent, Cell *cellRef, const int &dim)
 
virtual void deraffineCellInterfaceExterne (Cell *cellRef)
 
void deraffineCellInterfacesChildren ()
 
void constructionArrayExternalCellInterfacesLvl (std::vector< CellInterface * > *cellInterfacesLvl)
 
bool getSplit () const
 
const int & getLvl () const
 
int getNumberCellInterfacesChildren () const
 
CellInterfacegetCellInterfaceChild (const int &numChild)
 
CellInterfacegetCellInterfaceChildBack ()
 
void updatePointersInternalCellInterfaces ()
 

Additional Inherited Members

- Protected Attributes inherited from CellInterface
Cellm_cellLeft
 
Cellm_cellRight
 
Facem_face
 
int m_lvl
 
std::vector< CellInterface * > m_cellInterfacesChildren
 
bool m_mrfInterface
 
bool m_mrfStaticRegionIsLeft
 
Coord m_omega
 

Constructor & Destructor Documentation

◆ CellInterfaceO2() [1/2]

CellInterfaceO2::CellInterfaceO2 ( )

◆ CellInterfaceO2() [2/2]

CellInterfaceO2::CellInterfaceO2 ( int  lvl)

◆ ~CellInterfaceO2()

CellInterfaceO2::~CellInterfaceO2 ( )
virtual

Member Function Documentation

◆ allocateSlopes()

void CellInterfaceO2::allocateSlopes ( int &  allocateSlopeLocal)
virtual

Reimplemented from CellInterface.

Reimplemented in CellInterfaceO2Cartesian.

◆ computeFlux()

void CellInterfaceO2::computeFlux ( double &  dtMax,
Limiter globalLimiter,
Limiter interfaceLimiter,
Limiter globalVolumeFractionLimiter,
Limiter interfaceVolumeFractionLimiter,
Prim  type = vecPhases 
)
virtual

Specific Riemann problem for 2nd order

Reimplemented from CellInterface.

◆ computeSlopes()

virtual void CellInterfaceO2::computeSlopes ( Prim  = vecPhases)
inlinevirtual

Ne fait rien pour des cell interfaces ordre 1

Reimplemented from CellInterface.

Reimplemented in CellInterfaceO2Cartesian.

◆ creerCellInterfaceChild()

virtual void CellInterfaceO2::creerCellInterfaceChild ( )
inlinevirtual

Creer un child cell interface (non initialize)

Reimplemented from CellInterface.

Reimplemented in CellInterfaceO2Cartesian.

◆ creerCellInterfaceChildInterne()

virtual void CellInterfaceO2::creerCellInterfaceChildInterne ( const int &  ,
std::vector< CellInterface * > *   
)
inlinevirtual

Creer un child cell interface (non initialize)

Reimplemented from CellInterface.

Reimplemented in CellInterfaceO2Cartesian.

◆ getSlopesMixture()

virtual Mixture * CellInterfaceO2::getSlopesMixture ( ) const
inlinevirtual

Ne fait rien pour des cell interfaces ordre 1

Reimplemented from CellInterface.

Reimplemented in CellInterfaceO2Cartesian.

◆ getSlopesPhase()

virtual Phase * CellInterfaceO2::getSlopesPhase ( const int &  ) const
inlinevirtual

Ne fait rien pour des cell interfaces ordre 1

Reimplemented from CellInterface.

Reimplemented in CellInterfaceO2Cartesian.

◆ getSlopesTransport()

virtual Transport * CellInterfaceO2::getSlopesTransport ( const int &  ) const
inlinevirtual

Ne fait rien pour des cell interfaces ordre 1

Reimplemented from CellInterface.

Reimplemented in CellInterfaceO2Cartesian.

◆ solveRiemann()

virtual void CellInterfaceO2::solveRiemann ( double &  ,
Limiter ,
Limiter ,
Limiter ,
Limiter ,
Prim  = vecPhases 
)
pure virtual

Reimplemented from CellInterface.

Implemented in CellInterfaceO2NS, and CellInterfaceO2Cartesian.


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