UDFRCRulesOfMixtureInput constructor
UDFRCRulesOfMixtureInput({
- AnalysisType analysisType = AnalysisType.elastic,
- double E1_fiber = 0,
- double E2_fiber = 0,
- double G12_fiber = 0,
- double nu12_fiber = 0,
- double nu23_fiber = 0,
- double alpha11_fiber = 0,
- double alpha22_fiber = 0,
- double E_matrix = 0,
- double nu_matrix = 0,
- double alpha_matrix = 0,
- double fiberVolumeFraction = 0,
Implementation
UDFRCRulesOfMixtureInput({
this.analysisType = AnalysisType.elastic,
this.E1_fiber = 0,
this.E2_fiber = 0,
this.G12_fiber = 0,
this.nu12_fiber = 0,
this.nu23_fiber = 0,
this.alpha11_fiber = 0,
this.alpha22_fiber = 0,
this.E_matrix = 0,
this.nu_matrix = 0,
this.alpha_matrix = 0,
this.fiberVolumeFraction = 0,
});