Merge remote-tracking branch 'origin/develop' into develop-pre-release

This commit is contained in:
Mark Olesen
2018-06-20 01:56:41 +02:00
12 changed files with 316 additions and 67 deletions

View File

@ -876,6 +876,7 @@ bool Foam::functionObjects::forces::read(const dictionary& dict)
}
coordSys_.clear();
localSystem_ = false;
// Centre of rotation for moment calculations
// specified directly, from coordinate system, or implicitly (0 0 0)

View File

@ -111,8 +111,12 @@ Note
coordinateSystem
{
origin (0 0 0);
e3 (0 0 1);
e1 (1 0 0);
coordinateRotation
{
type axesRotation;
e3 (0 0 1);
e1 (1 0 0);
}
}
\endverbatim