LaminaStressStrainInput constructor
LaminaStressStrainInput({
- AnalysisType analysisType = AnalysisType.elastic,
- double E1 = 0,
- double E2 = 0,
- double G12 = 0,
- double nu12 = 0,
- double layupAngle = 0,
- double alpha11 = 0,
- double alpha22 = 0,
- double alpha12 = 0,
- double deltaT = 0,
- TensorType tensorType = TensorType.stress,
- double sigma11 = 0,
- double sigma22 = 0,
- double sigma12 = 0,
- double epsilon11 = 0,
- double epsilon22 = 0,
- double gamma12 = 0,
Implementation
LaminaStressStrainInput({
this.analysisType = AnalysisType.elastic,
this.E1 = 0,
this.E2 = 0,
this.G12 = 0,
this.nu12 = 0,
this.layupAngle = 0,
this.alpha11 = 0,
this.alpha22 = 0,
this.alpha12 = 0,
this.deltaT = 0,
this.tensorType = TensorType.stress,
this.sigma11 = 0,
this.sigma22 = 0,
this.sigma12 = 0,
this.epsilon11 = 0,
this.epsilon22 = 0,
this.gamma12 = 0,
});