Skip to content
Snippets Groups Projects
  1. Jun 28, 2016
  2. Jun 27, 2016
  3. Jun 26, 2016
    • Spencer Sherwin's avatar
      Merge branch 'feature/CurvedEdgeFromFile' into 'master' · 7567f47d
      Spencer Sherwin authored
      Extend ProcessCurve to allow reading coordinates from file
      
      This MR extends the ProcessCurve module of NekMesh to read  the coordinates from a file (in 2D).
      
      The file should be in the .pts format, with `DIM=1` and one field corresponding to the y-coordinate. For example:
      ``` xml
      <?xml version="1.0" encoding="utf-8" ?>
      <NEKTAR>
        <POINTS DIM="1" FIELDS="y" >
          0.000000E+00    0.000000E+00
          1.000000E+00    1.000000E+00
        </POINTS>
      </NEKTAR>
      ```
      
      See merge request !628
      7567f47d
  4. Jun 23, 2016
  5. Jun 21, 2016
  6. Jun 20, 2016
  7. Jun 11, 2016
  8. Jun 10, 2016
  9. Jun 09, 2016
  10. Jun 06, 2016
  11. Jun 02, 2016
  12. Jun 01, 2016
  13. May 31, 2016
    • Dave Moxey's avatar
      Merge branch 'feature/FCcombineAvg' into 'master' · ed5efec2
      Dave Moxey authored
      FieldConvert module for combining average fields
      
      This MR introduces a new FieldConvert module that combines fields obtained through `FilterAverageFields` or `FilterReynoldsStresses` (the Reynolds stresses are added correctly, what is not possible using only `addfld`).
      
      The number of samples in each field is automatically considered and the total number of samples is stored in the output file, allowing for multiple files from simulations with different numsteps to be combined easily. 
      
      See merge request !620
      ed5efec2
Loading