Go to the source code of this file.
Variables | |
const scalar | nut = turbulence->nut()().boundaryField()[patchId][faceId] |
const scalar | nuEff = turbulence->nuEff()().boundaryField()[patchId][faceId] |
const symmTensor | R |
const scalar | epsilon = turbulence->epsilon()()[cellId] |
const scalar | omega = turbulence->omega()()[cellId] |
const scalar | k = turbulence->k()()[cellId] |
const scalar | magUp = mag(U[cellId] - U.boundaryField()[patchId][faceId]) |
const scalar | tauw = flowDirection & R & wallNormal |
const scalar | uTau = ::sqrt(mag(tauw)) |
const scalar | yPlus = uTau*y[cellId]/(nu + rootVSmall) |
const scalar | uPlus = magUp/(uTau + rootVSmall) |
const scalar | nutPlus = nut/nu |
const scalar | nuEffPlus = nuEff/nu |
const scalar | kPlus = k/(sqr(uTau) + rootVSmall) |
const scalar | epsilonPlus = epsilon*nu/(pow4(uTau) + rootVSmall) |
const scalar | omegaPlus = omega*nu/(sqr(uTau) + rootVSmall) |
const scalar | Rey = magUp*y[cellId]/nu |
const scalar nut = turbulence->nut()().boundaryField()[patchId][faceId] |
Definition at line 5 of file evaluateNearWall.H.
Referenced by compressibleMultiphaseVoFMixture::alphaEff(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::correct(), kOmegaSST< MomentumTransportModel, BasicMomentumTransportModel >::correct(), dynamicKEqn< BasicMomentumTransportModel >::correct(), kEqn< BasicMomentumTransportModel >::correct(), kEpsilon< BasicMomentumTransportModel >::correct(), kOmega< BasicMomentumTransportModel >::correct(), kOmega2006< BasicMomentumTransportModel >::correct(), LaunderSharmaKE< BasicMomentumTransportModel >::correct(), realizableKE< BasicMomentumTransportModel >::correct(), RNGkEpsilon< BasicMomentumTransportModel >::correct(), v2f< BasicMomentumTransportModel >::correct(), ReynoldsStress< BasicMomentumTransportModel >::DivDevRhoReff(), turbulenceFields::execute(), SpalartAllmarasDES< BasicMomentumTransportModel >::k(), LESModel< BasicMomentumTransportModel >::nuEff(), RASModel< BasicMomentumTransportModel >::nuEff(), NonUniformTable< Type >::operator=(), and nutWallFunctionFvPatchScalarField::updateCoeffs().
const scalar nuEff = turbulence->nuEff()().boundaryField()[patchId][faceId] |
Definition at line 6 of file evaluateNearWall.H.
Referenced by dynamicKEqn< BasicMomentumTransportModel >::Ce(), PaSR::correct(), linearViscousStress< BasicMomentumTransportModel >::devTau(), ReynoldsStress< BasicMomentumTransportModel >::DivDevRhoReff(), linearViscousStress< BasicMomentumTransportModel >::divDevTau(), age::execute(), turbulenceFields::execute(), and fixedShearStressFvPatchVectorField::updateCoeffs().
const symmTensor R |
Definition at line 7 of file evaluateNearWall.H.
const scalar epsilon = turbulence->epsilon()()[cellId] |
Definition at line 9 of file evaluateNearWall.H.
Referenced by turbulentShear::addToCoalescenceRate(), ThermoCloud< CloudType >::ap(), XiFluid::bSolve(), ThermoParcel< ParcelType >::calcHeatTransfer(), EDC::correct(), PaSR::correct(), DeardorffDiffStress< BasicMomentumTransportModel >::correct(), ThermoCloud< CloudType >::Ep(), turbulenceFields::execute(), KTS::G(), ThermoCloud< CloudType >::sigmap(), GradientDispersionRAS< CloudType >::update(), StochasticDispersionRAS< CloudType >::update(), fWallFunctionFvPatchScalarField::updateCoeffs(), CloudFilmTransfer< CloudType >::wetSplashInteraction(), Gulder::XiEq(), and SCOPEXiEq::XiEq().
const scalar omega = turbulence->omega()()[cellId] |
Definition at line 10 of file evaluateNearWall.H.
Referenced by continuousGasKEpsilon< BasicMomentumTransportModel >::correctNut(), kOmegaSSTLM< BasicMomentumTransportModel >::correctReThetatGammaInt(), Reaction< ThermoType >::ddNdtByVdcTp(), Reaction< ThermoType >::dNdtByV(), turbulenceFields::execute(), liquidMixtureProperties::omega(), engine::read(), fvDOM::Ru(), SprayParcel< ParcelType >::solveTABEq(), sixDoFRigidBodyMotion::status(), swirlFlowRateInletVelocityFvPatchVectorField::swirlFlowRateInletVelocityFvPatchVectorField(), swirlInletVelocityFvPatchVectorField::swirlInletVelocityFvPatchVectorField(), ETAB< CloudType >::update(), TAB< CloudType >::update(), MRFFreestreamVelocityFvPatchVectorField::updateCoeffs(), sixDoFRigidBodyMotion::velocity(), rigidBodyState::write(), and sixDoFRigidBodyState::write().
const scalar k = turbulence->k()()[cellId] |
Definition at line 11 of file evaluateNearWall.H.
Definition at line 12 of file evaluateNearWall.H.
Referenced by nutUSpaldingWallFunctionFvPatchScalarField::calcUTau(), nutURoughWallFunctionFvPatchScalarField::nut(), nutUWallFunctionFvPatchScalarField::nut(), freestreamPressureFvPatchScalarField::updateCoeffs(), freestreamVelocityFvPatchVectorField::updateCoeffs(), nutURoughWallFunctionFvPatchScalarField::yPlus(), and nutUWallFunctionFvPatchScalarField::yPlus().
const scalar tauw = flowDirection & R & wallNormal |
Definition at line 14 of file evaluateNearWall.H.
const scalar uTau = ::sqrt(mag(tauw)) |
Definition at line 17 of file evaluateNearWall.H.
Referenced by alphatJayatillekeWallFunctionFvPatchScalarField::alphat(), kOmegaSSTSato< BasicMomentumTransportModel >::correctNut(), fWallFunctionFvPatchScalarField::updateCoeffs(), kLowReWallFunctionFvPatchScalarField::updateCoeffs(), and v2WallFunctionFvPatchScalarField::updateCoeffs().
Definition at line 18 of file evaluateNearWall.H.
const scalar nutPlus = nut/nu |
Definition at line 19 of file evaluateNearWall.H.
const scalar nuEffPlus = nuEff/nu |
Definition at line 20 of file evaluateNearWall.H.
Definition at line 21 of file evaluateNearWall.H.
Definition at line 22 of file evaluateNearWall.H.
Definition at line 23 of file evaluateNearWall.H.
Definition at line 25 of file evaluateNearWall.H.