| 24小時(shí)熱門版塊排行榜 |
| 3 | 1/1 | 返回列表 |
| 查看: 4549 | 回復(fù): 2 | ||||
[求助]
ANSYS瞬態(tài)動力學(xué)問題請教 已有1人參與
|
|
小弟學(xué)習(xí)ansys不久,老師安排一個(gè)算例。但是運(yùn)算中出現(xiàn)很多錯誤(如下),望指教. 錯誤一:An attempt was made to define KEYOPT values for an undefined element type 3. The KEYOPT command is ignored. 錯誤二:No surface elements were generated. 錯誤三:Specified displacements from the previous D command were applied only to defined and selected nodes. 錯誤四:Specified forces from the previous F command were applied only to defined and selected nodes. 錯誤五 Node 1 on element 1 is unselected. Node 2 on element 1 is unselected. Node 2 on element 2 is unselected. Node 3 on element 2 is unselected. Node 3 on element 3 is unselected. Node 4 on element 3 is unselected. Node 4 on element 4 is unselected. Node 5 on element 4 is unselected. Node 5 on element 5 is unselected. Node 6 on element 5 is unselected. Node 6 on element 6 is unselected. Node 7 on element 6 is unselected. Node 7 on element 7 is unselected. Node 8 on element 7 is unselected. Node 8 on element 8 is unselected. Node 9 on element 8 is unselected. Node 9 on element 9 is unselected. Node 10 on element 9 is unselected. Node 10 on element 10 is unselected. Node 11 on element 10 is unselected. Node 11 on element 11 is unselected. Node 12 on element 11 is unselected. 錯誤六:Present time 5 is less than or equal to the previous time in a transient analysis. 下面是apld: finish /cle /prep7 !前處理 /UNITS,SI !定義國際單位制 et,1,beam188 et,2,conta176 keyopt,3,3,0 et,3,targe170 mp,ex,1,2e11 !彈性模量 mp,prxy,1,0.3 !泊松比 mp,dens,1,6594 !鉆柱密度(考慮浮重) mp,mu,1,0.25 !鉆柱的摩擦系數(shù) mp,mu,2,0.35 !井壁的摩擦系數(shù) sectype,1,beam,ctube,well,0 !定義類似實(shí)常數(shù)的參數(shù),編號,單元類型,對應(yīng)參數(shù)類型,參數(shù)名稱,N參數(shù)(沿圓周由內(nèi)徑向外徑劃分的單元數(shù)) secoffset,cent !單元位置參數(shù),坐標(biāo)類型(user代表自定義坐標(biāo)),Y坐標(biāo),Z坐標(biāo) secdata,10,20,0,0,0,0,0,0,0,0,0,0 !具體參數(shù),內(nèi)徑,外徑,沿圓周由內(nèi)徑向外徑劃分的單元數(shù) sectype,2,beam,ctube,well,0 !定義類似實(shí)常數(shù)的參數(shù),編號,單元類型,對應(yīng)參數(shù)類型,參數(shù)名稱,N參數(shù)(沿圓周由內(nèi)徑向外徑劃分的單元數(shù)) secoffset,cent !單元位置參數(shù),坐標(biāo)類型(user代表自定義坐標(biāo)),Y坐標(biāo),Z坐標(biāo) secdata,5,8,0,0,0,0,0,0,0,0,0,0 !具體參數(shù),內(nèi)徑,外徑 !鉆柱模型 n,1 n,2,0.6,0.64 n,3,1,1.1 e,1,2 ! 連接各節(jié)點(diǎn),形成單元 e,2,3 n,12,10,10.1 fill,3,12 *do,i,3,11 !循環(huán)連接 e,i,i+1 *enddo type,1 ! 定義節(jié)點(diǎn)單元類型 secnum,2 !設(shè)定隨后梁單元劃分將要使用的截面編號 mat,1 !指定材料屬性編號 !井壁/套管模型 n,13 n,14,,0.64 n,15,,1.1 e,13,14 ! 連接各節(jié)點(diǎn),形成單元 e,14,15 n,24,,10.1 fill,15,24 *do,i,15,23 !循環(huán)連接 e,i,i+1 *enddo type,1 ! 定義節(jié)點(diǎn)單元類型 secnum,1 !設(shè)定隨后梁單元劃分將要使用的截面編號 mat,2 !指定材料屬性編號 !contact nsel,s,node,,1,12,1 esurf !target nsel,s,node,,13,24,1 esurf d,1,ux,uy,,,,,rotx,rotz !鉆頭及井口邊界條件約束 d,2,ux,,,,,,rotx,rotz d,3,ux,,,,,,rotx,rotz d,4,rotx,,,230,1,rotz d,12,all *do,ii,13,24,1 !井筒全約束 d,ii,all *enddo allsel,all !用于求解類似Node 1 on element 1 is unselected的問題 /solu !求解器求解 antype,trans ! 瞬態(tài)分析 trnopt,full !完全法求解 alphad,0.1 ! 質(zhì)量阻尼 beta,0.00001 !剛度阻尼 timint,on !打開時(shí)間效應(yīng)(進(jìn)行動力學(xué)分析) pstres,on !打開預(yù)應(yīng)力效應(yīng) *do,iii,1,1000 !循環(huán)加載不平衡質(zhì)量力 *set,w,6.28 !角速度<=轉(zhuǎn)速?> *set,t,iii*0.005 !循環(huán)加載時(shí)間 f,1,fy,54000+0.25*54000*sin(4*w*t) f,1,my,2000+200*sin(4*w*t) f,2,fy,6000+0.25*6000*sin(3*w*t) f,2,my,500+250*sin(3*w*t) time,t !循環(huán)時(shí)間 outres,all,all solve !求解 *enddo solve !求解 |
有限元 |
銀蟲 (小有名氣)
專家顧問 (職業(yè)作家)
![]() |
專家經(jīng)驗(yàn): +809 |
|
錯誤 1 是:你還沒有定義單元類型 3,就對他設(shè)置關(guān)鍵選項(xiàng),這是無法設(shè)置的。需要將: keyopt,3,3,0 移動到 et, 3, ... 之后。 錯誤 2 是因?yàn)槟阋獎?chuàng)建接觸單元和目標(biāo)單元,但是沒有預(yù)先設(shè)置單元屬性,而且缺少用于接觸的實(shí)常數(shù)的定義,需要將下面的命令: !contact nsel,s,node,,1,12,1 esurf !target nsel,s,node,,13,24,1 esurf 修改為: type 2 r,1 ! 定義接觸使用的實(shí)常數(shù) real,1 !contact nsel,s,node,,1,12,1 esurf type, 3 !target nsel,s,node,,13,24,1 esurf 錯誤 3~5 應(yīng)該都是你在做了某種實(shí)體選擇后,沒有再次選擇所有實(shí)體,造成后續(xù)操作時(shí)所需的實(shí)體不在當(dāng)前選擇集中,因而出錯。 由于在定義節(jié)點(diǎn)約束之前,使用了 nsel,s,node,,13,24,1 命令,因而當(dāng)前選擇集中節(jié)點(diǎn)只有 13~24,后面在節(jié)點(diǎn) 1,2,3,4 和 12 上施加約束時(shí),這些節(jié)點(diǎn)都不在當(dāng)前選擇集中,所以出錯。需要在定義目標(biāo)單元后,加一句: allsel,all 另外,在定義約束的命令中,以下內(nèi)容: *do,ii,13,24,1 !井筒全約束 d,ii,all *enddo 對節(jié)點(diǎn) 13~24 約束了所以自由度,而這些節(jié)點(diǎn)又是目標(biāo)單元的節(jié)點(diǎn),約束全部自由度不知是否合適。 錯誤 6: 沒有找到原因。你可以先修改以上問題,然后再試試看,是否還有該問題。 |
| 3 | 1/1 | 返回列表 |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|
百度網(wǎng)盤 |
360云盤 |
千易網(wǎng)盤 |
華為網(wǎng)盤
在新窗口頁面中打開自己喜歡的網(wǎng)盤網(wǎng)站,將文件上傳后,然后將下載鏈接復(fù)制到帖子內(nèi)容中就可以了。 |
| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 301求調(diào)劑 +5 | yy要上岸呀 2026-03-17 | 5/250 |
|
|---|---|---|---|---|
|
[考研] 材料工程專碩調(diào)劑 +5 | 204818@lcx 2026-03-17 | 5/250 |
|
|
[考博] 26申博 +4 | 八旬速覽 2026-03-16 | 4/200 |
|
|
[考研] 289求調(diào)劑 +6 | 步川酷紫123 2026-03-11 | 6/300 |
|
|
[論文投稿] 有沒有大佬發(fā)小論文能帶我個(gè)二作 +3 | 增銳漏人 2026-03-17 | 4/200 |
|
|
[基金申請] 國自科面上基金字體 +6 | iwuli 2026-03-12 | 7/350 |
|
|
[考研] 機(jī)械專碩325,尋找調(diào)劑院校 +3 | y9999 2026-03-15 | 5/250 |
|
|
[考研] 0703化學(xué)調(diào)劑 +6 | 妮妮ninicgb 2026-03-15 | 9/450 |
|
|
[考研] 304求調(diào)劑 +3 | 曼殊2266 2026-03-14 | 3/150 |
|
|
[考研] 070303一志愿西北大學(xué)學(xué)碩310找調(diào)劑 +5 | d如愿上岸 2026-03-12 | 8/400 |
|
|
[考研] 288求調(diào)劑 +4 | 奇點(diǎn)0314 2026-03-14 | 4/200 |
|
|
[考研] 復(fù)試調(diào)劑 +3 | 呼呼?~+123456 2026-03-14 | 3/150 |
|
|
[考研] 328求調(diào)劑 +3 | 5201314Lsy! 2026-03-13 | 6/300 |
|
|
[考研] 工科278分求調(diào)劑 +5 | 周慢熱啊 2026-03-12 | 7/350 |
|
|
[考研] 314求調(diào)劑 +7 | 無懈可擊的巨人 2026-03-12 | 7/350 |
|
|
[考研] 求調(diào)劑 +3 | 程雨杭 2026-03-12 | 3/150 |
|
|
[考研] 土木第一志愿276求調(diào)劑,科研和技能十分豐富,求新興方向的導(dǎo)師收留 +3 | 土木小天才 2026-03-12 | 3/150 |
|
|
[考研] 0856化學(xué)工程280分求調(diào)劑 +4 | shenzxsn 2026-03-11 | 4/200 |
|
|
[考研] 277求調(diào)劑 +4 | anchor17 2026-03-12 | 4/200 |
|
|
[考研] 270求調(diào)劑 085600材料與化工專碩 +3 | YXCT 2026-03-11 | 3/150 |
|