Laminate3DPropertiesInput constructor

Laminate3DPropertiesInput({
  1. AnalysisType analysisType = AnalysisType.elastic,
  2. double E1 = 0,
  3. double E2 = 0,
  4. double G12 = 0,
  5. double nu12 = 0,
  6. double nu23 = 0,
  7. String layupSequence = "",
  8. double layerThickness = 0,
  9. double alpha11 = 0,
  10. double alpha22 = 0,
  11. double alpha12 = 0,
})

Implementation

Laminate3DPropertiesInput({
  this.analysisType = AnalysisType.elastic,
  this.E1 = 0,
  this.E2 = 0,
  this.G12 = 0,
  this.nu12 = 0,
  this.nu23 = 0,
  this.layupSequence = "",
  this.layerThickness = 0,
  this.alpha11 = 0,
  this.alpha22 = 0,
  this.alpha12 = 0,
});