Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ writeData
Function
writeData
src/finiteVolume/cfdTools/general/MRF/MRFZoneList.C:117–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
116
117
bool Foam::MRFZoneList::writeData(Ostream& os) const
118
{
119
forAll(*this, i)
120
{
121
os << nl;
122
this->operator[](i).writeData(os);
123
}
124
125
return os.good();
126
}
127
128
129
void Foam::MRFZoneList::addAcceleration
Callers
nothing calls this directly
Calls
3
forAll
Function · 0.50
writeData
Method · 0.45
good
Method · 0.45
Tested by
no test coverage detected