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

Function execute

etc/codeTemplates/functionObject/FUNCTIONOBJECT.C:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79bool Foam::functionObjects::FUNCTIONOBJECT::execute()
80{
81 return true;
82}
83
84
85bool Foam::functionObjects::FUNCTIONOBJECT::end()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected