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

Function read

src/functionObjects/field/readFields/readFields.C:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
66
67bool Foam::functionObjects::readFields::read(const dictionary& dict)
68{
69 fvMeshFunctionObject::read(dict);
70
71 dict.lookup("fields") >> fieldSet_;
72
73 return true;
74}
75
76
77bool Foam::functionObjects::readFields::execute()

Callers 1

readFields.CFile · 0.70

Calls 1

lookupMethod · 0.80

Tested by

no test coverage detected