pycba.load#
PyCBA - Load module
The load matrix is a List[List] of load descriptors. Each entry
describes one load; the number of columns varies by load type:
The type alias LoadMatrix is defined as
- LoadMatrix#
alias of
List[List[int|float]]
Functions
Adds two load matrices and returns the sum; this enables superposition |
|
Applies a factor to the loads in a LoadMatrix object |
|
This function parses the Load Matrix and returns a list of Load objects |
Classes
Beam load container and processor |
|
Moment load applied at a along member |
|
Member end moment loads |
|
Point Load class: CNLs and member results |
|
Concrete class for Partial UDLs |
|
Trapezoidal (linearly varying) distributed load, optionally partial. |
|
Uniformly Distributed Load: CNLs and member results |