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

General class for thermal conductive quantities. More...

#include <QAPConductivity.h>

Inherits QuantitiesAddPhys.

Public Member Functions

 QAPConductivity (AddPhys *addPhys)
 
virtual ~QAPConductivity ()
 
virtual void computeQuantities (Cell *cell)
 Compute the needed quantities for the additional physic.
 
virtual void setGrad (const Coord &grad, const int &num=-1)
 Set the additional-physic gradient with the transmitted values.
 
virtual const CoordgetGrad (const int &num=-1) const
 Get the additional-physic gradient.
 
- Public Member Functions inherited from QuantitiesAddPhys
 QuantitiesAddPhys (AddPhys *addPhys)
 Generic model constructor.
 
virtual ~QuantitiesAddPhys ()
 
double computeEnergyAddPhys ()
 Compute and send back mass energy linked to the physic (0 if no linked energy)
 
virtual void setGradU (const Coord &)
 Set the gradient of the velocity along the x-direction with the transmitted values.
 
virtual void setGradV (const Coord &)
 Set the gradient of the velocity along the y-direction with the transmitted values.
 
virtual void setGradW (const Coord &)
 Set the gradient of the velocity along the z-direction with the transmitted values.
 
virtual void setGradTk (const int &, const Coord &)
 Set the gradient of the phase temperature with the transmitted values.
 
virtual Coord getGradU () const
 Return the gradient of the velocity along the x-direction.
 
virtual Coord getGradV () const
 Return the gradient of the velocity along the y-direction.
 
virtual Coord getGradW () const
 Return the gradient of the velocity along the z-direction.
 
virtual const CoordgetGradTk (const int &) const
 Return the gradient of the phase temperature.
 
AddPhysgetAddPhys ()
 Return the corresponding additional-physic class of this quantities class.
 

Protected Attributes

std::vector< Coordm_gradTk
 Vector of the temperature gradient of each phase of the cell.
 
- Protected Attributes inherited from QuantitiesAddPhys
AddPhysm_addPhys
 Corresponding additional-physic class of this quantities class.
 

Detailed Description

General class for thermal conductive quantities.

Constructor & Destructor Documentation

◆ QAPConductivity()

QAPConductivity::QAPConductivity ( AddPhys addPhys)

◆ ~QAPConductivity()

QAPConductivity::~QAPConductivity ( )
virtual

Member Function Documentation

◆ computeQuantities()

void QAPConductivity::computeQuantities ( Cell )
virtual

Compute the needed quantities for the additional physic.

Parameters
cellcorresponding cell

Reimplemented from QuantitiesAddPhys.

◆ getGrad()

virtual const Coord & QAPConductivity::getGrad ( const int &  = -1) const
inlinevirtual

Get the additional-physic gradient.

Parameters
numnumber to determine the corresponding gradient

Reimplemented from QuantitiesAddPhys.

◆ setGrad()

void QAPConductivity::setGrad ( const Coord ,
const int &  = -1 
)
virtual

Set the additional-physic gradient with the transmitted values.

Parameters
gradtransmitted gradient
numnumber to determine the corresponding gradient

Reimplemented from QuantitiesAddPhys.

Member Data Documentation

◆ m_gradTk

std::vector<Coord> QAPConductivity::m_gradTk
protected

Vector of the temperature gradient of each phase of the cell.


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