|
| 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. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| const Scalar | interfacialArea (const unsigned int phaseIIdx, const unsigned int phaseJIdx) const |
| | The specific interfacial area between two fluid phases [m^2 / m^3]. More...
|
| |
| const Scalar | reynoldsNumber (const unsigned int phaseIdx) const |
| | access function Reynolds Number More...
|
| |
| const Scalar | schmidtNumber (const unsigned int phaseIdx) const |
| | access function Schmidt Number More...
|
| |
| const Scalar | sherwoodNumber (const unsigned int phaseIdx) const |
| | access function Sherwood Number More...
|
| |
| const Scalar | characteristicLength () const |
| | access function characteristic length More...
|
| |
| const Scalar | factorMassTransfer () const |
| | access function pre factor mass transfer More...
|
| |
template<class Traits , class EquilibriumVolumeVariables >
template<class ElemSol , class Problem , class Element , class Scv >
Update all quantities for a given control volume.
- Parameters
-
| 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 |
template<class Traits , class EquilibriumVolumeVariables >
template<class ElemSol , class Problem , class Element , class Scv >
| void Dumux::NonEquilibriumVolumeVariablesImplementation< Traits, EquilibriumVolumeVariables, true, false, 0 >::updateDimLessNumbers |
( |
const ElemSol & |
elemSol, |
|
|
const FluidState & |
fluidState, |
|
|
const ParameterCache & |
paramCache, |
|
|
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const Scv & |
scv |
|
) |
| |
|
inline |
Updates the volume specific interfacial area [m^2 / m^3] between the phases.
- Parameters
-
| 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 |
template<class Traits , class EquilibriumVolumeVariables >
template<class ElemSol , class Problem , class Element , class Scv >
| void Dumux::NonEquilibriumVolumeVariablesImplementation< Traits, EquilibriumVolumeVariables, true, false, 0 >::updateInterfacialArea |
( |
const ElemSol & |
elemSol, |
|
|
const FluidState & |
fluidState, |
|
|
const ParameterCache & |
paramCache, |
|
|
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const Scv & |
scv |
|
) |
| |
|
inline |
Updates the volume specific interfacial area [m^2 / m^3] between the phases.
- Parameters
-
| 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 |