Skip to content
Snippets Groups Projects
  1. Feb 15, 2021
  2. Feb 10, 2021
  3. Feb 09, 2021
  4. Feb 08, 2021
  5. Jan 28, 2021
    • Andrew Heather's avatar
      ENH: surfaceFieldValue - set surface output info for run-time post-processing · 13152510
      Andrew Heather authored
      If the 'writeFields' option is set in surfaceFieldValue, e.g.
      
          surface1
          {
              type        surfaceFieldValue;
              libs        (fieldFunctionObjects);
              operation   none;
              fields      (p);
              regionType  patch;
              name        walls;
      
              // Create a surface in VTK format
              writeFields yes;
              surfaceFormat vtk;
          }
      
      ... the surface can now be used in runTimePostProcessing, e.g.:
      
          surfaces
          {
              surfaceFieldValueOutput
              {
                  type            functionObjectSurface;
                  representation  surface;
                  liveObject      no;
                  field           p;
                  colourBy        field;
                  range           (0 120000);
                  functionObject  surface1;
              }
          }
      
      Note: setting 'liveObject' to 'no' to suppress warnings due to the surface
      not being retrieved from the object registry (default = 'yes') - this surface
      can [currently] only be read from disk.
      13152510
    • Andrew Heather's avatar
      STYLE: minor doc update · 170d73f4
      Andrew Heather authored
      170d73f4
  6. Jan 27, 2021
  7. Jan 26, 2021
  8. Jan 25, 2021
  9. Jan 22, 2021
  10. Jan 20, 2021
  11. Jan 18, 2021
  12. Jan 15, 2021
  13. Jan 13, 2021
  14. Jan 08, 2021
  15. Jan 06, 2021
  16. Jan 04, 2021
  17. Jan 03, 2021
  18. Dec 23, 2020