Go to the source code of this file.
Functions | |
| if (doInternal||doBoundary) | |
| if (doInternal) | |
| fileName | vtmOutputBase (outputDir/regionDir/vtkName+timeDesc) |
| if (doBoundary) | |
| if (oneBoundary &&patchIds.size()) | |
| else | if (patchIds.size()) |
| if (doPointValues &&(nVolFields||nDimFields)) | |
| writeAllDimFields (internalWriter, meshProxy, objects, true, cacheFieldsPtr.get()) | |
| if (doPointValues) | |
| if (internalWriter) | |
| for (auto &writer :patchWriters) | |
| pInterp | clear () |
| if (UPstream::master()) | |
Variables | |
| const label | nVolFields |
| const label | nDimFields |
| label | nPointFields |
| vtk::vtmWriter | vtmWriter |
| vtk::vtmWriter | vtmBoundaries |
| autoPtr< vtk::internalWriter > | internalWriter |
| autoPtr< volPointInterpolation > | pInterp |
| const polyBoundaryMesh & | patches = mesh.boundaryMesh() |
| PtrList< vtk::patchWriter > | patchWriters |
| PtrList< PrimitivePatchInterpolation< primitivePatch > > | patchInterps |
| labelList | patchIds |
| std::unique_ptr< objectRegistry > | cacheFieldsPtr |
| if | ( | doInternal|| | doBoundary | ) |
Definition at line 48 of file convertVolumeFields.H.
| if | ( | doInternal | ) |
Definition at line 52 of file convertVolumeFields.H.
| if | ( | doBoundary | ) |
Definition at line 144 of file convertVolumeFields.H.
| if | ( | oneBoundary &&patchIds. | size() | ) |
Definition at line 149 of file convertVolumeFields.H.
References args, patchIds, patchInterps, patchWriters, regionDir, vtmOutputBase(), vtmWriter, and writer().

| else if | ( | patchIds. | size() | ) |
Definition at line 197 of file convertVolumeFields.H.
References args, nPatchWriters, patches, patchId(), patchIds, patchInterps, patchWriters, pp(), regionDir, selectedPatchId(), vtmBoundaries, vtmOutputBase(), vtmWriter, and writer().

| if | ( | doPointValues && | nVolFields||nDimFields | ) |
Definition at line 289 of file convertVolumeFields.H.
References cacheFieldsPtr, nDimFields, nVolFields, and runTime.
| writeAllDimFields | ( | internalWriter | , |
| meshProxy | , | ||
| objects | , | ||
| true | , | ||
| cacheFieldsPtr. | get() ) |
| if | ( | doPointValues | ) |
Definition at line 371 of file convertVolumeFields.H.
References cacheFieldsPtr, forAll, internalWriter, nDimFields, nPointFields, nVolFields, patchInterps, patchWriters, pInterp, and writeAllDimFields().

| if | ( | internalWriter | ) |
Definition at line 435 of file convertVolumeFields.H.
References internalWriter.
| for | ( | auto &writer :patchWriters | ) |
Definition at line 440 of file convertVolumeFields.H.
References patchWriters, and writer().

| pInterp clear | ( | ) |
References patchInterps, patchWriters, and pInterp.
| if | ( | UPstream::master() | ) |
Definition at line 452 of file convertVolumeFields.H.
References outputName(), regionDir, regionName, vtmBoundaries, vtmOutputBase(), and vtmWriter.

| const label nVolFields |
Definition at line 26 of file convertVolumeFields.H.
| const label nDimFields |
Definition at line 33 of file convertVolumeFields.H.
| label nPointFields |
Definition at line 40 of file convertVolumeFields.H.
Referenced by if().
| vtk::vtmWriter vtmWriter |
Definition at line 67 of file convertVolumeFields.H.
| vtk::vtmWriter vtmBoundaries |
Definition at line 70 of file convertVolumeFields.H.
| autoPtr<vtk::internalWriter> internalWriter |
Definition at line 73 of file convertVolumeFields.H.
| autoPtr<volPointInterpolation> pInterp |
Definition at line 76 of file convertVolumeFields.H.
Referenced by clear(), if(), ReactingWeberNumber< CloudType >::postEvolve(), internalWriter::write(), internalWriter::write(), patchWriter::write(), patchWriter::write(), Foam::writeAllDimFields(), Foam::writeAllVolFields(), Foam::writeDimFields(), and Foam::writeVolFields().
| const polyBoundaryMesh& patches = mesh.boundaryMesh() |
Definition at line 138 of file convertVolumeFields.H.
| PtrList<vtk::patchWriter> patchWriters |
Definition at line 140 of file convertVolumeFields.H.
| PtrList<PrimitivePatchInterpolation<primitivePatch> > patchInterps |
Definition at line 141 of file convertVolumeFields.H.
Referenced by clear(), if(), if(), if(), Foam::writeAllVolFields(), and Foam::writeVolFields().
| labelList patchIds |
Definition at line 143 of file convertVolumeFields.H.
| std::unique_ptr<objectRegistry> cacheFieldsPtr |
Definition at line 287 of file convertVolumeFields.H.
Referenced by if(), if(), and writeAllDimFields().