pycba.results.BeamResults#
- class BeamResults(beam, d, r, npts=100)[source]#
Bases:
object
BeamResults Class for processing and containing the results for each member
Initialize member results from global results
- Parameters:
beam (Beam) – The
pycba.beam.Beam
object for which the results are to be stored.d (np.ndarray) – The vector of nodal displacements (from the stiffness method).
r (np.ndarray) – The vector of reactions for the member degrees of freedom (if any).
npts (int, optional) – The number of points along the member at which to calculate the load effects. The default is 100.
- Return type:
None.
Methods