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

Function SuSp

src/finiteVolume/finiteVolume/fvm/fvmSup.C:248–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247template<class Type>
248Foam::zeroField
249Foam::fvm::SuSp
250(
251 const zero&,
252 const GeometricField<Type, fvPatchField, volMesh>& vf
253)
254{
255 return zeroField();
256}
257
258
259// ************************************************************************* //

Callers 15

bEqn.HFile · 0.85
correctFunction · 0.85
correctFunction · 0.85
phaseChange.CFile · 0.85
correctFunction · 0.85
correctFunction · 0.85
mixtureKEpsilon.CFile · 0.85
buoyantKEpsilon.CFile · 0.85
dynamicKEqn.CFile · 0.85
kEqn.CFile · 0.85
realizableKE.CFile · 0.85

Calls 1

zeroFieldClass · 0.85

Tested by

no test coverage detected