photo

Ravi Kumar

Last seen: 4 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
6 个回答

排名
3,386
of 297,527

声誉
16

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Does the Matlab 2023a allow to solve 3D partial differential equations?
Hi Fyodor, You can create the geometry that you describe in PDE Toolbox. Here is an example. Adjust the dimensions as per your...

5 months 前 | 0

已回答
How do I create and place a non-uniform heat flux (Gaussian) on a cylinder with a center hole?
Hi Michael, Please take look at this example: https://www.mathworks.com/help/pde/ug/heat-transfer-in-orthotropic-material-pla...

11 months 前 | 0

| 已接受

已回答
How to validate Ansys Transient Thermal simulation results in Matlab PDE Solver Toolbox?
Hi Eyob, You are using FEATool and not PDE Toolbox. FEATool is not developed my MathWorks. I suggest you contact the support/d...

3 years 前 | 0

| 已接受

已回答
How can I define individual degree of freedom constraints for 3D structural static PDE problems?
You can constrain X and Z displacement individually setting them to zero in one command like this: structuralBC(smodel,'Face',1...

3 years 前 | 0

| 已接受

已回答
PDE Toolkit - what is d when m is non-zero?
When m is non-zero in a structural problem, d-matrix (coefficient) could represent a damping matrix. That is the most common use...

3 years 前 | 0

已回答
Moment as boundary FEA structuralBoundaryLoad partial differential equation toolbox
I am assuming you are asking about moment loads and not momentum loads. PDE Toolbox supports tet elements with displacement DoFs...

3 years 前 | 0

| 已接受