BMHC17 P3.Ipynb - Colaboratory
BMHC17 P3.Ipynb - Colaboratory
ipynb - Colaboratory
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
Mounted at /content/drive
WARNING *** OLE2 inconsistency: SSCS size is 0 but SSAT size is non-zero
WARNING *** OLE2 inconsistency: SSCS size is 0 but SSAT size is non-zero
TESTNUM POINTNUM TIME POSIT FORCE EXT CH5 CH6 CH7 CH8
TESTNUM POINTNUM TIME POSIT FORCE EXT CH5 CH6 CH7 CH8
https://colab.research.google.com/drive/12E5_rt0VW_p940NiCAoIxkKtLf8ixgDB#printMode=true 1/3
10/14/23, 12:17 PM BMHC17 P3.ipynb - Colaboratory
# Calculate and display the tensile
<matplotlib.legend.Legend strength for aluminum and steel
at 0x7ab1509e4d90>
ts_al = np.max(stress_al)
ts_steel = np.max(stress_steel)
final_ts_steel = 6.8976 * ts_steel
print(f'The tensile strength of Steel1018 in KN/mm2: {round(final_ts_steel, 1)} KN/mm2')
final_ts_al = 6.8976 * ts_al
print(f'The tensile strength of Al6061 in KN/mm2: {round(final_ts_al, 1)} KN/mm2')
https://colab.research.google.com/drive/12E5_rt0VW_p940NiCAoIxkKtLf8ixgDB#printMode=true 2/3
10/14/23, 12:17 PM BMHC17 P3.ipynb - Colaboratory
https://colab.research.google.com/drive/12E5_rt0VW_p940NiCAoIxkKtLf8ixgDB#printMode=true 3/3