pygccx icon indicating copy to clipboard operation
pygccx copied to clipboard

Composites material and CFRP modeling

Open yvanblanchard opened this issue 1 year ago • 1 comments

Hello,

Is it possible using this library to model CFRP structures, I mean assigning variable fiber directions (orientation card) and laminate/plies properties + orthotropic materials ?

Thank you

yvanblanchard avatar Oct 04 '24 07:10 yvanblanchard

Hi, yes, this should be possible. Orientation as well as orthotropic material is available. Look at class Orientation and class Elastic Have also a look at the CoordinateSystem class, which can be used to create, move and rotate coordinate systems. These coordinate systems can then be passed to the class method Orientation.from_coordinate_system(cs) to create an Orientation object.

FrozenWinterheart avatar Oct 04 '24 14:10 FrozenWinterheart