43 const label fluentFieldIdentifier,
47 const vectorField& phiInternal = phi.internalField();
52 << fluentFieldIdentifier <<
" "
57 <<
"1 " << phiInternal.
size()
60 forAll (phiInternal, cellI)
63 << phiInternal[cellI].x() <<
" "
64 << phiInternal[cellI].y() <<
" "
65 << phiInternal[cellI].z() <<
" "
72 label nWrittenFaces = phiInternal.size();
75 forAll (phi.boundaryField(), patchI)
77 const vectorField& patchPhi = phi.boundaryField()[patchI];
82 << fluentFieldIdentifier <<
" "
86 << nWrittenFaces + 1 <<
" " << nWrittenFaces + patchPhi.
size()
90 nWrittenFaces += patchPhi.size();
95 << patchPhi[faceI].x() <<
" "
96 << patchPhi[faceI].y() <<
" "
97 << patchPhi[faceI].z() <<
" "