binModels, force etc have questionable handling of coordinate systems
They expect either a CofR
entry or a coordinateSystem
entry. If neither exist, they fallback to using coordinateSystem(const dictionary&)
construction which then requires the following:
- origin (mandatory)
- rotation (optional)
If rotation
is missing, it reverts to using the e3/e1 axis specifications. If these are also missing, will fail to construct.