Skip to content
Snippets Groups Projects
  1. Oct 13, 2020
  2. Oct 12, 2020
  3. Oct 08, 2020
  4. Oct 07, 2020
  5. Oct 06, 2020
  6. Oct 05, 2020
    • Mark OLESEN's avatar
      TUT: use new 'arc' specification in several tutorials · 121c69ef
      Mark OLESEN authored
      - in most cases this eliminates manually calculation of circumferential
        points.
      
      TUT: improve parameterization of sphere blockMeshDict
      
      - allow separate parameterization of radius, ratio of inner to outer,
        and the number of divisions in x/y/z and radial directions
      121c69ef
    • Mark OLESEN's avatar
      ENH: support arc edge specification with origin point · 1d08ed9b
      Mark OLESEN authored
      - The arc will frequently enclose an angle less than 180 degrees.
        For the case, it is possible to define the arc by its endpoints
        and its centre (origin) point. For example,
      
            arc 0 1 origin (0 0 0);
      
        When defined in the way, any discrepancy in the arc radius for the
        endpoints is resolved by adjusting the origin to ensure that the
        average radius is satisfied.
      
        It is also possible to specify a \em flatness factor as a multiplier
        of the radius. For example,
      
            arc 0 1 origin 1.1 (0 0 0);
      
      ENH: minor code cleanup for block edges
      
      ENH: expose point appending as polyList::concat
      1d08ed9b
    • Mark OLESEN's avatar
      ENH: relocate blockMesh polyMesh generation into library (for code reuse) · 8939a556
      Mark OLESEN authored
      STYLE: adjust blockMesh advanced/non-advanced options
      
      - make -merge-points "non-advanced" (for better exposure)
      - make -write-obj "advanced" (-write-vtk is preferred)
      8939a556
  7. Oct 02, 2020
  8. Oct 01, 2020
  9. Sep 30, 2020
  10. Sep 29, 2020
  11. Sep 28, 2020
  12. Sep 25, 2020
  13. Sep 24, 2020