Skip to content
Snippets Groups Projects
  1. Dec 03, 2018
    • sergio's avatar
      ENH: · 9893e623
      sergio authored
      Adding reflecting fluxes to Solar load radiation model.
      Adding functionality to the boundary radiation models and new
      place holder for basic wall types such as transparent, opaqueDiffusive,
      opaqueReflective,etc.
      Changing radiation wall models to run time selectable.
      Adding multi-band capabilities to VF model and improving the set up
      for using solar loads in VF and fvDOM radiation models.
      9893e623
  2. Apr 25, 2019
  3. Apr 10, 2019
  4. Apr 08, 2019
  5. Apr 03, 2019
  6. Apr 04, 2019
  7. Mar 29, 2019
  8. Mar 28, 2019
  9. Mar 25, 2019
  10. Mar 22, 2019
  11. Mar 13, 2019
  12. 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
  13. 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
  14. Feb 18, 2019
  15. Feb 15, 2019
  16. 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
  17. Feb 12, 2019
  18. Feb 11, 2019
  19. Feb 12, 2019
  20. Feb 08, 2019
  21. Feb 06, 2019
  22. Feb 05, 2019
  23. Feb 04, 2019
  24. Feb 01, 2019
  25. Jan 28, 2019
  26. Jan 24, 2019
  27. Jan 23, 2019
  28. Jan 21, 2019
  29. Jan 17, 2019
  30. Jan 15, 2019
  31. Jan 10, 2019