Skip to content
Snippets Groups Projects
  1. Nov 29, 2018
    • Mark OLESEN's avatar
      01a21911
    • Mark OLESEN's avatar
      ENH: append date to build info · d587e2f0
      Mark OLESEN authored
      - append the commit hash value with the commit date when creating
        the build string information and drop the version prefix.
      
        This provides an immediate overview of when the code was last
        changed. The prefixed version information can be dropped from
        the build string, since it is readily available in other forms.
      d587e2f0
    • Mark OLESEN's avatar
      COMP: adjust headers for more detailed build info in the future (issue #1010) · 4b7e11fc
      Mark OLESEN authored
      - this splits a larger changeset for a gradual implementation
      4b7e11fc
    • Mark OLESEN's avatar
      ENH: relocate WM_PROJECT_SITE default (issue #1050) · 9e094f1f
      Mark OLESEN authored
      - was PREFIX/site, now PROJECT/site
      
        This avoids several issues when installing OpenFOAM in clusters
        without an intermediate OpenFOAM-specific installation prefix.
      
        The 'site' directory may have a reserved meaning in these situations
        and it is undesirable to 'leak' upwards into the parent directory to
        look for configuration files.
      
        Placing the default within the project directory avoids this.
        Alternative locations can be given via the WM_PROJECT_SITE variable.
      9e094f1f
    • Mark OLESEN's avatar
      STYLE: adjust wording, file-layout · be46f968
      Mark OLESEN authored
      - comments in bashrc, cshrc.
      - about controlDict names for allowSystemOperations
      be46f968
    • Mark OLESEN's avatar
      SUBMODULE: catalyst with so versioning · 3f7ea92e
      Mark OLESEN authored
      3f7ea92e
    • Mark OLESEN's avatar
      d45d7ca8
    • Mark OLESEN's avatar
      ENH: improve setup for paraview · 628b2445
      Mark OLESEN authored
      - removed reliance on ParaView_INCLUDE_DIR variable for conveying the
        major.minor version information when compiling. This can be somewhat
        fragile and also adds variable that is an unnecessary when running
        (only used when compiling).
      
        Instead use `have_pvplugin_support` function in paraviewFunctions
        wmake script to determine the maj.min from the PV_PLUGIN_PATH
        since we have already defined the output path there with paraview
        maj.min numbering.
      
        Can now build with paraview from the operating system,
        provided that it has develop headers available.
      
            ParaView_VERSION=system
      
        In the etc/config.sh/paraview setup, the maj.min is taken from
        the corresponding `paraview --version` output and used when
        defining the PV_PLUGIN_PATH.
      
        During the build, the include path taken from `paraview-config`
        for a system installation, from the guess installation root
        of the paraview binary, or ParaView_DIR otherwise.
      
      NB: using a system ParaView for building runTimePostProcessing is unsupported.
      
      - these types of builds appear to have various library resolution issues
        (eg, libexpat not being loaded). Additionally, the build logic does
        not yet cover this type of use case.
      628b2445
  2. Nov 28, 2018
  3. Nov 27, 2018
  4. Nov 26, 2018
  5. Nov 25, 2018
  6. Nov 24, 2018
    • Mark OLESEN's avatar
      ENH: add boundaryToCell, patchToCell topoSetCellSources (#1060) · a139543e
      Mark OLESEN authored
      - can be used, for example, to visualize all wall cells - for quality
        or other purposes - without requiring an intermediate faceSet for
        the selection. Request arising from pending merge !213.
      a139543e
    • Mark OLESEN's avatar
      ENH: add 'use' action for parcel selection · ff18ab58
      Mark OLESEN authored
      - shortcut for "clear" + "add".
      
        At the end of the operation, only parcels matching that particular
        selection source will be used.
      ff18ab58
    • Mark OLESEN's avatar
      ENH: improvements for dataCloud function object (issue #1044) · 58dae2de
      Mark OLESEN authored
      - now supports a parcel selection mechanism like vtkCloud,
        giving the ability to select a subset of parcels.
        For example, a given stride, or removal of parcels with a small
        diameter.
      
        Eg,
            dataCloud output Time: 3.2
            Applying parcel filtering to 994 parcels
            - add stride 4
            - subtract field U : (less 0.2)
            After filtering using 214/994 parcels
      
      - add output precision control for dataCloud
      58dae2de
  7. Nov 23, 2018
    • Mark OLESEN's avatar
      BUG: errors found in feature-vtm merge !213 · 05353da5
      Mark OLESEN authored
      - vtkWrite with moving mesh was not updated the subsets properly,
        which caused it to crash.
      
      - foamToVTK -overwrite ignored for single region cases,
        was working for multi-region cases
      
      - minor documentation changes
      05353da5
  8. Nov 16, 2018
  9. Nov 15, 2018