Skip to content

material

Material component package for Femora.

This package contains runtime material component classes that are registered through MaterialManager and exported to OpenSees Tcl as nDMaterial or uniaxialMaterial commands.

Normal runtime usage should go through a Model instance and its material manager entry points, such as model.material.nd.* and model.material.uniaxial.*. Direct imports from this package are mainly useful for typed references, tests, and low-level component work.

This package includes: - [femora.components.material.nd][]: continuum nD materials for solid elements - [femora.components.material.uniaxial][]: uniaxial materials for truss, spring, and fiber models