|
| TypeName ("IATE") |
|
| IATE (const dictionary &diameterProperties, const phaseModel &phase) |
|
virtual | ~IATE () |
|
const volScalarField & | kappai () const |
|
tmp< volScalarField > | a () const |
|
virtual tmp< volScalarField > | d () const |
|
virtual void | correct () |
|
virtual bool | read (const dictionary &phaseProperties) |
|
| TypeName ("IATE") |
|
| IATE (const dictionary &diameterProperties, const phaseModel &phase) |
|
virtual | ~IATE () |
|
const volScalarField & | kappai () const |
|
tmp< volScalarField > | a () const |
|
virtual tmp< volScalarField > | d () const |
|
virtual void | correct () |
|
virtual bool | read (const dictionary &phaseProperties) |
|
| TypeName ("diameterModel") |
|
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase)) |
|
| diameterModel (const dictionary &dict, const phaseModel &phase) |
|
virtual | ~diameterModel ()=default |
|
| TypeName ("diameterModel") |
|
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase)) |
|
| diameterModel (const dictionary &dict, const phaseModel &phase) |
|
virtual | ~diameterModel ()=default |
|
const dictionary & | diameterProperties () const |
|
const phaseModel & | phase () const |
|
| TypeName ("diameterModel") |
|
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase)) |
|
| diameterModel (const dictionary &dict, const phaseModel &phase) |
|
virtual | ~diameterModel ()=default |
|
const dictionary & | diameterProperties () const |
|
const phaseModel & | phase () const |
|
IATE (Interfacial Area Transport Equation) bubble diameter model.
Solves for the interfacial curvature per unit volume of the phase rather than interfacial area per unit volume to avoid stability issues relating to the consistency requirements between the phase fraction and interfacial area per unit volume. In every other respect this model is as presented in the paper:
Reference:
Ishii, M., Kim, S., & Kelly, J. (2005).
Development of interfacial area transport equation.
Nuclear Engineering and Technology, 37(6), 525-536.
- Source files
-
Solves for the interfacial curvature per unit volume of the phase rather than interfacial area per unit volume to avoid stability issues relating to the consistency requirements between the phase fraction and interfacial area per unit volume. In every other respect this model is as presented in the paper:
"Development of Interfacial Area Transport Equation"
Ishii, M., Kim, S. and Kelly, J.,
Nuclear Engineering and Technology, Vol.37 No.6 December 2005
- Source files
-
Definition at line 64 of file IATE.H.