sajou.materials module

This module contains the classes and methods used for the creation of material properties.

class sajou.materials.Material(name, data, type='isotropic')

Bases: object

Material properties

Parameters:
  • name (str) – name of the material
  • table (tuple) – properties of the material
  • type (str) –

    type of the material:

    • ‘isotropic’: data = (E, )
    • ‘orthotropic’: data = (E_1, E_2, E_3)