How to write in MATLAB the following PDE?

2 次查看(过去 30 天)
where u=deformation
K=stifness
F=force
E= Mod of elasticity
for i=1:8
(del(Ki)/del(Ei)) * (ui) +(del(ui)/del(Ei)) * Ki=del(Fi)/del(Ei)
WHERE I need to find the value of (del(ui)/del(Ei))
  2 个评论
Pravarthana P
Pravarthana P 2022-1-25
Hi S Priya,
Could you brief even more about the type of PDE you are expecting to use, whether it is higher order PDE or PDE you are trying to apply on different surfaces. What is the significance of variable 'i' in this equation. And let us know about the MATLAB version you are using.
S Priya
S Priya 2022-1-25
It is a 1st order PDE. The stiffness matrix Kij is a function of Ei, "i" is the number of nodes( Here it is 8) . I am using MATLAB R2021a version

请先登录,再进行评论。

采纳的回答

Pravarthana P
Pravarthana P 2022-1-25
编辑:Pravarthana P 2022-1-25
To my understanding you are trying to solve a first order PDE. The following documentations might be helpful for the same:

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by