LaminarStressStrainInput constructor

LaminarStressStrainInput({
  1. double E1 = 0,
  2. double E2 = 0,
  3. double G12 = 0,
  4. double nu12 = 0,
  5. String layupSequence = "",
  6. double layerThickness = 0,
  7. TensorType tensorType = TensorType.stress,
  8. double N11 = 0,
  9. double N22 = 0,
  10. double N12 = 0,
  11. double M11 = 0,
  12. double M22 = 0,
  13. double M12 = 0,
  14. double epsilon11 = 0,
  15. double epsilon22 = 0,
  16. double epsilon12 = 0,
  17. double kappa11 = 0,
  18. double kappa22 = 0,
  19. double kappa12 = 0,
})

Implementation

LaminarStressStrainInput({
  this.E1 = 0,
  this.E2 = 0,
  this.G12 = 0,
  this.nu12 = 0,
  this.layupSequence = "",
  this.layerThickness = 0,
  this.tensorType = TensorType.stress,
  this.N11 = 0,
  this.N22 = 0,
  this.N12 = 0,
  this.M11 = 0,
  this.M22 = 0,
  this.M12 = 0,
  this.epsilon11 = 0,
  this.epsilon22 = 0,
  this.epsilon12 = 0,
  this.kappa11 = 0,
  this.kappa22 = 0,
  this.kappa12 = 0,
});