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 ¢re, 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 > ¢re, 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... | |
Original source file trackingI.H
Definition in file trackingI.H.