Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ execute
Function
execute
src/functionObjects/utilities/systemCall/systemCall.C:108–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
107
108
bool Foam::functionObjects::systemCall::execute()
109
{
110
forAll(executeCalls_, callI)
111
{
112
Foam::system(executeCalls_[callI]);
113
}
114
115
return true;
116
}
117
118
119
bool Foam::functionObjects::systemCall::end()
Callers
nothing calls this directly
Calls
2
system
Function · 0.85
forAll
Function · 0.50
Tested by
no test coverage detected