Skip to content
Snippets Groups Projects
  1. May 17, 2019
  2. May 15, 2019
  3. May 10, 2019
  4. May 02, 2019
  5. Apr 25, 2019
  6. Apr 10, 2019
  7. Apr 08, 2019
  8. Apr 03, 2019
  9. Apr 04, 2019
  10. Mar 29, 2019
  11. Mar 28, 2019
  12. Mar 25, 2019
  13. Mar 22, 2019
  14. Mar 13, 2019
  15. Mar 26, 2019
    • Mark OLESEN's avatar
      ENH: improve findInstance handling of negative times (#1112) · f200fc13
      Mark OLESEN authored
      - normally findInstance will 'bottom out' with the constant directory
        while doing its reverse time search. This mechanism however fails
        when searching for negative start values (if there are none in the
        list). Add additional logic for this so that constant will also be
        used in these situations.
      
      Note: to have decomposePar work for all times, may need the -constant option
      to trigger the proper time list.
      f200fc13
  16. Feb 23, 2019
    • Mark OLESEN's avatar
      ENH: new PDRblockMesh mesh generation utility (issue #1216) · 84270ed6
      Mark OLESEN authored
      - While a rectilinear mesh can be created with blockMesh, not every mesh
        created with blockMesh will satisfy the requirements for being a
        rectilinear mesh.
      
        This alternative to blockMesh uses a single block that is aligned
        with the xy-z directions and specifications of the control points,
        mesh divisions and expansion ratios. For example,
      
          x
          {
              points  ( -13.28 -0.10 6.0 19.19 );
              nCells  (  10  12 10 );
              ratios  ( 0.2   1  5 );
          }
      
          y { ... }
          z { ... }
      
        With only one block, the boundary patch definition is simple and the
        canonical face number is used directly. For example,
      
          inlet
          {
              type    patch;
              faces   ( 0 );
          }
          outlet
          {
              type    patch;
              faces   ( 1 );
          }
      
          sides
          {
              type    patch;
              faces   ( 2 3 );
          }
      
          ...
      
      - After a mesh is defined, it is trivial to retrieve mesh-related
        information such as cell-volume, cell-centres for any i-j-k location
        without an actual polyMesh.
      
      STYLE: remove -noFunctionObjects from blockMesh
      
      - no time loop, so function objects cannot be triggered anyhow.
      84270ed6
    • Mark OLESEN's avatar
      33edea3e
  17. Feb 18, 2019
  18. Feb 15, 2019
  19. Feb 13, 2019
    • Mark OLESEN's avatar
      ENH: extended runTimePostProcessing (#1206) · 42fbf6d3
      Mark OLESEN authored
      - Extended runTimePostProcessing to include access to "live"
        simulation objects such a geometry patches and sampled surfaces
        stored on the "functionObjectObjects" registry.
      
      - Add 'live' runTimePostProcessing of cloud data.
        Extracts position and fields from the cloud via its objectRegistry writer
      
      - For the "live" simulation objects, there are two new volume filters
        that work directly with the OpenFOAM volume fields:
            * iso-surface
            * cutting planes
        Both use the VTK algorithms directly and support multiple values.
        Eg, can make multiple iso-levels or multiple planes parallel to each
        other.
      
      - When VTK has been compiled with MPI-support, parallel rendering will
        be used.
      
      - Additional title text properties (shadow, italic etc)
      
      - Simplified handling of scalar-bar and visibility switches
      
      - Support multiple text positions. Eg, for adding watermark text.
      42fbf6d3
  20. Feb 12, 2019
  21. Feb 11, 2019
  22. Jan 22, 2019
    • sergio's avatar
      ENH: Adding reflection capability to solar load radiation model · 65952610
      sergio authored
      ENH: Several modifycations to avoid erroneuos rays to be shot
      from wrong faces.
      
      ENH: Updating tutorials and avoiding registration of the
      coarse singleCellFvMesh
      
      Adding solarLoad tutorial case simpleCarSolarPanel
      
      ENH: Changes needed for the merge
      65952610
  23. Feb 12, 2019
  24. Feb 08, 2019
  25. Feb 06, 2019
  26. Feb 05, 2019
  27. Feb 04, 2019
  28. Feb 01, 2019
  29. Jan 28, 2019
  30. Jan 24, 2019
  31. Jan 23, 2019