Base class for wall transmissivity models.
More...
|
| | TypeName ("wallTransmissivityModel") |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (autoPtr, wallTransmissivityModel, dictionary,(const dictionary &dict, const polyPatch &pp),(dict, pp)) |
| |
| | wallTransmissivityModel (const dictionary &dict, const polyPatch &pp) |
| | Construct from components. More...
|
| |
| virtual | ~wallTransmissivityModel ()=default |
| | Destructor. More...
|
| |
| virtual tmp< scalarField > | t (const label bandI=0, vectorField *incomingDirection=nullptr, scalarField *T=nullptr) const =0 |
| | Return transmissivity. More...
|
| |
| virtual scalar | t (const label faceI, const label bandI=0, const vector dir=Zero, const scalar T=0) const =0 |
| | Return transmissivity on face. More...
|
| |
| virtual bool | isGrey () const =0 |
| | Is Grey. More...
|
| |
| virtual label | nBands () const =0 |
| | Number of bands. More...
|
| |
Base class for wall transmissivity models.
Definition at line 52 of file wallTransmissivityModel.H.
◆ wallTransmissivityModel()
◆ ~wallTransmissivityModel()
◆ TypeName()
| TypeName |
( |
"wallTransmissivityModel" |
| ) |
|
Runtime type information.
◆ declareRunTimeSelectionTable()
◆ New()
◆ t() [1/2]
◆ t() [2/2]
| virtual scalar t |
( |
const label |
faceI, |
|
|
const label |
bandI = 0, |
|
|
const vector |
dir = Zero, |
|
|
const scalar |
T = 0 |
|
) |
| const |
|
pure virtual |
◆ isGrey()
| virtual bool isGrey |
( |
| ) |
const |
|
pure virtual |
◆ nBands()
| virtual label nBands |
( |
| ) |
const |
|
pure virtual |
◆ pp_
The documentation for this class was generated from the following files: