Centered Finite difference method
조회 수: 5 (최근 30일)
이전 댓글 표시
Does anyone know how to use Centered Finite Difference Method (CFD) in MATLAB to simulate the deflection of a simply supported beam which has this deflection formula d2y/dx2=(-q/2*(x^2-L*x))/(2*E*I)
note1: q = load density (N/m), L= lenght of the beam (m) , E= young's modolus (N/m2), I= moment of inertia =wh^3/12 where w=width of beam & h= height of beam
note2: initial condition => y(0)=0 & y(L)=0
댓글 수: 0
답변 (1개)
Anshika Chaurasia
2021년 4월 15일
Hi,
Refer to the following documentation on the functions available in MATLAB that use 'FiniteDifferenceType' optimization function:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Computational Fluid Dynamics (CFD)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!