fvOption::sixDoFAccelerationSource: Documented the structure of the accelerations vector

This commit is contained in:
Henry Weller
2020-11-13 18:42:38 +00:00
parent 215b3bb84c
commit 0a3ad1b41c

View File

@ -68,7 +68,10 @@ class sixDoFAccelerationSource
{
public:
//- Accelerations type
//- Accelerations type comprising
// linear acceleration vector
// angular velocity vector
// angular acceleration vector
typedef Vector<vector> accelerationVectors;
@ -76,7 +79,10 @@ protected:
// Protected data
//- Accelerations function
//- Accelerations function returning a vector containing
// linear acceleration vector
// angular velocity vector
// angular acceleration vector
autoPtr<Function1<accelerationVectors>> accelerations_;
//- Velocity field name, default = U