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

Function read

src/functionObjects/field/fieldValues/fieldValue/fieldValue.C:90–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
89
90bool Foam::functionObjects::fieldValue::read(const dictionary& dict)
91{
92 if (dict != dict_)
93 {
94 dict_ = dict;
95 }
96
97 fvMeshFunctionObject::read(dict);
98
99 dict.lookup("fields") >> fields_;
100 dict.lookup("writeFields") >> writeFields_;
101
102 return true;
103}
104
105
106bool Foam::functionObjects::fieldValue::execute()

Callers 1

fieldValue.CFile · 0.70

Calls 1

lookupMethod · 0.80

Tested by

no test coverage detected