|  | 
| template<class ElemSol, class Problem, class Element, class Scv> | 
| void | update (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv) | 
|  | Update all quantities for a given control volume. 
 | 
|  | 
| template<class ElemSol, class Problem, class Element, class Scv> | 
| void | updateDimLessNumbers (const ElemSol &elemSol, const FluidState &fluidState, const ParameterCache ¶mCache, const Problem &problem, const Element &element, const Scv &scv) | 
|  | Updates the volume specific interfacial area [m^2 / m^3] between the phases. 
 | 
|  | 
| template<class ElemSol, class Problem, class Element, class Scv> | 
| void | updateInterfacialArea (const ElemSol &elemSol, const FluidState &fluidState, const ParameterCache ¶mCache, const Problem &problem, const Element &element, const Scv &scv) | 
|  | Updates the volume specific interfacial area [m^2 / m^3] between the phases. 
 | 
|  | 
| const Scalar | interfacialArea (const unsigned int phaseIIdx, const unsigned int phaseJIdx) const | 
|  | The specific interfacial area between two fluid phases [m^2 / m^3]. 
 | 
|  | 
| const Scalar | reynoldsNumber (const unsigned int phaseIdx) const | 
|  | access function Reynolds Number 
 | 
|  | 
| const Scalar | prandtlNumber (const unsigned int phaseIdx) const | 
|  | access function Prandtl Number 
 | 
|  | 
| const Scalar | nusseltNumber (const unsigned int phaseIdx) const | 
|  | access function Nusselt Number 
 | 
|  | 
| const Scalar | schmidtNumber (const unsigned int phaseIdx) const | 
|  | access function Schmidt Number 
 | 
|  | 
| const Scalar | sherwoodNumber (const unsigned int phaseIdx) const | 
|  | access function Sherwood Number 
 | 
|  | 
| const Scalar | characteristicLength () const | 
|  | access function characteristic length 
 | 
|  | 
| const Scalar | factorEnergyTransfer () const | 
|  | access function pre factor energy transfer 
 | 
|  | 
| const Scalar | factorMassTransfer () const | 
|  | access function pre factor mass transfer 
 | 
|  |