f3dasm_simulate.abaqus.material

Material module for the simulation

Classes

CompositeMaterial(matrix_material, ...)

Composite material class that contains the information of the composite material.

ElasticMaterial([youngs_modulus, poisson_ratio])

Material class for elastic material

HardeningLaw([a, b, yield_stress])

Abstract class for the hardening law.

LinearHardeningLaw([a, b, yield_stress])

Abstract class for the hardening law.

Material(*args, **kwargs)

PlasticMaterial([hardening_law, ...])

Material class for plastic material

RambergHardeningLaw([a, b, yield_stress])

Abstract class for the hardening law.

SwiftHardeningLaw([a, b, yield_stress])

Abstract class for the hardening law.