Class for analysis of Eckart-frame angular velocity vectors, as defined in
`MPCDAnalysis.EckartSystem`.
Definition at line 8 of file EckartAngularVelocityVector.py.
◆ __init__()
def MPCDAnalysis.StarPolymersAnalysis.EckartAngularVelocityVector.EckartAngularVelocityVector.__init__ |
( |
|
self, |
|
|
|
run |
|
) |
| |
◆ getMPLAxesForValueAsFunctionOfTime()
def MPCDAnalysis.StarPolymersAnalysis.EckartAngularVelocityVector.EckartAngularVelocityVector.getMPLAxesForValueAsFunctionOfTime |
( |
|
self | ) |
|
Returns a `matplotlib.axes.Axes` object that contains a plot of the
Eckart angular velocities of star polymer, with the horizontal axis
showing the simulation time `t`, and the Cartesian components of the
Eckart angular velocity vector, in radians per time unit.
Definition at line 29 of file EckartAngularVelocityVector.py.
◆ getRun()
def MPCDAnalysis.StarPolymersAnalysis.Base.Base.getRun |
( |
|
self | ) |
|
|
inherited |
Returns the run that is being analyzed.
Definition at line 44 of file Base.py.
◆ getValueAsFunctionOfTime()
def MPCDAnalysis.StarPolymersAnalysis.Base.Base.getValueAsFunctionOfTime |
( |
|
self | ) |
|
|
inherited |
Returns the asphericity as a function of time, in the form of a
`collections.OrderedDict`.
This function will make use of cache results, if available.
Definition at line 56 of file Base.py.
◆ setWritePath()
def MPCDAnalysis.StarPolymersAnalysis.Base.Base.setWritePath |
( |
|
self, |
|
|
|
writePath |
|
) |
| |
|
inherited |
Sets the path to the directory that data files are written to.
@param[in] writePath
If not `None`, a path used to write data to.
Definition at line 35 of file Base.py.
◆ updateCache()
def MPCDAnalysis.StarPolymersAnalysis.Base.Base.updateCache |
( |
|
self, |
|
|
|
forced = False |
|
) |
| |
|
inherited |
Updates the cache, if necessary or if forced.
@param[in] forced
Whether to force an update, even if the cache is up to date.
Definition at line 75 of file Base.py.
The documentation for this class was generated from the following file: