Loading...
Searching...
No Matches
readThermalProperties.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

IOobject CIO ("C", Time::timeName(0), mesh, IOobject::NO_READ, IOobject::NO_WRITE)
const dictionary & CDict (thermalProperties.subDict("C"))
word CType (CDict.get< word >("type"))
 if (CType=="uniform")
IOobject rhoKIO ("k", Time::timeName(0), mesh, IOobject::NO_READ, IOobject::NO_WRITE)
const dictionary & kDict (thermalProperties.subDict("k"))
word kType (kDict.get< word >("type"))
 if (kType=="uniform")
IOobject alphaIO ("alpha", Time::timeName(0), mesh, IOobject::NO_READ, IOobject::NO_WRITE)
const dictionary & alphaDict (thermalProperties.subDict("alpha"))
word alphaType (alphaDict.get< word >("type"))
 if (alphaType=="uniform")

Variables

Info<< "Reading thermal properties\n"<< endl;IOdictionary thermalProperties(IOobject("thermalProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));bool thermalStress(thermalProperties.get< bool >("thermalStress"));volScalarField threeKalpha(IOobject("threeKalpha", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(dimensionSet(0, 2, -2, -1, 0), Zero));volScalarField DT(IOobject("DT", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(dimensionSet(0, 2, -1, 0, 0), Zero));if(thermalStress){ autoPtr< volScalarField > CPtr
 else
volScalarField & C = CPtr()
autoPtr< volScalarField > rhoKPtr
volScalarField & rhoK = rhoKPtr()
autoPtr< volScalarField > alphaPtr
volScalarField & alpha = alphaPtr()

Function Documentation

◆ CIO()

IOobject CIO ( "C" ,
Time::timeName(0) ,
mesh ,
IOobject::NO_READ ,
IOobject::NO_WRITE  )

References mesh.

Referenced by if().

Here is the caller graph for this function:

◆ CDict()

const dictionary & CDict ( thermalProperties. subDict"C")

Referenced by CType(), and if().

Here is the caller graph for this function:

◆ CType()

word CType ( CDict.get< word > "type")

References CDict().

Referenced by if().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ if() [1/3]

else if ( CType = = "uniform")

Definition at line 62 of file readThermalProperties.H.

References CDict(), CIO(), CPtr, CType(), and mesh.

Here is the call graph for this function:

◆ rhoKIO()

IOobject rhoKIO ( "k" ,
Time::timeName(0) ,
mesh ,
IOobject::NO_READ ,
IOobject::NO_WRITE  )

References mesh.

Referenced by if().

Here is the caller graph for this function:

◆ kDict()

const dictionary & kDict ( thermalProperties. subDict"k")

Referenced by if(), and kType().

Here is the caller graph for this function:

◆ kType()

word kType ( kDict.get< word > "type")

References kDict().

Referenced by if().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ if() [2/3]

else if ( kType = = "uniform")

Definition at line 117 of file readThermalProperties.H.

References kDict(), kType(), mesh, rhoKIO(), and rhoKPtr.

Here is the call graph for this function:

◆ alphaIO()

IOobject alphaIO ( "alpha" ,
Time::timeName(0) ,
mesh ,
IOobject::NO_READ ,
IOobject::NO_WRITE  )

References mesh.

Referenced by if().

Here is the caller graph for this function:

◆ alphaDict()

const dictionary & alphaDict ( thermalProperties. subDict"alpha")

Referenced by alphaType(), and if().

Here is the caller graph for this function:

◆ alphaType()

word alphaType ( alphaDict.get< word > "type")

References alphaDict().

Referenced by if().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ if() [3/3]

else if ( alphaType = = "uniform")

Definition at line 174 of file readThermalProperties.H.

References alphaDict(), alphaIO(), alphaPtr, alphaType(), and mesh.

Here is the call graph for this function:

Variable Documentation

◆ CPtr

Info<< "Reading thermal properties\n" << endl;IOdictionary thermalProperties( IOobject ( "thermalProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE ));bool thermalStress(thermalProperties.get<bool>("thermalStress"));volScalarField threeKalpha( IOobject ( "threeKalpha", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE ), mesh, dimensionedScalar(dimensionSet(0, 2, -2 , -1, 0), Zero));volScalarField DT( IOobject ( "DT", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE ), mesh, dimensionedScalar(dimensionSet(0, 2, -1 , 0, 0), Zero));if (thermalStress){ autoPtr<volScalarField> CPtr

Definition at line 49 of file readThermalProperties.H.

Referenced by if().

◆ else

else
Initial value:
{
<< "Valid type entries are uniform or field for C"
<< abort(FatalError)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Definition error.H:600

Definition at line 95 of file readThermalProperties.H.

◆ C

volScalarField& C = CPtr()

Definition at line 102 of file readThermalProperties.H.

◆ rhoKPtr

autoPtr<volScalarField> rhoKPtr

Definition at line 104 of file readThermalProperties.H.

Referenced by if().

◆ rhoK

volScalarField& rhoK = rhoKPtr()

Definition at line 157 of file readThermalProperties.H.

◆ alphaPtr

autoPtr<volScalarField> alphaPtr

Definition at line 159 of file readThermalProperties.H.

Referenced by if().

◆ alpha

volScalarField& alpha = alphaPtr()

Definition at line 212 of file readThermalProperties.H.

Referenced by scene::addColourToMesh(), scene::addFieldToMesh(), acousticDampingSource::addSup(), actuationDiskSource::addSup(), atmAmbientTurbSource::addSup(), atmBuoyancyTurbSource::addSup(), atmCoriolisUSource::addSup(), atmLengthScaleTurbSource::addSup(), atmPlantCanopyTSource::addSup(), atmPlantCanopyTurbSource::addSup(), atmPlantCanopyUSource::addSup(), buoyancyTurbSource::addSup(), explicitPorositySource::addSup(), option::addSup(), option::addSup(), option::addSup(), option::addSup(), option::addSup(), PhaseLimitStabilization< Type >::addSup(), Foam::fvc::alphaCorr(), phaseModel::alphaEff(), phaseModel::alphaEff(), multiphaseInterSystem::alphaEff(), multiphaseInterSystem::alphaEff(), multiphaseInterSystem::alphaEff(), multiphaseInterSystem::alphaEff(), alpharAUfs(), topODesignVariables::applyFixedValues(), buoyantKEpsilon< BasicTurbulenceModel >::buoyantKEpsilon(), buoyantKEpsilon< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::buoyantKEpsilon(), InterfaceForce< CloudType >::cacheFields(), BrownianMotionForce< CloudType >::calcCoupled(), MUCSheterogeneousRate< CloudType >::calculate(), viewFactor2LI::calculateFij(), pointMVCWeight::calcWeights(), lookupProfile::Cdl(), profileModel::Cdl(), seriesProfile::Cdl(), GeometricField< scalar, Foam::fvPatchField, Foam::volMesh >::clearOldTimes(), TrajectoryCollision< CloudType >::collideParcels(), continuousGasKEpsilon< BasicTurbulenceModel >::continuousGasKEpsilon(), continuousGasKEqn< BasicTurbulenceModel >::continuousGasKEqn(), kOmegaSSTBase< BasicEddyViscosityModel >::correct(), Maxwell< BasicTurbulenceModel >::correct(), DeardorffDiffStress< BasicTurbulenceModel >::correct(), dynamicKEqn< BasicTurbulenceModel >::correct(), dynamicLagrangian< BasicTurbulenceModel >::correct(), kEqn< BasicTurbulenceModel >::correct(), EBRSM< BasicTurbulenceModel >::correct(), kEpsilon< BasicTurbulenceModel >::correct(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::correct(), kEpsilonPhitF< BasicTurbulenceModel >::correct(), kineticTheoryModel::correct(), kL< BasicTurbulenceModel >::correct(), kOmega< BasicTurbulenceModel >::correct(), LaunderSharmaKE< BasicTurbulenceModel >::correct(), LRR< BasicTurbulenceModel >::correct(), realizableKE< BasicTurbulenceModel >::correct(), RNGkEpsilon< BasicTurbulenceModel >::correct(), SSG< BasicTurbulenceModel >::correct(), contactAngleForce::correct(), contactAngleForce::correct(), thermocapillaryForce::correct(), thixotropicViscosity::correct(), SpalartAllmarasBase< BasicEddyViscosityModel >::correct(), solidification::correctModel(), SpalartAllmarasBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::correctNut(), kOmegaSSTLM< BasicTurbulenceModel >::correctReThetatGammaInt(), PengRobinsonGas< Specie >::Cp(), PengRobinsonGas< Specie >::CpMCv(), Foam::fvc::ddt(), Foam::fvm::ddt(), Foam::fvm::ddt(), MomentumTransferPhaseSystem< BasePhaseSystem >::ddtCorrByAs(), DeardorffDiffStress< BasicTurbulenceModel >::DeardorffDiffStress(), DeardorffDiffStress< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::DeardorffDiffStress(), LESModel< EddyDiffusivity< fluidThermoCompressibleTurbulenceModel > >::declareRunTimeSelectionTable(), RASModel< EddyDiffusivity< fluidThermoCompressibleTurbulenceModel > >::declareRunTimeSelectionTable(), DESModel< BasicTurbulenceModel >::DESModel(), ReynoldsStress< LESModel< BasicTurbulenceModel > >::devRhoReff(), ParticleStressModel::dTaudTheta(), exponential::dTaudTheta(), HarrisCrighton::dTaudTheta(), Lun::dTaudTheta(), kOmegaSSTIDDES< BasicTurbulenceModel >::dTilda(), SpalartAllmarasIDDES< BasicTurbulenceModel >::dTilda(), dynamicKEqn< BasicTurbulenceModel >::dynamicKEqn(), dynamicKEqn< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::dynamicKEqn(), dynamicLagrangian< BasicTurbulenceModel >::dynamicLagrangian(), dynamicLagrangian< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::dynamicLagrangian(), PengRobinsonGas< Specie >::E(), EBRSM< BasicTurbulenceModel >::EBRSM(), EBRSM< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::EBRSM(), EddyDiffusivity< BasicTurbulenceModel >::EddyDiffusivity(), eddyViscosity< BasicTurbulenceModel >::eddyViscosity(), effectivenessTable::energyDensity(), LaheyKEpsilon< BasicTurbulenceModel >::epsilonSource(), thermo::evolveRegion(), extractEulerianParticles::execute(), scalarTransport::execute(), kOmegaSSTIDDES< BasicTurbulenceModel >::fd(), SpalartAllmarasIDDES< BasicTurbulenceModel >::fd(), fieldRegularisation::fieldRegularisation(), for(), for(), forAll(), forAll(), forAll(), forAll(), JohnsonJackson::frictionalPressure(), JohnsonJacksonSchaeffer::frictionalPressure(), Schaeffer::frictionalPressure(), JohnsonJackson::frictionalPressurePrime(), JohnsonJacksonSchaeffer::frictionalPressurePrime(), Schaeffer::frictionalPressurePrime(), backwardDdtScheme< Type >::fvcDdt(), boundedDdtScheme< Type >::fvcDdt(), CoEulerDdtScheme< Type >::fvcDdt(), CrankNicolsonDdtScheme< Type >::fvcDdt(), ddtScheme< Type >::fvcDdt(), EulerDdtScheme< Type >::fvcDdt(), fluxFieldType< Type >::fvcDdt(), localEulerDdtScheme< Type >::fvcDdt(), SLTSDdtScheme< Type >::fvcDdt(), steadyStateDdtScheme< Type >::fvcDdt(), backwardDdtScheme< Type >::fvmDdt(), boundedDdtScheme< Type >::fvmDdt(), CoEulerDdtScheme< Type >::fvmDdt(), CrankNicolsonDdtScheme< Type >::fvmDdt(), ddtScheme< Type >::fvmDdt(), EulerDdtScheme< Type >::fvmDdt(), fluxFieldType< Type >::fvmDdt(), localEulerDdtScheme< Type >::fvmDdt(), SLTSDdtScheme< Type >::fvmDdt(), steadyStateDdtScheme< Type >::fvmDdt(), radialModel::g0(), CarnahanStarling::g0(), LunSavage::g0(), SinclairJackson::g0(), radialModel::g0prime(), CarnahanStarling::g0prime(), LunSavage::g0prime(), SinclairJackson::g0prime(), generalizedNewtonian< BasicMomentumTransportModel >::generalizedNewtonian(), generalizedNewtonian< Foam::fluidThermoCompressibleTurbulenceModel >::generalizedNewtonian(), ghSnGradRho(), PengRobinsonGas< Specie >::H(), AnisothermalPhaseModel< BasePhaseModel >::heEqn(), if(), Foam::Math::incGammaRatio_Q(), KinematicCloud< Foam::DSMCCloud< dsmcParcel > >::info(), MPPICCloud< Foam::DSMCCloud< dsmcParcel > >::info(), topODesignVariables::initialize(), triangleFuncs::intersectAxesBundle(), kEpsilon< BasicTurbulenceModel >::kEpsilon(), kEpsilon< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::kEpsilon(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::kEpsilonLopesdaCosta(), kEpsilonLopesdaCosta< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::kEpsilonLopesdaCosta(), kEpsilonPhitF< BasicTurbulenceModel >::kEpsilonPhitF(), kEpsilonPhitF< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::kEpsilonPhitF(), kEqn< BasicTurbulenceModel >::kEqn(), kEqn< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::kEqn(), kkLOmega::kkLOmega(), kL< BasicTurbulenceModel >::kL(), kL< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::kL(), kOmega< BasicTurbulenceModel >::kOmega(), kOmega< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::kOmega(), kOmegaSST< BasicTurbulenceModel >::kOmegaSST(), kOmegaSST< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::kOmegaSST(), kOmegaSSTBase< BasicEddyViscosityModel >::kOmegaSSTBase(), kOmegaSSTDDES< BasicTurbulenceModel >::kOmegaSSTDDES(), kOmegaSSTDDES< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::kOmegaSSTDDES(), kOmegaSSTDES< BasicTurbulenceModel >::kOmegaSSTDES(), kOmegaSSTDES< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::kOmegaSSTDES(), kOmegaSSTLM< BasicTurbulenceModel >::kOmegaSSTLM(), kOmegaSSTLM< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::kOmegaSSTLM(), kOmegaSSTSAS< BasicTurbulenceModel >::kOmegaSSTSAS(), kOmegaSSTSAS< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::kOmegaSSTSAS(), kOmegaSSTSato< BasicTurbulenceModel >::kOmegaSSTSato(), NicenoKEqn< BasicTurbulenceModel >::kSource(), kEpsilon< BasicTurbulenceModel >::kSource(), LaheyKEpsilon< BasicTurbulenceModel >::kSource(), LaheyKEpsilon< BasicTurbulenceModel >::LaheyKEpsilon(), LamBremhorstKE::LamBremhorstKE(), laminarModel< BasicTurbulenceModel >::laminarModel(), LaunderSharmaKE< BasicTurbulenceModel >::LaunderSharmaKE(), LaunderSharmaKE< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::LaunderSharmaKE(), LESeddyViscosity< BasicTurbulenceModel >::LESeddyViscosity(), LESModel< BasicTurbulenceModel >::LESModel(), LESModel< EddyDiffusivity< fluidThermoCompressibleTurbulenceModel > >::LESModel(), LienCubicKE::LienCubicKE(), LienLeschziner::LienLeschziner(), linearViscousStress< BasicTurbulenceModel >::linearViscousStress(), LRR< BasicTurbulenceModel >::LRR(), LRR< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::LRR(), processorFaPatch::makeCorrectionVectors(), processorFaPatch::makeDeltaCoeffs(), Maxwell< BasicTurbulenceModel >::Maxwell(), Maxwell< Foam::fluidThermoCompressibleTurbulenceModel >::Maxwell(), mixtureKEpsilon< BasicTurbulenceModel >::mixtureKEpsilon(), MPPICCloud< Foam::DSMCCloud< dsmcParcel > >::motion(), laminarModel< BasicTurbulenceModel >::New(), laminarModel< BasicMomentumTransportModel >::New(), generalizedNewtonian< Foam::fluidThermoCompressibleTurbulenceModel >::New(), Stokes< Foam::fluidThermoCompressibleTurbulenceModel >::New(), LESModel< BasicTurbulenceModel >::New(), LESModel< EddyDiffusivity< fluidThermoCompressibleTurbulenceModel > >::New(), RASModel< BasicTurbulenceModel >::New(), RASModel< EddyDiffusivity< fluidThermoCompressibleTurbulenceModel > >::New(), NicenoKEqn< BasicTurbulenceModel >::NicenoKEqn(), nonlinearEddyViscosity< BasicTurbulenceModel >::nonlinearEddyViscosity(), JohnsonJacksonSchaeffer::nu(), Schaeffer::nu(), TimeScaleModel::oneByTau(), equilibrium::oneByTau(), isotropic::oneByTau(), nonEquilibrium::oneByTau(), optionList::operator()(), optionList::operator()(), optionList::operator()(), optionList::operator()(), optionList::operator()(), atmAmbientTurbSource::operator=(), atmBuoyancyTurbSource::operator=(), atmLengthScaleTurbSource::operator=(), atmPlantCanopyTSource::operator=(), atmPlantCanopyTurbSource::operator=(), atmPlantCanopyUSource::operator=(), kOmegaSSTBase< BasicEddyViscosityModel >::operator=(), KinematicCloud< Foam::DSMCCloud< dsmcParcel > >::patchData(), SprayCloud< CloudType >::penetration(), continuousGasKEqn< BasicTurbulenceModel >::phaseTransferCoeff(), NicenoKEqn< BasicTurbulenceModel >::phaseTransferCoeff(), continuousGasKEpsilon< BasicTurbulenceModel >::phaseTransferCoeff(), LaheyKEpsilon< BasicTurbulenceModel >::phaseTransferCoeff(), ParticleErosion< CloudType >::postPatch(), ParticleTrap< CloudType >::preEvolve(), reactingEulerHtcModel::q(), heatTransferCoeffModel::q(), cutFaceAdvect::quadAreaCoeffs(), qZeta::qZeta(), randomCoalescence::R(), randomCoalescence::R(), ReynoldsStress< LESModel< BasicTurbulenceModel > >::R(), RASModel< BasicTurbulenceModel >::RASModel(), RASModel< EddyDiffusivity< fluidThermoCompressibleTurbulenceModel > >::RASModel(), realizableKE< BasicTurbulenceModel >::realizableKE(), realizableKE< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::realizableKE(), faMatrix< Type >::relax(), faMatrix< scalar >::relax(), fvMatrix< Type >::relax(), fvMatrix< scalar >::relax(), GeometricField< Type, PatchField, GeoMesh >::relax(), GeometricField< Type, faPatchField, areaMesh >::relax(), lumpedPointState::relax(), phaseSystem::rho(), RNGkEpsilon< BasicTurbulenceModel >::RNGkEpsilon(), RNGkEpsilon< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::RNGkEpsilon(), general::sample(), FPCG::scalarSolve(), PBiCGStab::scalarSolve(), PCG::scalarSolve(), PPCG::scalarSolveCG(), ConeInjection< CloudType >::setProperties(), ConeNozzleInjection< CloudType >::setProperties(), ShihQuadraticKE::ShihQuadraticKE(), constantRadiation::Shs(), primaryRadiation::Shs(), standardRadiation::Shs(), sigma< BasicTurbulenceModel >::sigma(), sigma< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::sigma(), Smagorinsky< BasicTurbulenceModel >::Smagorinsky(), Smagorinsky< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::Smagorinsky(), SmagorinskyZhang< BasicTurbulenceModel >::SmagorinskyZhang(), populationBalanceModel::solve(), multiphaseSystem::solve(), PBiCCCG< Type, DType, LUType >::solve(), PBiCG::solve(), PBiCICG< Type, DType, LUType >::solve(), PCICG< Type, DType, LUType >::solve(), QRMatrix< MatrixType >::solve(), reactingOneDim::solveEnergy(), thermalBaffle::solveEnergy(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::solveYi(), SpalartAllmaras< BasicTurbulenceModel >::SpalartAllmaras(), SpalartAllmaras< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::SpalartAllmaras(), SpalartAllmarasBase< BasicEddyViscosityModel >::SpalartAllmarasBase(), SpalartAllmarasDDES< BasicTurbulenceModel >::SpalartAllmarasDDES(), SpalartAllmarasDDES< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::SpalartAllmarasDDES(), SpalartAllmarasDES< BasicTurbulenceModel >::SpalartAllmarasDES(), SpalartAllmarasDES< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::SpalartAllmarasDES(), KinematicSurfaceFilm< CloudType >::splashDirection(), Foam::fvc::spread(), SSG< BasicTurbulenceModel >::SSG(), SSG< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::SSG(), Stokes< BasicTurbulenceModel >::Stokes(), Stokes< Foam::fluidThermoCompressibleTurbulenceModel >::Stokes(), Foam::fvc::sweep(), ParticleStressModel::tau(), ParticleStressModel::tau(), exponential::tau(), HarrisCrighton::tau(), Lun::tau(), cutFaceAdvect::timeIntegratedArea(), cutFaceAdvect::timeIntegratedArea(), TroeFallOffFunction::TroeFallOffFunction(), fieldRegularisation::TypeName(), kkLOmega::TypeName(), LamBremhorstKE::TypeName(), LienCubicKE::TypeName(), LienLeschziner::TypeName(), qZeta::TypeName(), ShihQuadraticKE::TypeName(), CarnahanStarling::TypeName(), LunSavage::TypeName(), SinclairJackson::TypeName(), continuousGasKEqn< BasicTurbulenceModel >::TypeName(), NicenoKEqn< BasicTurbulenceModel >::TypeName(), SmagorinskyZhang< BasicTurbulenceModel >::TypeName(), continuousGasKEpsilon< BasicTurbulenceModel >::TypeName(), kOmegaSSTSato< BasicTurbulenceModel >::TypeName(), LaheyKEpsilon< BasicTurbulenceModel >::TypeName(), mixtureKEpsilon< BasicTurbulenceModel >::TypeName(), phaseSystem::U(), MovingPhaseModel< BasePhaseModel >::UEqn(), MovingPhaseModel< BasePhaseModel >::UfEqn(), advectiveFvPatchField< Type >::updateCoeffs(), thermalBaffle1DFvPatchScalarField< solidType >::updateCoeffs(), turbulentTemperatureRadCoupledMixedFvPatchScalarField::updateCoeffs(), filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs(), fixedMultiPhaseHeatFluxFvPatchScalarField::updateCoeffs(), humidityTemperatureCoupledMixedFvPatchScalarField::updateCoeffs(), JohnsonJacksonParticleSlipFvPatchVectorField::updateCoeffs(), JohnsonJacksonParticleThetaFvPatchScalarField::updateCoeffs(), variableHeightFlowRateInletVelocityFvPatchVectorField::updateCoeffs(), reconstructedDistanceFunction::updateContactAngle(), Explicit< CloudType >::velocityCorrection(), WALE< BasicTurbulenceModel >::WALE(), WALE< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::WALE(), cuttingSurfaceBase::walkCellCuts(), while(), while(), FacePostProcessing< CloudType >::write(), regionSizeDistribution::write(), sizeDistribution::write(), ParticleCollector< CloudType >::write(), topODesignVariables::writeData(), levelSetDesignVariables::writeDesignVars(), topODesignVariables::writeDesignVars(), gltfWriter::writeTemplate(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::YiEqn(), PengRobinsonGas< Specie >::Z(), zeroCells(), acousticDampingSource::~acousticDampingSource(), atmCoriolisUSource::~atmCoriolisUSource(), buoyancyTurbSource::~buoyancyTurbSource(), lookupProfile::~lookupProfile(), option::~option(), PhaseLimitStabilization< Type >::~PhaseLimitStabilization(), and seriesProfile::~seriesProfile().