|
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. More...
|
|
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. More...
|
|
Scalar | calculateEddyViscosity () |
| Returns the dynamic eddy viscosity . More...
|
|
Scalar | turbulentKineticEnergy () const |
| Returns the turbulent kinetic energy . More...
|
|
Scalar | dissipationTilde () const |
| Returns an effective dissipation . More...
|
|
Scalar | storedTurbulentKineticEnergy () const |
| Returns the turbulent kinetic energy . More...
|
|
Scalar | storedDissipationTilde () const |
| Returns an effective dissipation . More...
|
|
Scalar | stressTensorScalarProduct () const |
| Returns the scalar product of the stress tensor. More...
|
|
const Scalar | reT () const |
| Returns the value. More...
|
|
const Scalar | reY () const |
| Returns the value. More...
|
|
const Scalar | cMu () const |
| Returns the constant. More...
|
|
const Scalar | sigmaK () const |
| Returns the constant. More...
|
|
const Scalar | sigmaEpsilon () const |
| Returns the constant. More...
|
|
const Scalar | cOneEpsilon () const |
| Returns the constant. More...
|
|
const Scalar | cTwoEpsilon () const |
| Returns the constant. More...
|
|
const Scalar | dValue () const |
| Returns the value. More...
|
|
const Scalar | fMu () const |
| Returns the value. More...
|
|
const Scalar | fOne () const |
| Returns the value. More...
|
|
const Scalar | fTwo () const |
| Returns the value. More...
|
|
const Scalar | eValue () const |
| Returns the value. More...
|
|
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. More...
|
|
unsigned int | elementIdx () const |
| Return the element Idx of the control volume. More...
|
|
DimVector | ccVelocityVector () const |
| Return the velocity vector at the control volume center. More...
|
|
DimVector | velocityMaximum () const |
| Return the maximum velocity vector of the wall segment. More...
|
|
DimVector | velocityMinimum () const |
| Return the minimum velocity vector of the wall segment. More...
|
|
DimMatrix | velocityGradients () const |
| Return the velocity gradients at the control volume center. More...
|
|
Scalar | wallDistance () const |
| Return the wall distance of the control volume. More...
|
|
Scalar | karmanConstant () const |
| Return the Karman constant. More...
|
|
Scalar | uStar () const |
| Return the wall friction velocity . More...
|
|
Scalar | yPlus () const |
| Return the dimensionless wall distance . More...
|
|
Scalar | uPlus () const |
| Return the dimensionless velocity . More...
|
|
Scalar | dynamicEddyViscosity () const |
| Return the dynamic eddy viscosity of the flow within the control volume. More...
|
|
Scalar | effectiveViscosity () const |
| Return the effective dynamic viscosity of the fluid within the control volume. More...
|
|
Scalar | kinematicEddyViscosity () const |
| Return the kinematic eddy viscosity of the flow within the control volume. More...
|
|
Scalar | kinematicViscosity () const |
| Return the kinematic viscosity of the fluid within the control volume. More...
|
|
template<class Problem > |
void | calculateEddyDiffusivity (const Problem &problem) |
| Calculates the eddy diffusivity based on the kinematic eddy viscosity and the turbulent Schmidt number. More...
|
|
template<class Problem , bool eB = enableEnergyBalance, typename std::enable_if_t< eB, int > = 0> |
void | calculateEddyThermalConductivity (const Problem &problem) |
| Calculates the eddy thermal conductivity based on the kinematic eddy viscosity and the turbulent Prandtl number. More...
|
|
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. More...
|
|
Scalar | eddyDiffusivity () const |
| Returns the eddy diffusivity . More...
|
|
Scalar | eddyThermalConductivity () const |
| Returns the eddy thermal conductivity . More...
|
|
Scalar | effectiveDiffusionCoefficient (int phaseIdx, int compIIdx, int compJIdx) const |
| Returns the binary diffusion coefficients for a phase in . More...
|
|
template<bool eB = enableEnergyBalance, typename std::enable_if_t< eB, int > = 0> |
Scalar | effectiveThermalConductivity () const |
| Returns the effective thermal conductivity of the fluid-flow in the sub-control volume. More...
|
|