#include <dumux/porousmediumflow/nonequilibrium/volumevariables.hh>
| Public Types | |
| using | Indices = typename ModelTraits::Indices | 
| using | FluidState = typename Traits::FluidState | 
| Public Member Functions | |
| 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 dimensionless numbers. | |
| 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 solid and the fluid phase. | |
| 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 | characteristicLength () const | 
| access function characteristic length | |
| const Scalar | factorEnergyTransfer () const | 
| access function pre factor energy transfer | |
| const Scalar | fluidSolidInterfacialArea () const | 
| using Dumux::NonEquilibriumVolumeVariablesImplementation< Traits, EquilibriumVolumeVariables, false, true, 1 >::FluidState = typename Traits::FluidState | 
| using Dumux::NonEquilibriumVolumeVariablesImplementation< Traits, EquilibriumVolumeVariables, false, true, 1 >::Indices = typename ModelTraits::Indices | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| elemSol | A vector containing all primary variables connected to the element | 
| problem | The object specifying the problem which ought to be simulated | 
| element | An element which contains part of the control volume | 
| scv | The sub-control volume | 
| 
 | inline | 
| elemSol | A vector containing all primary variables connected to the element | 
| fluidState | Container for all the secondary variables concerning the fluids | 
| paramCache | The parameter cache corresponding to the fluid state | 
| problem | The problem to be solved | 
| element | An element which contains part of the control volume | 
| scv | The sub-control volume | 
| 
 | inline | 
| elemSol | A vector containing all primary variables connected to the element | 
| fluidState | Container for all the secondary variables concerning the fluids | 
| paramCache | The parameter cache corresponding to the fluid state | 
| problem | The problem to be solved | 
| element | An element which contains part of the control volume | 
| scv | The sub-control volume |