MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / alpha

Function alpha

src/thermophysicalModels/basic/basicThermo/basicThermo.C:507–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505
506
507const Foam::scalarField& Foam::basicThermo::alpha(const label patchi) const
508{
509 return alpha_.boundaryField()[patchi];
510}
511
512
513bool Foam::basicThermo::read()

Callers 15

ThermoPhaseModel.CFile · 0.85
updateCoeffsFunction · 0.85
updateCoeffsFunction · 0.85
updateCoeffsFunction · 0.85
updateCoeffsFunction · 0.85
alphaEffMethod · 0.85
kEpsilon.CFile · 0.85
CDkOmegaFunction · 0.85
kOmegaSSTBase.CFile · 0.85
solveEnergyFunction · 0.85
EulerDdtScheme.CFile · 0.85

Calls 1

boundaryFieldMethod · 0.45

Tested by

no test coverage detected