LaminarStressStrainInput constructor
LaminarStressStrainInput({
- double E1 = 0,
- double E2 = 0,
- double G12 = 0,
- double nu12 = 0,
- String layupSequence = "",
- double layerThickness = 0,
- TensorType tensorType = TensorType.stress,
- double N11 = 0,
- double N22 = 0,
- double N12 = 0,
- double M11 = 0,
- double M22 = 0,
- double M12 = 0,
- double epsilon11 = 0,
- double epsilon22 = 0,
- double epsilon12 = 0,
- double kappa11 = 0,
- double kappa22 = 0,
- 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,
});