UDFRCRulesOfMixtureInput constructor

UDFRCRulesOfMixtureInput({
  1. AnalysisType analysisType = AnalysisType.elastic,
  2. double E1_fiber = 0,
  3. double E2_fiber = 0,
  4. double G12_fiber = 0,
  5. double nu12_fiber = 0,
  6. double nu23_fiber = 0,
  7. double alpha11_fiber = 0,
  8. double alpha22_fiber = 0,
  9. double E_matrix = 0,
  10. double nu_matrix = 0,
  11. double alpha_matrix = 0,
  12. 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,
});