Public Member Functions | |
| TypeName ("Zuber") | |
| Runtime type information. More... | |
| Zuber (const dictionary &dict) | |
| Construct from a dictionary. More... | |
| virtual | ~Zuber () |
| Destructor. More... | |
| virtual tmp< scalarField > | CHF (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const |
| Calculate and return the nucleation-site density. More... | |
| virtual void | write (Ostream &os) const |
Public Member Functions inherited from CHFModel | |
| TypeName ("CHFModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, CHFModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. More... | |
| CHFModel () | |
| Construct null. More... | |
| virtual | ~CHFModel () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from CHFModel | |
| static autoPtr< CHFModel > | New (const dictionary &dict) |
| Select null constructed. More... | |
| Zuber | ( | const dictionary & | dict | ) |
| TypeName | ( | "Zuber" | ) |
Runtime type information.
|
virtual |
Calculate and return the nucleation-site density.
Implements CHFModel.
Definition at line 76 of file Zuber.C.
References phaseModel::fluid(), g, L(), Foam::mag(), Foam::max(), phaseModel::name(), Foam::pow(), rhoThermo::rho(), sigma(), phaseSystem::sigma(), Foam::sqr(), phaseModel::thermo(), and Foam::Zero.
|
virtual |
Reimplemented from CHFModel.
Definition at line 106 of file Zuber.C.
References CHFModel::write(), and Ostream::writeEntry().