trackingI.H File Reference
Include dependency graph for trackingI.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::tracking
 Functions for tracking locations through a mesh.
 

Functions

void stationaryTetGeometry (const polyMesh &mesh, const label celli, const label facei, const label faceTrii, vector &centre, vector &base, vector &vertex1, vector &vertex2)
 Get the vertices of the current tet. More...
 
barycentricTensor stationaryTetTransform (const polyMesh &mesh, const label celli, const label facei, const label faceTrii)
 Get the transformation associated with the current tet. This. More...
 
void movingTetGeometry (const polyMesh &mesh, const label celli, const label facei, const label faceTrii, const scalar startStepFraction, const scalar endStepFraction, Pair< vector > &centre, Pair< vector > &base, Pair< vector > &vertex1, Pair< vector > &vertex2)
 Get the vertices of the current moving tet. Two values are. More...
 
Pair< barycentricTensor > movingTetTransform (const polyMesh &mesh, const label celli, const label facei, const label faceTrii, const scalar startStepFraction, const scalar endStepFraction)
 Get the transformation associated with the current, moving, tet. More...
 

Detailed Description

Original source file trackingI.H

Definition in file trackingI.H.