LaminatePlatePropertiesInput.withDefaults constructor

LaminatePlatePropertiesInput.withDefaults()

Implementation

factory LaminatePlatePropertiesInput.withDefaults() {
  return LaminatePlatePropertiesInput(
    E1: 150000,
    E2: 10000,
    G12: 5000,
    nu12: 0.3,
    layupSequence: "[0/90/45/-45]s",
    layerThickness: 0.125
  );
}