Skip to content
Snippets Groups Projects
  1. Jul 25, 2008
    • Mark Olesen's avatar
      minor cleanup of Allwmake · 07d8a616
      Mark Olesen authored
        - Remove paraFoam/Allwmake leftover junk
        - Always attempt make of libccmio to ensure lnInclude/ exists
      07d8a616
    • Mark Olesen's avatar
      static label Time::findClosestTimeIndex(const instantList&, const scalar) · 3cdc8ca0
      Mark Olesen authored
        - avoid code duplication in vtkPV3Foam.C and checkTimeOption.H
        - can also be used in Time::findClosestTime(), but didn't touch that
      3cdc8ca0
    • Mark Olesen's avatar
      PV3FoamReader repaired several misfeatures · 8a2596a0
      Mark Olesen authored
        - On the first call, select 'internalMesh' and the 'p', 'U' fields.
          This corresponds to a fairly common default case without loading all
          possible fields etc.
        - Include zones should now work without issuing a FatalError when the
          corresponding files are missing. I must have tried too many things
          at once and didn't notice this before.
        - Use ZoneMesh for zone names if the fvMesh is already cached
          (skips re-reading the same files).
        - Change reader description to "OpenFOAM Reader" to distinguish it a bit
          from the vtkOpenFOAMReader built into paraview/vtk
        - Misc. file and method names reorganized
      
        - Remaining problem:
          mixing internalMesh and cellZones is clunky since there aren't yet
          interpolated point values for cellSets/cellZones. Paraview complains
          about the mismatch, but extracting a block is still okay.
      
        TODO:
        - multi-port output for Lagrangian
        - hold all the vtk mesh parts (including multiblock) and just pass the
          reference. With this, the pipeline might notice that the geometry is
          actually identical and skip the PVGeometryFilter that takes so long.
      8a2596a0
  2. Jul 24, 2008
  3. Jul 23, 2008
  4. Jul 22, 2008
  5. Jul 21, 2008
  6. Jul 20, 2008
  7. Jul 18, 2008