Skip to content
Snippets Groups Projects
  1. Aug 19, 2008
  2. Aug 15, 2008
  3. Aug 14, 2008
  4. Aug 13, 2008
  5. Aug 10, 2008
  6. Aug 09, 2008
  7. Aug 08, 2008
    • Mark Olesen's avatar
      PV3FoamReader gets (single) mesh region handling · 9427a34c
      Mark Olesen authored
        - handling multiple regions require multiple readers
        - a region is currently recognized by the file name, anything after the
          '=' delimiter (eg, "case=region.OpenFOAM") is used to determine the
          mesh region, but might be changed in the future
          eg, 'case%region', 'case^region', 'case~region', 'case{region}' ...
      
      Note:
        - Having a separate reader for each region instead attempting to handle
          all the mesh regions in a single reader is the better solution.
          It is not only simpler, but allows distinct field selections for
          each region
      Todo:
        - Haven't a test for Lagrangian and multi-regions.
      9427a34c
    • Mark Olesen's avatar
      paraFoam improvements · 752c8eae
      Mark Olesen authored
        - only create (and remove) case.OpenFOAM file if it doesn't already exist
        - new -touch option just generates case.OpenFOAM file and exits
        - new -region option to create case=regionName.OpenFOAM file
          (the delimiter may change in the future)
      752c8eae
    • Mark Olesen's avatar
    • Mark Olesen's avatar
      replace 'prinf' with 'print' in blockMeshDict.m4 files · 2e6f9962
      Mark Olesen authored
        - how did the old versions actually even work?
      2e6f9962
    • Mark Olesen's avatar
      cht tutorial tidy up · a99632d4
      Mark Olesen authored
        - remove inappropriate fields from the regions
          (only important or useful for post-processing)
        - Allclean script had missed some files
      a99632d4
    • Mark Olesen's avatar
      adjusted and improved buildParaView script · 851abe76
      Mark Olesen authored
        - usage, explicit -fast option for rebuilding new -mpi, -python, -mesa
          options for specifying alternative modules to include without editing
          the file
        - the build options can also be grabbed from the script name itself.
          eg, the soft-link buildParaView3.3-cvs-python specifies that the python
          module should be included
        - misc. cleanup in tools/buildParaViewFunctions: give the user some
          feedback about the python version, set all variables at the bottom
          of the file rather between initialise and build.
        - be more careful when changing the hard-links to avoid the find
          '-execdir' option (fails when the user has '.' in the path), and
          do separate find/loop/grep/sed on the files to avoid touching too many
          files and ruining a later rebuild stage.
      
      Notes:
        - the cmake uses -DCMAKE_INSTALL_PREFIX=$PARAVIEW_APP_DIR, but this
          variable isn't defined anywhere.
      851abe76
    • Mark Olesen's avatar
    • Mattijs Janssens's avatar