Skip to content
Snippets Groups Projects
  1. Jun 28, 2017
  2. Jun 27, 2017
  3. Jun 26, 2017
  4. Jun 24, 2017
  5. Jun 23, 2017
    • Mark OLESEN's avatar
      Merge branch 'feature-lumpedPointMotion' into 'develop' · 7def463d
      Mark OLESEN authored
      Feature lumped point motion
      
      See merge request !120
      7def463d
    • Mark OLESEN's avatar
      0fd7a1e0
    • Mark OLESEN's avatar
      ENH: integration of lumpedPointMotion · d7ed9cf8
      Mark OLESEN authored
      - This provides a mechanism for moving mesh patches based on external
        input (eg, from an external structures solver). The patch points are
        influenced by the position and rotation of the lumped points.
      
        BC:  lumpedPointDisplacementPointPatchVectorField
      
        Controlling mechanisms:
        - externalCoupler
          for coordinating the master/slave
      
        - lumpedPointMovement
          manages the patch-points motion, but also for extracting forces/moments
      
        - lumpedPointState
          represents the positions/rotations of the controlling points
      
        Utils:
        - lumpedPointZones
          diagnostic for visualizing the correspondence between controlling
          points and patch faces
      
        - lumpedPointMovement
          Test that the patch motion is as desired without invoking moveMesh.
          With the -slave option, return items from a precalculated table
          for the lumpedPointDisplacementPointPatchVectorField BC.
      d7ed9cf8
    • Mark OLESEN's avatar
      ENH: paraFoam -touch-proc option for processor directories · fdf6bf76
      Mark OLESEN authored
      - Can be useful when investigating mesh topologies
      fdf6bf76