Namespaces | Typedefs | Functions
lumpedPointTools.H File Reference
Include dependency graph for lumpedPointTools.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam::lumpedPointTools
 A collection of utility functions for handling IO related to the lumped-mass movement.
 
 Foam
 

Typedefs

typedef Tuple2< scalar, lumpedPointState > lumpedPointStateTuple
 

Functions

List< lumpedPointStateTuple > lumpedPointStates (const dictionary &dict, quaternion::eulerOrder rotOrder=quaternion::eulerOrder::ZXZ, bool degrees=false)
 
List< lumpedPointStateTuple > lumpedPointStates (Istream &is, quaternion::eulerOrder rotOrder=quaternion::eulerOrder::ZXZ, bool degrees=false)
 
List< lumpedPointStateTuple > lumpedPointStates (const fileName &file, quaternion::eulerOrder rotOrder=quaternion::eulerOrder::ZXZ, bool degrees=false)
 
pointIOField points0Field (const polyMesh &mesh)
 
labelList lumpedPointPatchList (const pointVectorField &pvf)
 
labelList lumpedPointPatchList (const polyMesh &mesh)
 
label setPatchControls (const pointVectorField &pvf, const pointField &points0)
 
label setPatchControls (const fvMesh &mesh, const pointField &points0)
 
label setPatchControls (const fvMesh &mesh)
 
label setInterpolators (const pointVectorField &pvf, const pointField &points0)
 
label setInterpolators (const fvMesh &mesh, const pointField &points0)
 
label setInterpolators (const fvMesh &mesh)
 

Detailed Description

Original source file lumpedPointTools.H

Definition in file lumpedPointTools.H.