| 查看: 681 | 回复: 1 | |||
[交流]
单元类型定义 已有1人参与
|
|
请问如何在ansys workbench里定义静压单元HSFLD242?谢谢! 发自小木虫Android客户端 |
» 猜你喜欢
论文撤稿了
已经有8人回复
博士申请
已经有7人回复
青B发送上会通知了吗
已经有8人回复
化学专业申博
已经有4人回复
评审有感
已经有27人回复
河北省自然科学基金
已经有9人回复
西安交大新媒学院副院长用撤稿论文结题
已经有5人回复
某211大学教师把个人教师官方主页改成:我跑了我跑了我跑了!官宣跑路!
已经有5人回复
26/27申博自荐
已经有9人回复
博士申请
已经有3人回复
★
小木虫: 金币+0.5, 给个红包,谢谢回帖
小木虫: 金币+0.5, 给个红包,谢谢回帖
|
官方例子 !********************************************* !** ** !** GET NEW IDs ** !** ** !********************************************* finish /PREP7 !Get the maximum element type id *get, max_type_id, etyp, 0, num, max mytype = max_type_id + 1 ! Get the maximum node number *get, maxnn, node, 0, num, max mynn = maxnn + 1 !Get the maximum material type id *get, max_mat_id, mat, 0, num, max mymat = max_mat_id + 1 !********************************************* !** ** !** DEFINE MATERIAL PROPERTIESs ** !** ** !********************************************* ! Define material constants K = 22000 ! MPa, bulk modulus is 22000MPa alpha = 0.000207 ! thermal expansion coefficient 1/degree density = 0.9e-6 ! water density 1e-6kg/mm3 ! Material properties for oil. tb,fluid,mymat,1,1,liquid tbtemp, 22 ! Define first temperature tbdata,1, K, alpha, density ! initial density of air =1.225e-12 Kg/mm^3 !********************************************* !** ** !** CREATE NEW ELEMENTs ** !** ** !********************************************* !Create a new element type et,mytype,HSFLD242 ! Hydrostatic fluid element keyopt, mytype, 5,1 ! introduce fluid mass based on the volume of fluid element ! Create a center node inside the volume n, mynn, 19, 30, 0 ! Create the fluid element HSFLD242 type, mytype mat, mymat cmsel, s, face !Select the name selection "face" esurf, mynn ! Create HSFLD242 elements, the pressure node is "mynn" allsel ! select all the elements outres, all, all ! Request all the result plot FINISH /SOLU ! Enter the solution module |
2楼2020-11-25 13:53:03












回复此楼