OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
Fibers.py File Reference

Go to the source code of this file.

Classes

class  Fibers
 Parent abstract class for the storage and manipulation of a fiber's information (mechanical and geometrical parameters, etc) and initialisation in the model. More...
 
class  FibersCirc
 Class that stores funcions, material properties, geometric and mechanical parameters for a circular RC fiber section. More...
 
class  FibersCircRCCircShape
 Class that is the children of FibersCirc and combine the class RCCircShape (section) to retrieve the information needed. More...
 
class  FibersIShape
 Class that stores funcions, material properties, geometric and mechanical parameters for a steel I shape (non double symmetric) fiber section. More...
 
class  FibersIShapeSteelIShape
 Class that is the children of FibersIShape and combine the class SteelIShape (section) to retrieve the information needed. More...
 
class  FibersRect
 Class that stores funcions, material properties, geometric and mechanical parameters for a rectangular RC fiber section. More...
 
class  FibersRectRCRectShape
 Class that is the children of FibersRect and combine the class RCRectShape (section) to retrieve the information needed. More...
 

Namespaces

namespace  Fibers
 Module for the fibers (rectangular, circular and I shape).
 

Functions

def create_fiber_section (fiber_info)
 Initialise fiber cross-section with OpenSeesPy commands. More...
 
def plot_fiber_section (fiber_info, fill_shapes=True, matcolor=['#808080', '#D3D3D3', 'r', 'b', 'g', 'y'])
 Plot fiber cross-section. More...