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

Method write

src/meshTools/edgeMesh/edgeMesh.H:264–267  ·  view source on GitHub ↗

- Generic write routine. Chooses writer based on extension.

Source from the content-addressed store, hash-verified

262
263 //- Generic write routine. Chooses writer based on extension.
264 virtual void write(const fileName& name) const
265 {
266 write(name, *this);
267 }
268
269
270 // Member Operators

Callers 15

writeObjectFunction · 0.45
curvatureSeparationFunction · 0.45
thixotropicViscosityFunction · 0.45
checkFunction · 0.45
blockMesh.CFile · 0.45
projectFace.CFile · 0.45
projectEdge.CFile · 0.45
projectCurveEdge.CFile · 0.45

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected