
Public Types | |
| typedef compressible::alphatJayatillekeWallFunctionFvPatchScalarField | alphatJayatillekeWallFunction |
| Typedef to shorten the name of the Jayatilleke wall function. More... | |
Public Member Functions | |
| const fvPatch & | patch () const |
| Patch. More... | |
| properties (const wallCondensation &model, const label patchi) | |
| Constructor. More... | |
Public Attributes | |
| const wallCondensation & | model |
| Wall function field. More... | |
| const label | patchi |
| Patch index. More... | |
| const scalarField & | alphaLiquid |
| Liquid volume fraction. More... | |
| const scalarField & | alphaVapour |
| Vapour volume fraction. More... | |
| const fluidThermophysicalTransportModel & | ttmLiquid |
| Liquid thermophysical transport model. More... | |
| const fluidThermophysicalTransportModel & | ttmVapour |
| Vapour thermophysical transport model. More... | |
| const scalarField | alphatConvLiquid |
| Liquid convective turbulent thermal diffusivity. More... | |
| const scalarField | alphatConvVapour |
| Phase convective turbulent thermal diffusivity. More... | |
| const scalarField | AbyV |
| Patch area by neighbouring cell volume ratio. More... | |
| const scalarField & | CpVapour |
| Vapour heat capacity. More... | |
| const scalarField | TcVapour |
| Cell temperature. More... | |
| const scalarField | TwVapour |
| Patch temperature. More... | |
| const scalarField | pSat |
| Saturation pressure. More... | |
| const scalarField | L |
| Latent heat. More... | |
Definition at line 46 of file wallCondensation.C.
Typedef to shorten the name of the Jayatilleke wall function.
Definition at line 51 of file wallCondensation.C.
|
inline |
Constructor.
Definition at line 102 of file wallCondensation.C.
|
inline |
Patch.
Definition at line 96 of file wallCondensation.C.
References fvMesh::boundary(), fvModel::mesh(), wallCondensation::properties::model, and wallCondensation::properties::patchi.

| const wallCondensation& model |
Wall function field.
Definition at line 54 of file wallCondensation.C.
Referenced by wallCondensation::properties::patch().
| const label patchi |
Patch index.
Definition at line 57 of file wallCondensation.C.
Referenced by wallCondensation::properties::patch().
| const scalarField& alphaLiquid |
Liquid volume fraction.
Definition at line 60 of file wallCondensation.C.
| const scalarField& alphaVapour |
Vapour volume fraction.
Definition at line 63 of file wallCondensation.C.
| const fluidThermophysicalTransportModel& ttmLiquid |
Liquid thermophysical transport model.
Definition at line 66 of file wallCondensation.C.
| const fluidThermophysicalTransportModel& ttmVapour |
Vapour thermophysical transport model.
Definition at line 69 of file wallCondensation.C.
| const scalarField alphatConvLiquid |
Liquid convective turbulent thermal diffusivity.
Definition at line 72 of file wallCondensation.C.
| const scalarField alphatConvVapour |
Phase convective turbulent thermal diffusivity.
Definition at line 75 of file wallCondensation.C.
| const scalarField AbyV |
Patch area by neighbouring cell volume ratio.
Definition at line 78 of file wallCondensation.C.
| const scalarField& CpVapour |
Vapour heat capacity.
Definition at line 81 of file wallCondensation.C.
| const scalarField TcVapour |
Cell temperature.
Definition at line 84 of file wallCondensation.C.
| const scalarField TwVapour |
Patch temperature.
Definition at line 87 of file wallCondensation.C.
| const scalarField pSat |
Saturation pressure.
Definition at line 90 of file wallCondensation.C.
| const scalarField L |
Latent heat.
Definition at line 93 of file wallCondensation.C.