Volume variables for the isothermal single-phase SST 2-Eq 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.
|
| |
| template<class Problem> |
| Scalar | calculateEddyViscosity (const Problem &problem) |
| | Returns the dynamic eddy viscosity \(\mathrm{[Pa s]}\) for the SST-model.
|
| |
| 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 \).
|
| |
| DimVector | storedTurbulentKineticEnergyGradient () const |
| | Returns the gradient of the turbulent kinetic energy \( m^2/s^2 \).
|
| |
| DimVector | storedDissipationGradient () const |
| | Returns the gradient of the effective dissipation \( m^2/s^3 \).
|
| |
| Scalar | stressTensorScalarProduct () const |
| | Returns the scalar product of the stress tensor.
|
| |
| Scalar | vorticityTensorScalarProduct () const |
| | Returns the scalar product of the vorticity tensor.
|
| |
| Scalar | kinematicViscosity () const |
| | Returns the kinematic viscosity.
|
| |
| Scalar | wallDistance () const |
| |
| const Scalar | betaOmega () const |
| | Returns the \( \beta_{\omega} \) constant.
|
| |
| const Scalar | alpha () const |
| | Returns the \( \alpha \) value.
|
| |
| const Scalar | sigmaK () const |
| | Returns the \( \sigma_k \) constant.
|
| |
| const Scalar | sigmaOmega () const |
| | Returns the \( \sigma_{\omega} \) constant.
|
| |
| const Scalar | betaK () const |
| | Returns the \( \beta_k \) constant.
|
| |
| const Scalar | sigmaK1BSL () const |
| | Returns the \( \sigma_{k1,BSL} \) constant.
|
| |
| const Scalar | sigmaK1SST () const |
| | Returns the \( \sigma_{k1,SST} \) constant.
|
| |
| const Scalar | sigmaK2 () const |
| | Returns the \( \sigma_{k2} \) constant.
|
| |
| const Scalar | sigmaOmega1BSL () const |
| | Returns the \( \sigma_{\omega1,BSL} \) constant.
|
| |
| const Scalar | sigmaOmega1SST () const |
| | Returns the \( \sigma_{\omega1,SST} \) constant.
|
| |
| const Scalar | sigmaOmega2 () const |
| | Returns the \( \sigma_{\omega2} \) constant.
|
| |
| const Scalar | beta1BSL () const |
| | Returns the \( \beta_{1,BSL} \) constant.
|
| |
| const Scalar | beta1SST () const |
| | Returns the \( \beta_{1,SST} \) constant.
|
| |
| const Scalar | beta2 () const |
| | Returns the \( \beta_{2} \) constant.
|
| |
| const Scalar | betaStar1BSL () const |
| | Returns the \( \beta^{*}_{1,BSL} \) constant.
|
| |
| const Scalar | betaStar1SST () const |
| | Returns the \( \beta^{*}_{1,SST} \) constant.
|
| |
| const Scalar | betaStar2 () const |
| | Returns the \( \beta^{*}_{2} \) constant.
|
| |
| const Scalar | kappa1BSL () const |
| | Returns the \( \kappa_{1,BSL} \) constant.
|
| |
| const Scalar | kappa1SST () const |
| | Returns the \( \kappa_{1,SST} \) constant.
|
| |
| const Scalar | kappa2 () const |
| | Returns the \( \kappa_{2} \) constant.
|
| |
| const Scalar | gamma1BSL () const |
| | Returns the \( \gamma_{1,BSL} \) constant.
|
| |
| const Scalar | gamma1SST () const |
| | Returns the \( \gamma_{1,SST} \) constant.
|
| |
| const Scalar | gamma2 () const |
| | Returns the \( \gamma_{2} \) constant.
|
| |
| const Scalar | a1SST () const |
| | Returns the \( a_{1,SST} \) constant.
|
| |
| Scalar | absoluteValueVorticity () const |
| | Returns the absolute value of the vorticity \( \Omega \).
|
| |
| Scalar | F1 () const |
| | Returns the transformation function \( F_{1} \) for the constants of the BSL- and SST-model.
|
| |
| Scalar | F2 () const |
| | Returns the transformation function \( F_{2} \) for the eddy viscosity of the SST-model.
|
| |
| const Scalar | sigmaKSST () const |
| | Returns the \( \sigma_{k,SST} \) constant for the SST-model.
|
| |
| const Scalar | sigmaOmegaSST () const |
| | Returns the \( \sigma_{\omega,SST} \) constant for the SST-model.
|
| |
| const Scalar | betaSST () const |
| | Returns the \( \beta_{SST} \) constant for the SST-model.
|
| |
| const Scalar | betaStarSST () const |
| | Returns the \( \beta^{*}_{SST} \) constant for the SST-model. \( \beta^{*} \) is the same for all models.
|
| |
| const Scalar | kappaSST () const |
| | Returns the \( \kappa_{SST} \) constant for the SST-model. \( \kappa \) is the same for all models.
|
| |
| const Scalar | gammaSST () const |
| | Returns the \( \gamma_{SST} \) constant for the SST-model.
|
| |
| const Scalar | sigmaKBSL () const |
| | Returns the \( \sigma_{k,BSL} \) constant for the BSL-model.
|
| |
| const Scalar | sigmaOmegaBSL () const |
| | Returns the \( \sigma_{\omega,BSL} \) constant for the BSL-model.
|
| |
| const Scalar | betaBSL () const |
| | Returns the \( \beta_{BSL} \) constant for the BSL-model.
|
| |
| const Scalar | betaStarBSL () const |
| | Returns the \( \beta^{*}_{BSL} \) constant for the BSL-model. \( \beta^{*} \) is the same for all models.
|
| |
| const Scalar | kappaBSL () const |
| | Returns the \( \kappa_{BSL} \) constant for the BSL-model. \( \kappa \) is the same for all models.
|
| |
| const Scalar | gammaBSL () const |
| | Returns the \( \gamma_{BSL} \) constant for the BSL-model.
|
| |
| 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 | 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.
|
| |
| 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.
|
| |