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.
parent
fdf6bf76
Branches
Tags
Showing
- applications/test/externalCoupler/Make/files 3 additions, 0 deletionsapplications/test/externalCoupler/Make/files
- applications/test/externalCoupler/Make/options 7 additions, 0 deletionsapplications/test/externalCoupler/Make/options
- applications/test/externalCoupler/Test-externalCoupler.C 97 additions, 0 deletionsapplications/test/externalCoupler/Test-externalCoupler.C
- applications/utilities/postProcessing/lumped/lumpedPointForces/Make/files 3 additions, 0 deletions...lities/postProcessing/lumped/lumpedPointForces/Make/files
- applications/utilities/postProcessing/lumped/lumpedPointForces/Make/options 10 additions, 0 deletions...ties/postProcessing/lumped/lumpedPointForces/Make/options
- applications/utilities/postProcessing/lumped/lumpedPointForces/lumpedPointForces.C 177 additions, 0 deletions...stProcessing/lumped/lumpedPointForces/lumpedPointForces.C
- applications/utilities/postProcessing/lumped/lumpedPointMovement/Make/files 3 additions, 0 deletions...ties/postProcessing/lumped/lumpedPointMovement/Make/files
- applications/utilities/postProcessing/lumped/lumpedPointMovement/Make/options 10 additions, 0 deletions...es/postProcessing/lumped/lumpedPointMovement/Make/options
- applications/utilities/postProcessing/lumped/lumpedPointMovement/lumpedPointMovement.C 263 additions, 0 deletions...ocessing/lumped/lumpedPointMovement/lumpedPointMovement.C
- applications/utilities/postProcessing/lumped/lumpedPointZones/Make/files 3 additions, 0 deletions...ilities/postProcessing/lumped/lumpedPointZones/Make/files
- applications/utilities/postProcessing/lumped/lumpedPointZones/Make/options 10 additions, 0 deletions...ities/postProcessing/lumped/lumpedPointZones/Make/options
- applications/utilities/postProcessing/lumped/lumpedPointZones/lumpedPointZones.C 107 additions, 0 deletions...postProcessing/lumped/lumpedPointZones/lumpedPointZones.C
- src/Allwmake 1 addition, 0 deletionssrc/Allwmake
- src/lumpedPointMotion/Make/files 13 additions, 0 deletionssrc/lumpedPointMotion/Make/files
- src/lumpedPointMotion/Make/options 10 additions, 0 deletionssrc/lumpedPointMotion/Make/options
- src/lumpedPointMotion/externalCoupler.C 309 additions, 0 deletionssrc/lumpedPointMotion/externalCoupler.C
- src/lumpedPointMotion/externalCoupler.H 207 additions, 0 deletionssrc/lumpedPointMotion/externalCoupler.H
- src/lumpedPointMotion/lumpedPointDisplacementPointPatchVectorField.C 285 additions, 0 deletions...ointMotion/lumpedPointDisplacementPointPatchVectorField.C
- src/lumpedPointMotion/lumpedPointDisplacementPointPatchVectorField.H 200 additions, 0 deletions...ointMotion/lumpedPointDisplacementPointPatchVectorField.H
- src/lumpedPointMotion/lumpedPointIOMovement.C 142 additions, 0 deletionssrc/lumpedPointMotion/lumpedPointIOMovement.C
Please register or sign in to comment