| 查看: 706 | 回复: 1 | |||
[交流]
单元类型定义 已有1人参与
|
|
请问如何在ansys workbench里定义静压单元HSFLD242?谢谢! 发自小木虫Android客户端 |
» 猜你喜欢
关于代码变化问题,想知道的进来
已经有5人回复
关于filecode
已经有4人回复
固定端突然变了,今天
已经有10人回复
听说今天filecode变了
已经有47人回复
filecode与中标关系的预测
已经有3人回复
filecode变化情况
已经有22人回复
十年后又回来了,论文投稿求助
已经有4人回复
大家散了吧,后缀研究没有意义,别浪费时间了,过好目前的每一天,不要焦虑
已经有7人回复
关于豆爷回答的JTJC与%2F数量
已经有6人回复
面上再次挂了,太难了,躺也躺不了,倦也卷不过,小学校之殇!
已经有31人回复
★
小木虫: 金币+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










回复此楼
100