ElasticIsotropic

class compas_fea.structure.ElasticIsotropic(name, E, v, p, tension=True, compression=True)[source]

Bases: compas_fea.structure.material.Material

Elastic, isotropic and homogeneous material.

Parameters
  • name (str) – Material name.

  • E (float) – Young’s modulus E [Pa].

  • v (float) – Poisson’s ratio v [-].

  • p (float) – Density [kg/m3].

  • tension (bool) – Can take tension.

  • compression (bool) – Can take compression.