管理是什么偏微分方程中使用PDE工具箱用于计算•冯•米塞斯应力有限元法

2视图(30天)
smodel = createpde (“结构”,“static-solid”);
importGeometry (smodel“Blade.stl”);
pdegplot (smodel“FaceLabels”,“上”,“FaceAlpha”,0.5)
msh = generateMesh (smodel,“Hmax”,0.01);
pdeplot3D (smodel);
structuralProperties (smodel“YoungsModulus”,E,“PoissonsRatio”ν,CTE的CTE);
structuralBC (smodel“脸”3,“约束”,“固定”);
structuralBoundaryLoad (smodel“脸”11“压力”,p1);
structuralBoundaryLoad (smodel“脸”10“压力”,p2);
Rs =解决(smodel);
马克斯(Rs.VonMisesStress)
这里我给固定约束“structuralBC”函数,并给负载使用“structuralBoundaryLoad”。所以在Rs =函数解决(smodel)基本控制方程是解决,我需要方程
1评论
SALAH ALRABEEI
SALAH ALRABEEI 2021年6月6日
编辑:SALAH ALRABEEI 2021年6月6日
检查这个工作 在这里 我记得我比一些Matlab求解模型基础上,我开发了基于一些方程的解算器

登录置评。

答案(0)

社区寻宝

找到宝藏在MATLAB中央,发现社区如何帮助你!

开始狩猎!