Skip to content
Snippets Groups Projects
  1. Mar 10, 2009
    • Mark Olesen's avatar
      sampledSurface hacking proof-of-concept · 34da7318
      Mark Olesen authored
      - using 'nil' type to write geometry only, in the future we could fallback to 'null'
        writer and hook in arbitrary formats from surfMesh
      
      - IOobject gets writeEndDivider() static method
      34da7318
    • Mark Olesen's avatar
      surfMesh changes · ce3d79de
      Mark Olesen authored
      - can read MeshedSurface, UnsortedMeshedSurface from surfMesh/
      - can write surfMesh in any third-party format
      ce3d79de
  2. Mar 09, 2009
  3. Mar 07, 2009
    • Mark Olesen's avatar
      surfMesh reworked · 6309810e
      Mark Olesen authored
      - treat 'ofs' IO just like any other format
      - dropped BasicMeshedSurface, since MeshedSurface can now also have zero or
        more zones
      - UnsortedMeshedSurface is a special type of MeshedSurface with zero zones,
        but with additional zoneId labels
      - use MeshedSurfaceProxy for writing surfaces with points/faces/zones and
        optional faceMap - provides output interface for MeshedSurface,
        UnsortedMeshedSurface and surfMesh.
      - simplify output to filenames only, I can't see that the Ostream
        is needed anywhere
      - surfMesh renaming now works, after the objectRegistry fix
      6309810e
  4. Mar 06, 2009
    • Mark Olesen's avatar
      objectRegistry fixes · b968e62e
      Mark Olesen authored
      - objectRegistry gets a rename() that also adjusts the dbDir
      - cloud reworked to use static variables subInstance and defaultName.
        This avoids writing "lagrangian" everywhere
      
      string fixes
      - avoid masking of std::string::replace in string.H
      - avoid old strstream in PV3FoamReader
      b968e62e
  5. Mar 05, 2009
  6. Mar 04, 2009
  7. Mar 03, 2009
    • mattijs's avatar
      more flexible mrfzones · 7e735715
      mattijs authored
      	modified:   finiteVolume/cfdTools/general/MRF/MRFZone.C
      modified:   finiteVolume/cfdTools/general/MRF/MRFZone.H
      	modified:   ../tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/MRFZones
      7e735715
  8. Mar 02, 2009
    • Mark Olesen's avatar
      Added Jenkin's hash functions in C++ form · 44a86232
      Mark Olesen authored
      - not much speed difference between SuperFastHash and Jenkin's lookup3 but
        both are 5-10% faster than what is currently implemented in Foam::string,
        albeit inlining probably helps there.
      
      - TODO: integration with existing infrastructure
      44a86232
  9. Mar 01, 2009
  10. Feb 27, 2009
  11. Feb 26, 2009