|
| TypeName ("IATE") |
| Runtime type information. More...
|
|
| IATE (const dictionary &diameterProperties, const phaseModel &phase) |
| Construct from components. More...
|
|
virtual | ~IATE () |
| Destructor. More...
|
|
const volScalarField & | kappai () const |
| Return the interfacial curvature. More...
|
|
tmp< volScalarField > | a () const |
| Return the interfacial area. More...
|
|
virtual tmp< volScalarField > | d () const |
| Return the Sauter-mean diameter. More...
|
|
virtual void | correct () |
| Correct the diameter field. More...
|
|
virtual bool | read (const dictionary &phaseProperties) |
| Read phaseProperties dictionary. More...
|
|
| TypeName ("IATE") |
| Runtime type information. More...
|
|
| IATE (const dictionary &diameterProperties, const phaseModel &phase) |
| Construct from components. More...
|
|
virtual | ~IATE () |
| Destructor. More...
|
|
const volScalarField & | kappai () const |
| Return the interfacial curvature. More...
|
|
tmp< volScalarField > | a () const |
| Return the interfacial area. More...
|
|
virtual tmp< volScalarField > | d () const |
| Return the Sauter-mean diameter. More...
|
|
virtual void | correct () |
| Correct the diameter field. More...
|
|
virtual bool | read (const dictionary &phaseProperties) |
| Read phaseProperties dictionary. More...
|
|
| TypeName ("diameterModel") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase)) |
|
| diameterModel (const dictionary &dict, const phaseModel &phase) |
|
virtual | ~diameterModel () |
| Destructor. More...
|
|
| TypeName ("diameterModel") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &diameterProperties, const phaseModel &phase),(diameterProperties, phase)) |
|
| diameterModel (const dictionary &diameterProperties, const phaseModel &phase) |
|
virtual | ~diameterModel () |
| Destructor. More...
|
|
const dictionary & | diameterProperties () const |
| Return the phase diameter properties dictionary. More...
|
|
const phaseModel & | phase () const |
| Return the phase. More...
|
|
| TypeName ("diameterModel") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &diameterProperties, const phaseModel &phase),(diameterProperties, phase)) |
|
| diameterModel (const dictionary &diameterProperties, const phaseModel &phase) |
|
virtual | ~diameterModel () |
| Destructor. More...
|
|
const dictionary & | diameterProperties () const |
| Return the phase diameter properties dictionary. More...
|
|
const phaseModel & | phase () const |
| Return the phase. More...
|
|
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:
"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
-
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 65 of file IATE.H.