Skip to content
Snippets Groups Projects
  1. Jan 06, 2019
  2. Apr 08, 2019
  3. Dec 20, 2018
  4. Dec 19, 2018
  5. Dec 20, 2018
  6. Dec 19, 2018
  7. Dec 18, 2018
    • Andrew Heather's avatar
      TUT: Added new bump2D case · 79f9c3bb
      Andrew Heather authored
      79f9c3bb
    • Andrew Heather's avatar
      ENH: Added new columnAverage function object · 485523ea
      Andrew Heather authored
          Averages columns of cells for layered meshes.
      
          For each patch face, calculates the average value of all cells attached in
          the patch face normal direction, and then pushes the average value back
          to all cells in the column.
      
          Useful for channel-like cases where we want to average fields in the
          spanwise direction.
      
          Example of function object specification:
          columnAverage1
          {
              type        columnAverage;
              libs        ("libfieldFunctionObjects.so");
              ...
              patches     (front side);
              fields      (U p);
          }
      
          Where the entries comprise:
          \table
              Property     | Description               | Required    | Default value
              type         | type name: fieldMinMax    | yes         |
              patches      | list of patches to collapse onto | yes  |
              fields       | list of fields to process | yes         |
          \endtable
      485523ea
  8. Dec 17, 2018
  9. Dec 19, 2018
  10. Dec 18, 2018
  11. Dec 17, 2018
  12. Dec 16, 2018
  13. Dec 15, 2018