

Go to the source code of this file.
Namespaces | |
| namespace | Foam::lumpedPointTools |
| A collection of utility functions for handling IO related to the lumped-mass movement. | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Typedefs | |
| typedef Tuple2< scalar, lumpedPointState > | lumpedPointStateTuple |
Functions | |
| List< lumpedPointStateTuple > | lumpedPointStates (const dictionary &dict, quaternion::eulerOrder rotOrder=quaternion::eulerOrder::ZXZ, bool degrees=false) |
| Load a list of states from a dictionary. | |
| List< lumpedPointStateTuple > | lumpedPointStates (Istream &is, quaternion::eulerOrder rotOrder=quaternion::eulerOrder::ZXZ, bool degrees=false) |
| Load a list of states from an Istream. | |
| List< lumpedPointStateTuple > | lumpedPointStates (const fileName &file, quaternion::eulerOrder rotOrder=quaternion::eulerOrder::ZXZ, bool degrees=false) |
| Load a list of states from a file. | |
| pointIOField | points0Field (const polyMesh &mesh) |
| Return the 0 or constant points field. | |
| labelList | lumpedPointPatchList (const pointVectorField &pvf) |
| Return the patch-ids associated with a "lumpedPointDisplacement" type. | |
| labelList | lumpedPointPatchList (const polyMesh &mesh) |
| Get the "pointDisplacement" at time 0 and use that to determine which patches have a "lumpedPointDisplacement" type. | |
| label | setPatchControls (const pointVectorField &pvf, const pointField &points0) |
| Return the patch-ids associated with a "lumpedPointDisplacement" type. | |
| label | setPatchControls (const fvMesh &mesh, const pointField &points0) |
| Get the "pointDisplacement" at time 0 and use that to determine which patches have a "lumpedPointDisplacement" type. | |
| label | setPatchControls (const fvMesh &mesh) |
| Get the "pointDisplacement" at time 0 and use that to determine which patches have a "lumpedPointDisplacement" type. | |
| label | setInterpolators (const pointVectorField &pvf, const pointField &points0) |
| Return the patch-ids associated with a "lumpedPointDisplacement" type. | |
| label | setInterpolators (const fvMesh &mesh, const pointField &points0) |
| Get the "pointDisplacement" at time 0 and use that to determine which patches have a "lumpedPointDisplacement" type. | |
| label | setInterpolators (const fvMesh &mesh) |
| Get the "pointDisplacement" at time 0 and use that to determine which patches have a "lumpedPointDisplacement" type. | |
Original source file lumpedPointTools.H
Definition in file lumpedPointTools.H.