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

Function read

src/combustionModels/combustionModel/combustionModel.C:84–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
83
84bool Foam::combustionModel::read()
85{
86 if (regIOobject::read())
87 {
88 this->lookup("active") >> active_;
89 coeffs_ = optionalSubDict(modelType_ + "Coeffs");
90 return true;
91 }
92 else
93 {
94 return false;
95 }
96}
97
98
99// ************************************************************************* //

Callers 8

diffusion.CFile · 0.50
zoneCombustion.CFile · 0.50
EDC.CFile · 0.50
PaSR.CFile · 0.50
laminar.CFile · 0.50
noCombustion.CFile · 0.50

Calls 2

optionalSubDictFunction · 0.85
lookupMethod · 0.80

Tested by

no test coverage detected