由买买提看人间百态

topics

全部话题 - 话题: apdl
(共0页)
a***n
发帖数: 53
1
来自主题: ME版 - 问个Ansys的问题
using APDL. The APDL file should look like the following.
/post1
*cfopen,nodetemp,txt
*get,nnode,node,,num,count
nn=0
*do,i,1,nnode,1
nn=nnext(nn)
*get,tempatnode,node,nn,temp
*vwrite,nn,tempatnode
(f9.0,tl1,' ',f9.3)
*enddo
*cfclose
s********r
发帖数: 143
2
来自主题: JobMarket版 - Temporary FEA position
This is a 3-month Temporary Position.
Western Digital (San Jose, CA) is looking for an FEA engineer to fill the 3-
month temporary position. Available immediately.
Candidates should have strong knowledge of structural mechanics and dynamics
. Experience with ANSYS Mechanical APDL and/or Workbench is preferred.
If you are interested, please PM.
s***h
发帖数: 592
3
I think the basic requirement for mastering FEA soft is programming
for ANSYS should know how to use APDL
for MSC.MARC&ABAqus should know the basic user subroutines
only using GUI is far from enough
and the GUI in those commercial code is sooo ugly designed.....
a***n
发帖数: 53
4
来自主题: ME版 - 问个Ansys的问题
Read the online help on APDL.
m********e
发帖数: 5088
5
来自主题: ME版 - 请教Ansys
可以用APDL阿,比如建一个圆,然后根据这个圆沿一个弧线拉出体,那些parameter都
可以单独列成changable parameters。
/prep7
radius1=1
radius2=2
k,1,0,0
k,2,radius2,0
k,3,radius2,1
cyl4,kx(1),ky(1),radius1,
circle,2,radius2,3,1,90,,
linenumber=_return
vdrag,all,,,,,,linenumber,

Consider
But
i****a
发帖数: 88
6
其实是把线性方程组导入ANSYS计算。1Mx1M的矩阵Matlab根本解不动, 一些开源的
linear system solver,例如MUMPS, 速度比ANSYS慢一倍以上。感兴趣的可以看一下
ANSYS APDL MATH.

matlab
i****a
发帖数: 88
7
其实是把线性方程组导入ANSYS计算。1Mx1M的矩阵Matlab根本解不动, 一些开源的
linear system solver,例如MUMPS, 速度比ANSYS慢一倍以上。感兴趣的可以看一下
ANSYS APDL MATH.

matlab
(共0页)