PlaneStress#
- class planestress.analysis.plane_stress.PlaneStress(geometry: Geometry, load_cases: list[LoadCase])[source]#
Bases:
objectClass for a plane-stress analysis.
- Variables:
geometry –
Geometryobject containing a meshed geometry.load_cases – List of load cases to analyse.
mesh –
Meshobject.
Methods
Solves each load case.
- __init__(geometry: Geometry, load_cases: list[LoadCase]) None[source]#
Inits the PlaneStress class.
- Parameters:
- Raises:
RuntimeError – If there is no mesh in the
Geometryobject.ValueError – If there is an invalid boundary condition in a load case.