MCPcopy 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
117bool 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
129void Foam::MRFZoneList::addAcceleration

Callers

nothing calls this directly

Calls 3

forAllFunction · 0.50
writeDataMethod · 0.45
goodMethod · 0.45

Tested by

no test coverage detected