Go to the source code of this file.
Functions | |
if (!thermo.isotropic()) | |
Variables | |
fvMesh & | mesh = solidRegions[i] |
solidThermo & | thermo = thermos[i] |
tmp< volScalarField > | trho = thermo.rho() |
const volScalarField & | rho = trho() |
tmp< volScalarField > | tcp = thermo.Cp() |
const volScalarField & | cp = tcp() |
tmp< volSymmTensorField > | taniAlpha |
volScalarField & | h = thermo.he() |
const volScalarField & | betav = betavSolid[i] |
fv::options & | fvOptions = solidHeatSources[i] |
if | ( | !thermo. | isotropic() | ) |
Definition at line 11 of file setRegionSolidFields.H.
References aniAlphas(), coordinates(), cp, mesh, and taniAlpha.
fvMesh& mesh = solidRegions[i] |
Definition at line 1 of file setRegionSolidFields.H.
Referenced by if().
Definition at line 2 of file setRegionSolidFields.H.
tmp<volScalarField> trho = thermo.rho() |
Definition at line 4 of file setRegionSolidFields.H.
Referenced by StandardChemistryModel< ReactionThermo, ThermoType >::calculate(), StandardChemistryModel< ReactionThermo, ThermoType >::calculateRR(), EDC< ReactionThermo >::correct(), PaSR< ReactionThermo >::correct(), momentumError::divDevRhoReff(), forAll(), multiphaseSystem::rho(), phaseSystem::rho(), constantFilmThermo::rho(), liquidFilmThermo::rho(), StandardChemistryModel< ReactionThermo, ThermoType >::solve(), and StandardChemistryModel< ReactionThermo, ThermoType >::tc().
const volScalarField& rho = trho() |
Definition at line 5 of file setRegionSolidFields.H.
tmp<volScalarField> tcp = thermo.Cp() |
Definition at line 7 of file setRegionSolidFields.H.
Referenced by forAll().
const volScalarField& cp = tcp() |
Definition at line 8 of file setRegionSolidFields.H.
Referenced by heThermo< BasicThermo, MixtureType >::Cp(), absoluteEnthalpy< Thermo >::Cpv(), sensibleEnthalpy< Thermo >::Cpv(), Cv(), StandardChemistryModel< ReactionThermo, ThermoType >::derivatives(), TDACChemistryModel< ReactionThermo, ThermoType >::derivatives(), forAll(), if(), triangle< Point, PointRef >::nearestPointClassify(), faFieldReconstructor::reconstructField(), fvFieldReconstructor::reconstructField(), timeVaryingMassSorptionFvPatchScalarField::source(), plenumPressureFvPatchScalarField::updateCoeffs(), timeVaryingMassSorptionFvPatchScalarField::updateCoeffs(), and humidityTemperatureCoupledMixedFvPatchScalarField::updateCoeffs().
tmp<volSymmTensorField> taniAlpha |
Definition at line 10 of file setRegionSolidFields.H.
Referenced by if().
volScalarField& h = thermo.he() |
Definition at line 33 of file setRegionSolidFields.H.
Referenced by jouleHeatingSource::addSup(), Grimshaw::alfa(), filmTurbulenceModel::Cw(), Foam::Math::erfInv(), Grimshaw::eta(), McCowan::eta(), thermo::evolveRegion(), forAll(), liquidProperties::Ha(), heThermo< BasicThermo, MixtureType >::heBoundaryCorrection(), liquidProperties::Hs(), Foam::HSV_to_RGB(), if(), McCowan::mn(), McCowan::newtonRapsonF1(), McCowan::newtonRapsonF2(), optionList::operator()(), speciesSorptionFvPatchScalarField::patchSource(), waveGenerationModel::readWaveHeight(), Foam::RGB_to_HSV(), SIBS::solve(), optionList::source(), SVD::SVD(), heThermo< BasicThermo, MixtureType >::THE(), irregularMultiDirectional::Uf(), Grimshaw::Uf(), McCowan::Uf(), StokesI::UfBase(), StokesII::UfBase(), LISAAtomization< CloudType >::update(), waveMakerPointPatchVectorField::waveLength(), irregularMultiDirectional::waveLength(), and StokesI::waveLength().
const volScalarField& betav = betavSolid[i] |
Definition at line 35 of file setRegionSolidFields.H.
fv::options& fvOptions = solidHeatSources[i] |
Definition at line 37 of file setRegionSolidFields.H.