Explicit Dynamic Solver

버전 1.0.0 (3.45 KB) 작성자: Ayad Al-Rumaithi
Explicit dynamic solver using central difference method
다운로드 수: 197
업데이트 날짜: 2019/12/12

라이선스 보기

Explicit dynamic solver using central difference method with example file.

function Result=Central_Difference(Elements,Material,Support,Free,M,C,f,fs)

Input
Elements: a structure containing Elements{i}.DOFs and Elements{i}.Material
where Elements{i}.DOFs=[j k] means element i connect DOF j with k
and Elements{i}.Material=m assign material m to element i

Material: a structure containing material properties for bilinear springs
where Material{m}.k1 is Spring stiffness
Material{m}.x1 is Spring deformation beyond which the stiffness decreases
Material{m}.k2 is Reduced stiffness

Support: a vector of support (Fixed) DOFs of size (nSupport,1)
Free: a vector of free DOFs of size (nFree,1)
M:mass matrix (nFree*nFree)
C:damping matrix (nFree*nFree)
f:external force matrix(nFree,N)
fs: sampling frequency
where N is the length of data points of dynamic force

Output:
Result: is a structure consist of
Result.Displacement: Displacement (nFree*N)
Result.Velocity: Velocity (nFree*N)
Result.Acceleration: Acceleration (nFree*N)

Note: Elements are assumed to be springs connecting nodes with bi-linear stiffness (No hysteresis).

References
Chopra, Anil K. "Dynamics of Structures. Theory and Applications to." Earthquake Engineering (2017).

인용 양식

Ayad Al-Rumaithi (2024). Explicit Dynamic Solver (https://www.mathworks.com/matlabcentral/fileexchange/73663-explicit-dynamic-solver), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Assembly에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0