|
| CellInterfaceO2NS () |
|
virtual | ~CellInterfaceO2NS () |
|
virtual void | solveRiemann (double &dtMax, Limiter &, Limiter &, Limiter &, Limiter &, Prim type=vecPhases) |
|
| 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 | computeSlopes (Prim=vecPhases) |
|
virtual Phase * | getSlopesPhase (const int &) const |
|
virtual Mixture * | getSlopesMixture () const |
|
virtual Transport * | getSlopesTransport (const int &) const |
|
virtual void | creerCellInterfaceChild () |
|
virtual void | creerCellInterfaceChildInterne (const int &, std::vector< 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) |
|
Face * | getFace () |
|
Model * | getMod () const |
|
Cell * | getCellLeft () const |
|
Cell * | getCellRight () const |
|
virtual const int & | getNumPhys () const |
|
virtual double | getBoundData (VarBoundary) const |
|
virtual double | getBoundaryHeatQuantity () const |
|
virtual Coord & | getWallRotationalVelocityMRF () |
| 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 |
|
CellInterface * | getCellInterfaceChild (const int &numChild) |
|
CellInterface * | getCellInterfaceChildBack () |
|
void | updatePointersInternalCellInterfaces () |
|