Go to the source code of this file.
Variables | |
| scalar | nut = turbulence->nut()().boundaryField()[patchId][faceId] |
| symmTensor | R = turbulence->devReff()().boundaryField()[patchId][faceId] |
| scalar | epsilon = turbulence->epsilon()()[cellId] |
| scalar | k = turbulence->k()()[cellId] |
| 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 ObukhovLength::calcOL(), limitTurbulenceViscosity::correct(), kOmegaSSTBase< BasicEddyViscosityModel >::correct(), kEpsilon< BasicTurbulenceModel >::correct(), kOmega< BasicTurbulenceModel >::correct(), RNGkEpsilon< BasicTurbulenceModel >::correct(), EddyDiffusivity< BasicTurbulenceModel >::correctNut(), ReynoldsStress< LESModel< BasicTurbulenceModel > >::DivDevRhoReff(), objectiveNutSqr::J(), incompressibleRhoTurbulenceModel::mut(), incompressibleRhoTurbulenceModel::mut(), incompressibleTurbulenceModel::mut(), incompressibleTurbulenceModel::mut(), LESModel< EddyDiffusivity< fluidThermoCompressibleTurbulenceModel > >::nuEff(), RASModel< EddyDiffusivity< fluidThermoCompressibleTurbulenceModel > >::nuEff(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::solveYi(), objectiveNutSqr::update_divDxDbMultiplier(), objectiveNutSqr::update_dJdTMvar1(), objectiveNutSqr::update_dJdTMvar2(), alphatJayatillekeWallFunctionFvPatchScalarField::yPlus(), and limitTurbulenceViscosity::~limitTurbulenceViscosity().
| symmTensor R = turbulence->devReff()().boundaryField()[patchId][faceId] |
Definition at line 6 of file evaluateNearWall.H.
| scalar epsilon = turbulence->epsilon()()[cellId] |
Definition at line 7 of file evaluateNearWall.H.
Referenced by multiphaseStabilizedTurbulence::addSup(), atmBoundaryLayerInletEpsilonFvPatchScalarField::atmBoundaryLayerInletEpsilonFvPatchScalarField(), ThermoParcel< KinematicParcel< particle > >::calcHeatTransfer(), ThermoCloud< Foam::DSMCCloud< dsmcParcel > >::constProps(), EDC< ReactionThermo >::correct(), PaSR< ReactionThermo >::correct(), multiphaseStabilizedTurbulence::correct(), DeardorffDiffStress< BasicTurbulenceModel >::correct(), kL< BasicTurbulenceModel >::correct(), eddy::eddy(), proudmanAcousticPower::execute(), ThermoCloud< Foam::DSMCCloud< dsmcParcel > >::heatTransfer(), if(), ThermoCloud< Foam::DSMCCloud< dsmcParcel > >::radT4(), GradientDispersionRAS< CloudType >::update(), StochasticDispersionRAS< CloudType >::update(), atmBoundaryLayerInletEpsilonFvPatchScalarField::updateCoeffs(), epsilonWallFunctionFvPatchScalarField::updateCoeffs(), epsilonWallFunctionFvPatchScalarField::updateWeightedCoeffs(), and KinematicSurfaceFilm< CloudType >::wetSplashInteraction().
| scalar k = turbulence->k()()[cellId] |
Definition at line 9 of file evaluateNearWall.H.
Definition at line 10 of file evaluateNearWall.H.
Referenced by alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), atmNutWallFunctionFvPatchScalarField::calcNut(), nutUTabulatedWallFunctionFvPatchScalarField::calcNut(), nutUWallFunctionFvPatchScalarField::calcNut(), nutUBlendedWallFunctionFvPatchScalarField::calcUTau(), nutUSpaldingWallFunctionFvPatchScalarField::calcUTau(), nutUWallFunctionFvPatchScalarField::calcYPlus(), alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), nutURoughWallFunctionFvPatchScalarField::yPlus(), nutUTabulatedWallFunctionFvPatchScalarField::yPlus(), and nutUWallFunctionFvPatchScalarField::yPlus().
| scalar tauw = flowDirection & R & wallNormal |
Definition at line 12 of file evaluateNearWall.H.
Referenced by atmNutWallFunctionFvPatchScalarField::calcNut().
| scalar uTau = ::sqrt(mag(tauw)) |
Definition at line 14 of file evaluateNearWall.H.
Referenced by alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), nutkFilmWallFunctionFvPatchScalarField::calcUTau(), nutUSpaldingWallFunctionFvPatchScalarField::calcUTau(), alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), alphatFilmWallFunctionFvPatchScalarField::updateCoeffs(), and kLowReWallFunctionFvPatchScalarField::updateCoeffs().
Definition at line 16 of file evaluateNearWall.H.
Referenced by adjointkOmegaSST::addWallFunctionTerms(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), atmEpsilonWallFunctionFvPatchScalarField::calculate(), epsilonWallFunctionFvPatchScalarField::calculate(), omegaWallFunctionFvPatchScalarField::calculate(), kOmegaSSTSato< BasicTurbulenceModel >::correctNut(), adjointSpalartAllmaras::distanceSensitivities(), adjointWallVelocityFvPatchVectorField::manipulateMatrix(), kaqRWallFunctionFvPatchScalarField::manipulateMatrix(), alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), alphatFilmWallFunctionFvPatchScalarField::updateCoeffs(), and kLowReWallFunctionFvPatchScalarField::updateCoeffs().
Definition at line 18 of file evaluateNearWall.H.
Referenced by nutUTabulatedWallFunctionFvPatchScalarField::calcUPlus(), adjointSpalartAllmaras::distanceSensitivities(), adjointWallVelocityFvPatchVectorField::manipulateMatrix(), general::Re(), SpaldingsLaw::Re(), general::yPlus(), and SpaldingsLaw::yPlus().
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::calcUPlus(), kEpsilon< BasicTurbulenceModel >::correctNut(), and nutUTabulatedWallFunctionFvPatchScalarField::yPlus().