Package mbdyn :: Module quantity
[hide private]

Module quantity

source code

The module for saving attributes during the simulation. The Results class is then used by the Record object, in mbdyn.record. The Results instance can be accessed by the results or res attribute of a MBDyn object from which the results of the simulation can be accessed.

Classes [hide private]
  CommonList
A list that can be cleaned.
  Result
A list of results for a particular object attribute.
  Results
All the possible results that will be saved during the simulation.
  Quantity3D
A physical quantity having values along 3 axis.
Functions [hide private]
 
get_label_name(name)
A function used for plotting (likely to change because not used any more)
source code
Variables [hide private]
  EULER_DESC = 'Euler angle number %(key)s [%(unit)s]'
  QUANTITIES_DESCRIPTION = {'angular_velocity': ['rad/s', ('x', ...
Variables Details [hide private]

QUANTITIES_DESCRIPTION

Value:
{'angular_velocity': ['rad/s', ('x', 'y', 'z')],
 'euler': ['rad',
           ('1', '2', '3'),
           'Euler angle number %(key)s [%(unit)s]'],
 'position': ['m', ('x', 'y', 'z')],
 'value': ['N', ('x', 'y', 'z')],
 'velocity': ['m/s', ('x', 'y', 'z')]}