pycba.results.BeamResults#
- class BeamResults(beam, d, r, npts=100, rs=None)[source]#
Bases:
objectBeamResults Class for processing and containing the results for each member
Initialize member results from global results
- Parameters:
beam (
Beam) – Thepycba.beam.Beamobject for which the results are to be stored.d (
ndarray) – The vector of nodal displacements (from the stiffness method).r (
ndarray) – The vector of reactions at fixed restraints (restraint == -1).npts (
int) – The number of points along the member at which to calculate the load effects. The default is 100.rs (
ndarray) – The vector of spring forces (k_s * u_i) for spring restraints (restraint > 0).
- Return type:
None.
Methods