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

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. More...
 
List< lumpedPointStateTuple > lumpedPointStates (Istream &is, quaternion::eulerOrder rotOrder=quaternion::eulerOrder::ZXZ, bool degrees=false)
 Load a list of states from an Istream. More...
 
List< lumpedPointStateTuple > lumpedPointStates (const fileName &file, quaternion::eulerOrder rotOrder=quaternion::eulerOrder::ZXZ, bool degrees=false)
 Load a list of states from a file. More...
 
pointIOField points0Field (const polyMesh &mesh)
 Return the 0 or constant points field. More...
 
labelList lumpedPointPatchList (const pointVectorField &pvf)
 Return the patch-ids associated with a "lumpedPointDisplacement" type. More...
 
labelList lumpedPointPatchList (const polyMesh &mesh)
 
label setPatchControls (const pointVectorField &pvf, const pointField &points0)
 Return the patch-ids associated with a "lumpedPointDisplacement" type. More...
 
label setPatchControls (const fvMesh &mesh, const pointField &points0)
 
label setPatchControls (const fvMesh &mesh)
 
label setInterpolators (const pointVectorField &pvf, const pointField &points0)
 Return the patch-ids associated with a "lumpedPointDisplacement" type. More...
 
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.