Example #1
0
 def test_memb_maxstrain(self):
     plainstrength.failure_analysis_c(self.mlam, self.load3, self.dtemp,
                                      'MaxStrain')
Example #2
0
 def test_memb_airbus(self):
     plainstrength.failure_analysis_c(self.mlam, self.load3, self.dtemp,
                                      'Airbus')
Example #3
0
 def test_memb_modpuck(self):
     plainstrength.failure_analysis_c(self.mlam, self.load3, self.dtemp,
                                      'ModPuck')
Example #4
0
 def test_memb_puckC(self):
     plainstrength.failure_analysis_c(self.mlam, self.load3, self.dtemp,
                                      'Puck C')
Example #5
0
 def test_memb_hashina(self):
     plainstrength.failure_analysis_c(self.mlam, self.load3, self.dtemp,
                                      'Hashin A')
Example #6
0
 def test_memb_hashinb(self):
     r, hist = plainstrength.failure_analysis_c(self.mlam, self.load3,
                                                self.dtemp, 'Hashin B')
     print(r, hist)
Example #7
0
 def test_flex_airbus(self):
     plainstrength.failure_analysis_c(self.lam, self.load6, self.dtemp,
                                      'Airbus')
Example #8
0
 def test_flex_maxstrain(self):
     plainstrength.failure_analysis_c(self.lam, self.load6, self.dtemp,
                                      'MaxStrain')
Example #9
0
 def test_flex_puckC(self):
     plainstrength.failure_analysis_c(self.lam, self.load6, self.dtemp,
                                      'Puck C')
Example #10
0
 def test_flex_modpuck(self):
     plainstrength.failure_analysis_c(self.lam, self.load6, self.dtemp,
                                      'ModPuck')
Example #11
0
 def test_flex_hashinb(self):
     plainstrength.failure_analysis_c(self.lam, self.load6, self.dtemp,
                                      'Hashin B')