Go to the source code of this file.
Variables | |
scalar | nut = turbulence->nut()().boundaryField()[patchId][faceId] |
symmTensor | R = turbulence->devSigma()().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< BasicMomentumTransportModel >::correct(), kOmega< BasicMomentumTransportModel >::correct(), dynamicKEqn< BasicMomentumTransportModel >::correct(), kEpsilon< compressible::momentumTransportModel >::correct(), LaunderSharmaKE< BasicMomentumTransportModel >::correct(), kOmega2006< BasicMomentumTransportModel >::correct(), RNGkEpsilon< BasicMomentumTransportModel >::correct(), realizableKE< BasicMomentumTransportModel >::correct(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::correct(), v2f< BasicMomentumTransportModel >::correct(), kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >::correct(), ReynoldsStress< LESModel< BasicMomentumTransportModel > >::DivDevRhoReff(), turbulenceFields::execute(), SpalartAllmarasDES< BasicMomentumTransportModel >::k(), LESModel< BasicMomentumTransportModel >::nuEff(), RASModel< phaseCompressible::momentumTransportModel >::nuEff(), and nutWallFunctionFvPatchScalarField::updateCoeffs().
symmTensor R = turbulence->devSigma()().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< Foam::DSMCCloud >::ap(), atmBoundaryLayerInletEpsilonFvPatchScalarField::atmBoundaryLayerInletEpsilonFvPatchScalarField(), ThermoParcel< ParcelType >::calcHeatTransfer(), PaSR::correct(), DeardorffDiffStress< BasicMomentumTransportModel >::correct(), EDC::correct(), ThermoCloud< Foam::DSMCCloud >::Ep(), turbulenceFields::execute(), if(), epsilonmWallFunctionFvPatchScalarField::manipulateMatrix(), ThermoCloud< Foam::DSMCCloud >::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 BrownianMotionForce< CloudType >::calcCoupled(), 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 nutUSpaldingWallFunctionFvPatchScalarField::calcUTau(), nutUWallFunctionFvPatchScalarField::nut(), nutURoughWallFunctionFvPatchScalarField::nut(), freestreamVelocityFvPatchVectorField::updateCoeffs(), freestreamPressureFvPatchScalarField::updateCoeffs(), alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), and nutUWallFunctionFvPatchScalarField::yPlus().
scalar tauw = flowDirection & R & wallNormal |
Definition at line 12 of file evaluateNearWall.H.
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(), alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), and alphatFilmWallFunctionFvPatchScalarField::updateCoeffs().
Definition at line 16 of file evaluateNearWall.H.
Referenced by epsilonWallFunctionFvPatchScalarField::calculate(), omegaWallFunctionFvPatchScalarField::calculate(), nutkFilmWallFunctionFvPatchScalarField::calcUTau(), kOmegaSSTSato< BasicMomentumTransportModel >::correctNut(), FvWallInfoYPlusBase< WallInfo, FvWallInfoYPlus< WallInfo > >::update(), fWallFunctionFvPatchScalarField::updateCoeffs(), v2WallFunctionFvPatchScalarField::updateCoeffs(), kLowReWallFunctionFvPatchScalarField::updateCoeffs(), alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), and alphatFilmWallFunctionFvPatchScalarField::updateCoeffs().
Definition at line 18 of file evaluateNearWall.H.
Referenced by omegaWallFunctionFvPatchScalarField::calculate().
scalar nutPlus = nut/nu |
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 omegaWallFunctionFvPatchScalarField::calculate().