A. ANSYS Workbench视频教程
你好。首先我建议复,去淘制宝上看看有没有相关教程视频,像软件编程的教程,在淘宝上3块钱可以买10多个G的学习视频呢,是归纳好的,还有相应的源代码,你就少喝一瓶水去买下呗。
就算买回来不如意,也无所谓啊
这里我建议你先学习电子资料,不需要特地买实体书,再你做高级开发后,可以考虑买实体书做深入研究,不过等你入门后,基本解决问题也是在网上网络就OK的,。
.
或者你可以加一些QQ群,或者其他聊天软件的语音房间,有些群或者房间会开课的。
希望我的意见对你有用。
B. 求Ansys入门的教程视频,急!!!!
http://v.youku.com/v_show/id_XMjM4MzYwNDMy.html。优酷上的。讲的是丁毓峰的《ansys12.0完全自学手册》中的1、2、13.还有“
ANSYS有限元分析_从基版础到高级视频教程
”其实是其中权的9、10、11、12章。
C. Ansys哪个版本好用哪里有视频教程
ANSYS软件的使用需要根据自身电脑的配置决定,如果电脑配置允许可以尽量安装高版本的软件专,目前Ansys12.0版的资料比较属多,比较适合新人学习。视频教程可在网络视频中搜索。
ANSYS软件是美国ANSYS公司研制的大型通用有限元分析(FEA)软件,是世界范围内增长最快的计算机辅助工程(CAE)软件,能与多数计算机辅助设计(CAD,computer Aided design)软件接口,实现数据的共享和交换,如Creo, NASTRAN, Alogor, I-DEAS, AutoCAD等。是融结构、流体、电场、磁场、声场分析于一体的大型通用有限元分析软件。在核工业、铁道、石油化工、航空航天、机械制造、能源、汽车交通、国防军工、电子、土木工程、造船、生物医学、轻工、地矿、水利、日用家电等领域有着广泛的应用。ANSYS功能强大,操作简单方便,现在已成为国际最流行的有限元分析软件,在历年的FEA评比中都名列第一。目前,中国100多所理工院校采用ANSYS软件进行有限元分析或者作为标准教学软件。
D. 能否将您的20天精通ansys视频教程百度盘链接发我啊
别花钱买啊,后悔啊。当然免费的可以看看。
E. 谁有ANSYS 14.0的学习视频教程啊
http://tieba..com/p/2323169054
学习ansys,最基础的就是建模吧。ansys14与它之前的版本在建模时,图形界面操作与命令版流没有区别,都是通用的。最权大的差别是算法的变化吧。所以找学习资料时,可以放宽一些,不要太限制版本的要求。
F. 跪求比较全面的ansys视频教程
请至如下网址下载,下的人不少(请把网址中的新浪二字改成新浪的英文),请采纳
http://iask.新浪.com.cn/u/2049415280/ish
G. 谁有《20天精通ansys》的视频教程,求分享
我买过赵老师的20天ansys,当时花了300软妹币,感觉没啥用,就教你熟悉熟悉操作,具内体的分析反正流体容部分他没把我教会。你需要的话我可以10元卖给你,附赠我自己收集的ansys18.2 破解版,就当是挽回一点损失了。
H. ansys10热分析的视频教程
都做不下去就奇怪了,给你一个例子,也是比较经典的一个,你试试:
/PREP7
/TITLE,Steady-state thermal analysis of pipe junction
/UNITS,BIN ! 英制单位;Use U. S. Customary system of units (inches)
! /SHOW, ! Specify graphics driver for interactive run
ET,1,90 ! Define 20-node, 3-D thermal solid element
MP,DENS,1,.285 ! Density = .285 lbf/in^3
MPTEMP,,70,200,300,400,500 ! Create temperature table
MPDATA,KXX,1,,8.35/12,8.90/12,9.35/12,9.80/12,10.23/12
! 指定与温度相对应的数据材料属性;导热系数;Define conctivity values
MPDATA,C,1,,.113,.117,.119,.122,.125
! Define specific heat values(比热)
MPDATA,HF,2,,426/144,405/144,352/144,275/144,221/144
! Define film coefficient;除144是单位问题,上面的除12也是单元问题
! Define parameters for model generation
RI1=1.3 ! Inside radius of cylindrical tank
RO1=1.5 ! Outside radius
Z1=2 ! Length
RI2=.4 ! Inside radius of pipe
RO2=.5 ! Outside pipe radius
Z2=2 ! Pipe length
CYLIND,RI1,RO1,,Z1,,90 ! 90 degree cylindrical volume for tank
WPROTA,0,-90 ! 旋转当前工作的平面;从Y到Z旋转-90度;;Rotate working plane to pipe axis
CYLIND,RI2,RO2,,Z2,-90 ! 角度选择在了第四象限;90 degree cylindrical volume for pipe
WPSTYL,DEFA ! 重新安排工作平面的设置;另外WPSTYL,STAT to list the status of the working plane;;Return working plane to default setting
BOPT,NUMB,OFF ! 关掉布尔操作的数字警告信息;Turn off Boolean numbering warning
VOVLAP,1,2 ! 交迭体;Overlap the two cylinders
/PNUM,VOLU,1 ! 体编号打开;Turn volume numbers on
/VIEW,,-3,-1,1
/TYPE,,4 ! 精确面的显示;Precise hidden display
/TITLE,Volumes used in building pipe/tank junction
VPLOT
VDELE,3,4,,1 ! 修剪一些体与体相关的体的因素都删掉;Trim off excess volumes
! Meshing 网格划分
ASEL,,LOC,Z,Z1 ! Select area at remote Z edge of tank
ASEL,A,LOC,Y,0 ! Select area at remote Y edge of tank
CM,AREMOTE,AREA ! 为面建立数组;Create area component called AREMOTE
/PNUM,AREA,1
/PNUM,LINE,1
/TITLE,Lines showing the portion being modeled
APLOT
/NOERASE ! 预防抹去
LPLOT ! Overlay line plot on area plot
/ERASE
ACCAT,ALL ! 连接面和线的准备映射;Concatenate areas and lines at remote tank edges
LCCAT,12,7
LCCAT,10,5
LESIZE,20,,,4 ! 4 divisions through pipe thickness
LESIZE,40,,,6 ! 6 divisions along pipe length
LESIZE,6,,,4 ! 4 divisions through tank thickness
ALLSEL ! Restore full set of entities
ESIZE,.4 ! Set default element size线的默认划分数
MSHAPE,0,3D ! Choose mapped brick mesh
MSHKEY,1 ! 映射网格
SAVE ! Save database before meshing
VMESH,ALL ! Generate nodes and elements within volumes
/PNUM,DEFA ! 重新安排数字规格
/TITLE,Elements in portion being modeled
EPLOT
FINISH
/COM, *** Obtain solution ***
/SOLU
ANTYPE,STATIC ! Steady-state analysis type
NROPT,AUTO ! 自动选择牛顿-拉普森 Program-chosen Newton-Raphson option
TUNIF,450 ! 给结点统一的温度;Uniform starting temperature at all nodes
CSYS,1 ! 1 — Cylindrical with Z as the axis of rotation
NSEL,S,LOC,X,RI1 ! Nodes on inner tank surface
SF,ALL,CONV,250/144,450 ! 为结点指定表面载荷;对流;Convection(对流); load at all nodes
CMSEL,,AREMOTE ! 选择子集组合;Select AREMOTE component
NSLA,,1 ! Nodes belonging to AREMOTE
D,ALL,TEMP,450 ! 设定边界温度条件 Temperature constraints at those nodes
WPROTA,0,-90 ! Rotate working plane to pipe axis
CSWPLA,11,1 ! 在工作区声明本地的圆柱体系; Define local cylindrical c.s at working plane
NSEL,S,LOC,X,RI2 ! Nodes on inner pipe surface
SF,ALL,CONV,-2,100 ! 这里的-2表示材料2;;Temperature-dep. convection load at those nodes
ALLSEL
/PBC,TEMP,,1 ! 边界符号的显示Temperature b.c. symbols on
/PSF,CONV,,2 ! Convection symbols on 箭头显示
/TITLE,Boundary conditions
NPLOT
WPSTYL,DEFA
CSYS,0
AUTOTS,ON ! Automatic time stepping
NSUBST,50 ! Number of substeps
KBC,0 ! Ramped loading (default)
OUTPR,NSOL,LAST ! 显示最后一次的结点约束;Optional command for solution printout
SOLVE
FINISH
/COM, *** Review results ***
/POST1
/EDGE,,1 ! Displays only the "edges(刀口, 利刃, 锋, 优势, 边缘, 优势, 尖锐)" of an object;Edge display
/PLOPTS,INFO,ON ! Legend column on
/PLOPTS,LEG1,OFF ! Legend header off 圆柱数列的头部
/WINDOW,1,SQUARE ! SQUA, form largest square window within the current graphics area;Redefine window size
/TITLE,Temperature contours at pipe/tank junction
PLNSOL,TEMP ! Plot temperature contours
CSYS,11
NSEL,,LOC,X,RO2 ! Nodes and elements at outer radius of pipe
ESLN ! 选择单元
NSLE ! 选择结点
/SHOW,,,1 ! 向量显示;Vector mode
/TITLE,Thermal flux vectors at pipe/tank junction
PLVECT,TF ! Plot thermal flux(热通量) vectors
FINISH
I. 哪里可以找到清晰的Ansys视频教程
http://ishare.iask.sina.com.cn/f/19577385.html?from=dl
下载安装复指制南,一步一步照着做就可以了
J. 谁有ANSYS教程视频的,百度网盘最好,带密码的视频也行。谢谢了
推荐 :学火火, 看看去吧,我在里面下载的,视频教程,电子书教程都有,一直在更新,网络一下,你就知道