Volume variables for the isothermal single-phase k-epsilon model.  
|  | 
| template<class ElementSolution, class Problem, class Element, class SubControlVolume> | 
| void | update (const ElementSolution &elemSol, const Problem &problem, const Element &element, const SubControlVolume &scv) | 
|  | Update all quantities for a given control volume. 
 | 
|  | 
| template<class ElementSolution, class Problem, class Element, class SubControlVolume> | 
| void | updateRANSProperties (const ElementSolution &elemSol, const Problem &problem, const Element &element, const SubControlVolume &scv) | 
|  | Update all turbulent quantities for a given control volume. 
 | 
|  | 
| Scalar | calculateEddyViscosity () | 
|  | Returns the dynamic eddy viscosity \(\mathrm{[Pa s]}\). 
 | 
|  | 
| Scalar | turbulentKineticEnergy () const | 
|  | Returns the turbulent kinetic energy \( m^2/s^2 \). 
 | 
|  | 
| Scalar | dissipation () const | 
|  | Returns an effective dissipation \( m^2/s^3 \). 
 | 
|  | 
| Scalar | storedTurbulentKineticEnergy () const | 
|  | Returns the turbulent kinetic energy \( m^2/s^2 \). 
 | 
|  | 
| Scalar | storedDissipation () const | 
|  | Returns an effective dissipation \( m^2/s^3 \). 
 | 
|  | 
| Scalar | stressTensorScalarProduct () const | 
|  | Returns the scalar product of the stress tensor. 
 | 
|  | 
| bool | inNearWallRegion () const | 
|  | 
| bool | isMatchingPoint () const | 
|  | Returns if an element is the matching point. 
 | 
|  | 
| const Scalar | cMu () const | 
|  | Returns the \( C_{\mu} \) constant. 
 | 
|  | 
| const Scalar | sigmaK () const | 
|  | Returns the \( \sigma_{\textrm{k}} \) constant. 
 | 
|  | 
| const Scalar | sigmaEpsilon () const | 
|  | Returns the \( \sigma_{\varepsilon} \) constant. 
 | 
|  | 
| const Scalar | cOneEpsilon () const | 
|  | Returns the \( C_{1\varepsilon}  \) constant. 
 | 
|  | 
| const Scalar | cTwoEpsilon () const | 
|  | Returns the \( C_{2\varepsilon} \) constant. 
 | 
|  | 
| Scalar | yPlusNominal () const | 
|  | Returns the nominal dimensionless wall distance \(\mathrm{[-]}\). 
 | 
|  | 
| Scalar | uPlusNominal () const | 
|  | Return the nominal dimensionless velocity \(\mathrm{[-]}\). 
 | 
|  | 
| template<class ElementSolution, class Problem, class Element, class SubControlVolume> | 
| void | updateNavierStokesVolVars (const ElementSolution &elemSol, const Problem &problem, const Element &element, const SubControlVolume &scv) | 
|  | Update all quantities for a given control volume. 
 | 
|  | 
| unsigned int | elementIdx () const | 
|  | Return the element Idx of the control volume. 
 | 
|  | 
| DimVector | ccVelocityVector () const | 
|  | Return the velocity vector \(\mathrm{[m/s]}\) at the control volume center. 
 | 
|  | 
| DimVector | velocityMaximum () const | 
|  | Return the maximum velocity vector \(\mathrm{[m/s]}\) of the wall segment. 
 | 
|  | 
| DimVector | velocityMinimum () const | 
|  | Return the minimum velocity vector \(\mathrm{[m/s]}\) of the wall segment. 
 | 
|  | 
| DimMatrix | velocityGradients () const | 
|  | Return the velocity gradients \(\mathrm{[1/s]}\) at the control volume center. 
 | 
|  | 
| Scalar | wallDistance () const | 
|  | Return the wall distance \(\mathrm{[m]}\) of the control volume. 
 | 
|  | 
| Scalar | karmanConstant () const | 
|  | Return the Karman constant. 
 | 
|  | 
| Scalar | uStar () const | 
|  | Return the wall friction velocity \(\mathrm{[m/s]}\). 
 | 
|  | 
| Scalar | yPlus () const | 
|  | Return the dimensionless wall distance \(\mathrm{[-]}\). 
 | 
|  | 
| Scalar | uPlus () const | 
|  | Return the dimensionless velocity \(\mathrm{[-]}\). 
 | 
|  | 
| Scalar | dynamicEddyViscosity () const | 
|  | Return the dynamic eddy viscosity \(\mathrm{[Pa s]}\) of the flow within the control volume. 
 | 
|  | 
| Scalar | effectiveViscosity () const | 
|  | Return the effective dynamic viscosity \(\mathrm{[Pa s]}\) of the fluid within the control volume. 
 | 
|  | 
| Scalar | kinematicEddyViscosity () const | 
|  | Return the kinematic eddy viscosity \(\mathrm{[m^2/s]}\) of the flow within the control volume. 
 | 
|  | 
| Scalar | kinematicViscosity () const | 
|  | Return the kinematic viscosity \(\mathrm{[m^2/s]}\) of the fluid within the control volume. 
 | 
|  | 
| template<class Problem> | 
| void | calculateEddyDiffusivity (const Problem &problem) | 
|  | Calculates the eddy diffusivity \(\mathrm{[m^2/s]}\) based on the kinematic eddy viscosity and the turbulent Schmidt number. 
 | 
|  | 
| template<class Problem, bool eB = enableEnergyBalance, typename std::enable_if_t< eB, int > = 0> | 
| void | calculateEddyThermalConductivity (const Problem &problem) | 
|  | Calculates the eddy thermal conductivity \(\mathrm{[W/(m*K)]}\) based on the kinematic eddy viscosity and the turbulent Prandtl number. 
 | 
|  | 
| template<class Problem, bool eB = enableEnergyBalance, typename std::enable_if_t<!eB, int > = 0> | 
| void | calculateEddyThermalConductivity (const Problem &problem) | 
|  | Eddy thermal conductivity is zero for isothermal model. 
 | 
|  | 
| Scalar | eddyDiffusivity () const | 
|  | Returns the eddy diffusivity \(\mathrm{[m^2/s]}\). 
 | 
|  | 
| Scalar | eddyThermalConductivity () const | 
|  | Returns the eddy thermal conductivity \(\mathrm{[W/(m*K)]}\). 
 | 
|  | 
| Scalar | effectiveDiffusionCoefficient (int phaseIdx, int compIIdx, int compJIdx) const | 
|  | Returns the binary diffusion coefficients for a phase in \([m^2/s]\). 
 | 
|  | 
| template<bool eB = enableEnergyBalance, typename std::enable_if_t< eB, int > = 0> | 
| Scalar | effectiveThermalConductivity () const | 
|  | Returns the effective thermal conductivity \(\mathrm{[W/(m*K)]}\) of the fluid-flow in the sub-control volume. 
 | 
|  |