Finite Element Analysis Using Python and Feon
Click the above“Mechanical and Electronic Engineering Technology”to follow us1D Rod from feon.sa import * import numpy as np from feon.tools import pair_wise if __name__ == "__main__": E = 210e6 P = 18 X = np.linspace(0,3,6) _X = X – 0.3 A = [0.002 + 0.01 * val / 3. for val in _X[1:]] A.reverse() nds … Read more