ISection

class compas_fea2.model.ISection[source]

Bases: BeamSection

Equal flanged I-section for beam elements.

Parameters:
wfloat

Width.

hfloat

Height.

twfloat

Web thickness.

tbffloat

Bottom flange thickness.

ttffloat

Top flange thickness.

materialcompas_fea2.model._Material

The section material.

**kwargsdict, optional

Additional keyword arguments.

Attributes:
wfloat

Width.

hfloat

Height.

twfloat

Web thickness.

tbffloat

Bottom flange thickness.

ttffloat

Top flange thickness.

Afloat

Cross section area.

Ixxfloat

Inertia with respect to XX axis.

Iyyfloat

Inertia with respect to YY axis.

Ixyfloat

Inertia with respect to XY axis.

Avxfloat

Shear area along x.

Avyfloat

Shear area along y.

Jfloat

Torsion modulus.

g0float

Warping constant.

gwfloat

Warping constant.

materialcompas_fea2.model._Material

The section material.

Methods

HEA100

HEA1000

HEA120

HEA140

HEA160

HEA180

HEA200

HEA220

HEA240

HEA260

HEA280

HEA300

HEA320

HEA340

HEA360

HEA400

HEA450

HEA500

HEA550

HEA600

HEA650

HEA700

HEA800

HEA900

HEB100

HEB1000

HEB120

HEB140

HEB160

HEB180

HEB200

HEB220

HEB240

HEB260

HEB280

HEB300

HEB320

HEB340

HEB360

HEB400

HEB450

HEB500

HEB550

HEB600

HEB650

HEB700

HEB800

HEB900

HEM100

HEM1000

HEM120

HEM140

HEM160

HEM180

HEM200

HEM220

HEM240

HEM260

HEM280

HEM300

HEM320

HEM340

HEM360

HEM400

HEM450

HEM500

HEM550

HEM600

HEM650

HEM700

HEM800

HEM900

IPE100

IPE120

IPE140

IPE160

IPE180

IPE200

IPE220

IPE240

IPE270

IPE300

IPE330

IPE360

IPE400

IPE80

Inherited Methods

ToString

Converts the instance to a string.

compute_neutral_axis

compute_stress

compute_stress_distribution

copy

Make an independent copy of the data object.

from_hdf5

from_json

Construct an object of this type from a JSON file.

from_jsonstring

Construct an object of this type from a JSON string.

from_name

from_shape

jobdata

plot

plot_section_with_stress

plot_stress_distribution

sha256

Compute a hash of the data for comparison during version control using the sha256 algorithm.

to_hdf5

to_json

Convert an object to its native data representation and save it to a JSON file.

to_jsonstring

Convert an object to its native data representation and save it to a JSON string.

validate_data

Validate the data against the object's data schema.