Go to the source code of this file.
Variables | |
scalar | nut = turbulence->nut()().boundaryField()[patchId][faceId] |
symmTensor | R = turbulence->devReff()().boundaryField()[patchId][faceId] |
Universal gas constant: default SI units: [J/mol/K]. More... | |
scalar | epsilon = turbulence->epsilon()()[cellId] |
scalar | k = turbulence->k()()[cellId] |
Boltzmann constant. More... | |
scalar | magUp = mag(U[cellId] - U.boundaryField()[patchId][faceId]) |
scalar | tauw = flowDirection & R & wallNormal |
scalar | uTau = ::sqrt(mag(tauw)) |
scalar | yPlus = uTau*y[cellId]/(nu + ROOTVSMALL) |
scalar | uPlus = magUp/(uTau + ROOTVSMALL) |
scalar | nutPlus = nut/nu |
scalar | kPlus = k/(sqr(uTau) + ROOTVSMALL) |
scalar | epsilonPlus = epsilon*nu/(pow4(uTau) + ROOTVSMALL) |
scalar | Rey = magUp*y[cellId]/nu |
scalar nut = turbulence->nut()().boundaryField()[patchId][faceId] |
Definition at line 5 of file evaluateNearWall.H.
Referenced by kEqn< BasicTurbulenceModel >::correct(), dynamicKEqn< BasicTurbulenceModel >::correct(), kEpsilon< BasicTurbulenceModel >::correct(), kOmega< BasicTurbulenceModel >::correct(), LaunderSharmaKE< BasicTurbulenceModel >::correct(), realizableKE< BasicTurbulenceModel >::correct(), RNGkEpsilon< BasicTurbulenceModel >::correct(), v2f< BasicTurbulenceModel >::correct(), kOmegaSST< TurbulenceModel, BasicTurbulenceModel >::correct(), EddyDiffusivity< BasicTurbulenceModel >::correctNut(), ReynoldsStress< BasicTurbulenceModel >::divDevRhoReff(), SpalartAllmarasDES< BasicTurbulenceModel >::k(), incompressibleTurbulenceModel::mut(), LESModel< BasicTurbulenceModel >::nuEff(), and RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > >::nuEff().
symmTensor R = turbulence->devReff()().boundaryField()[patchId][faceId] |
Universal gas constant: default SI units: [J/mol/K].
Definition at line 6 of file evaluateNearWall.H.
scalar epsilon = turbulence->epsilon()()[cellId] |
Definition at line 7 of file evaluateNearWall.H.
Referenced by ThermoCloud< CloudType >::ap(), atmBoundaryLayerInletEpsilonFvPatchScalarField::atmBoundaryLayerInletEpsilonFvPatchScalarField(), ThermoParcel< ParcelType >::calcHeatTransfer(), PaSR< Type >::correct(), DeardorffDiffStress< BasicTurbulenceModel >::correct(), ThermoCloud< CloudType >::Ep(), if(), turbulenceFields::omega(), ThermoCloud< CloudType >::sigmap(), StochasticDispersionRAS< CloudType >::update(), GradientDispersionRAS< CloudType >::update(), fWallFunctionFvPatchScalarField::updateCoeffs(), and ThermoSurfaceFilm< CloudType >::wetSplashInteraction().
scalar k = turbulence->k()()[cellId] |
Boltzmann constant.
Definition at line 9 of file evaluateNearWall.H.
Referenced by MaxwellianThermal< CloudType >::correct(), DSMCCloud< ParcelType >::equipartitionInternalEnergy(), DSMCCloud< ParcelType >::equipartitionLinearVelocity(), FreeStream< CloudType >::inflow(), DSMCCloud< ParcelType >::maxwellianAverageSpeed(), DSMCCloud< ParcelType >::maxwellianMostProbableSpeed(), DSMCCloud< ParcelType >::maxwellianRMSSpeed(), VariableHardSphere< CloudType >::sigmaTcR(), LarsenBorgnakkeVariableHardSphere< CloudType >::sigmaTcR(), and dsmcFields::write().
Definition at line 10 of file evaluateNearWall.H.
Referenced by nutUWallFunctionFvPatchScalarField::calcNut(), nutUTabulatedWallFunctionFvPatchScalarField::calcNut(), nutUSpaldingWallFunctionFvPatchScalarField::calcUTau(), alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), nutUWallFunctionFvPatchScalarField::yPlus(), nutUTabulatedWallFunctionFvPatchScalarField::yPlus(), and nutURoughWallFunctionFvPatchScalarField::yPlus().
scalar tauw = flowDirection & R & wallNormal |
Definition at line 12 of file evaluateNearWall.H.
Referenced by ReynoldsStress< BasicTurbulenceModel >::correctWallShearStress().
scalar uTau = ::sqrt(mag(tauw)) |
Definition at line 14 of file evaluateNearWall.H.
Referenced by nutkFilmWallFunctionFvPatchScalarField::calcUTau(), nutUSpaldingWallFunctionFvPatchScalarField::calcUTau(), fWallFunctionFvPatchScalarField::updateCoeffs(), v2WallFunctionFvPatchScalarField::updateCoeffs(), kLowReWallFunctionFvPatchScalarField::updateCoeffs(), alphatFilmWallFunctionFvPatchScalarField::updateCoeffs(), and alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs().
Definition at line 16 of file evaluateNearWall.H.
Referenced by epsilonLowReWallFunctionFvPatchScalarField::calculate(), nutkFilmWallFunctionFvPatchScalarField::calcUTau(), kOmegaSSTSato< BasicTurbulenceModel >::correctNut(), fWallFunctionFvPatchScalarField::updateCoeffs(), v2WallFunctionFvPatchScalarField::updateCoeffs(), kLowReWallFunctionFvPatchScalarField::updateCoeffs(), alphatFilmWallFunctionFvPatchScalarField::updateCoeffs(), and alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs().
Definition at line 18 of file evaluateNearWall.H.
Referenced by nutUTabulatedWallFunctionFvPatchScalarField::calcUPlus().
Definition at line 20 of file evaluateNearWall.H.
Definition at line 22 of file evaluateNearWall.H.
Definition at line 24 of file evaluateNearWall.H.
Definition at line 28 of file evaluateNearWall.H.
Referenced by nutUTabulatedWallFunctionFvPatchScalarField::yPlus().