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

Function read

src/functionObjects/field/interfaceHeight/interfaceHeight.C:244–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
243
244bool Foam::functionObjects::interfaceHeight::read(const dictionary& dict)
245{
246 dict.readIfPresent("alpha", alphaName_);
247 dict.readIfPresent("liquid", liquid_);
248 dict.lookup("locations") >> locations_;
249 dict.readIfPresent("interpolationScheme", interpolationScheme_);
250
251 return true;
252}
253
254
255bool Foam::functionObjects::interfaceHeight::execute()

Callers 1

interfaceHeight.CFile · 0.70

Calls 2

readIfPresentMethod · 0.80
lookupMethod · 0.80

Tested by

no test coverage detected