openfoam/applications/utilities/postProcessing
Mark Olesen c0b38033ea ENH: integration of lumpedPointMotion
- 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.
2017-06-23 14:43:09 +01:00
..
dataConversion COMP: writeVTK: label64 compilation 2017-06-15 12:31:37 +01:00
graphics ENH: consolidate vtk classes into 'Foam::vtk' namespace 2017-06-13 14:10:07 +02:00
lagrangian ENH: add VTP, VTU output for most vtk writers (insitu only) 2017-06-01 18:28:40 +02:00
lumped ENH: integration of lumpedPointMotion 2017-06-23 14:43:09 +01:00
miscellaneous MRG: merged develop line back into integration branch 2017-05-18 11:11:12 +01:00
noise STYLE: corrected file vs fileName for CSV files 2017-06-13 07:23:32 +02:00
postProcess Make/options: Removed duplicate entries 2016-08-01 20:55:16 +01:00