
發布
注冊
/
登錄Skin
關注創建者:赤子Sim 創建時間:2020-05-14
Skin的視頻教程
ABAQUS模擬雙層薄波紋鋼板螺栓連接-混凝土組合剪力墻
本文復現了一篇論文:Performance of concrete-filled double-skin shallow-corrugated steel plate composite walls under axial compression(SCI二區) 本課程為精品課程-雙層薄波紋鋼板螺栓連接-混凝土組合剪力墻模擬。
¥400 1小時16分鐘 229播放
查看
Skin的實例教程
最近工作之余,想制作一個自動對多cell的Part進行skin并建立相應set的小插件。我的目的是對該Part中各個cell分別進行skin,以便于將來賦予不同的屬性。這樣可以有效的減少輸出結果文件的大小。
本以為這應該是一個極其簡單的小問題,不會浪費我太多的精力。但是當開始寫程序的時候才發現一個巨大的坑點:Part對象的Skin函數不接受列表類型的參數或者數組類型的參數,它只接受ABAQUS特定的幾何數組類型或者序列類型,按理說list類型屬于序列類型,但是該函數并不接受。如果通過getSequenceFromMask生成可用faces,mask究竟如何獲得又是一個問題。
mask為什么難以獲得呢?因為getMask()函數是FaceArray對象的成員函數,而該對象的建立是通過part對象建立的(p.faces),它會生成所有faces的合集(比如[0,1,2,3,4,5,6]),而我要進行skin的cell只包含這些faces中的一部分,并且編號是隨機的不可預測的,但是組成該cell的face編號可以通過c.getFaces()((2,3.4,5))。按照我最初的想法,我有了這些面的ID號,把它們從p.faces中讀取出來重新組合就可以了,但是組合完成的類型是list,Skin函數不接受它作為參數。我嘗試了多種方法均不能將最終的結果轉化成Skin可以使用的格式。并且由于組合后的不是abaqus的幾何數組類型,所以它并沒有getMask()方法,也就無法通過該方法獲得可以使用的mask。
無奈之下只好使用getSequenceFromMask函數,這就要解決一個麻煩的問題:getSequenceFromMask的mask值究竟怎么來?目前看來唯一的辦法就是解密getMask()函數。
展開 (agc.Add, agc.No, 0.0, 0.0);
Skin1.Name = "Point2OvalSkin"
Skin1.AddBaseObject(ps1.Sk1);
Skin1.AddBaseObject(ps2.Sk2);
Skin1.AddBaseObject(ps3.Sk3);
Skin1.AddBaseObject(ps4.Sk4);
agb.Regen(); //To insure model validity
//Next create a Sweep
var Sweep1 = agb.Sweep(agc.Add, ps4.Sk4, ps5.Sk6, agc.AlignTangent,
0.25, 0.0, agc.No, 0.0, 0.0);
agb.Regen(); //To insure model validity
//Next create a Revolve
var Rev1 = agb.Revolve(agc.Add, ps5.Sk7, ps5.YAxis, agc.DirNormal,
360.0, 0.0, agc.Yes, 1.0, 1.0);
agb.Regen(); //To insure model validity
//Finally cut a hole using Extrude
var Extrude1 = agb.Extrude(agc.Cut, ps5.Sk5, agc.DirSymmetric,
agc.ExtentThruAll, 0.0, agc.ExtentFixed, 0.0, agc.No, 0.0, 0.0);
agb.Regen(); //To insure model validity
這些函數的使用在幫助文檔寫的非常詳細,使用起來也很方便。
展開 Depending upon the degree of variability in skin thickness, the results show a weight saving of up to 19% over the baseline model while satisfying all structural requirements.
Summary
Guided by the topology optimization results, a new detailed finite element model was developed with the stiffeners placed near their optimal locations. By solving the corresponding constrained sizing optimization problem, the optimal wall thickness values for individual stiffeners and skin panels were obtained.
展開 Depending upon the degree of variability in skin thickness, the results show a weight saving of up to 19% over the baseline model while satisfying all structural requirements.
Summary
Guided by the topology optimization results, a new detailed finite element model was developed with the stiffeners placed near their optimal locations. By solving the corresponding constrained sizing optimization problem, the optimal wall thickness values for individual stiffeners and skin panels were obtained.
展開 思路,很簡單
第一步,在PATRAN中先獲得流體模型表面單元和節點(關鍵是節點),放入一個新建的組內(skin),獲得各節點的坐標;
第二步,只顯示固體模型,從skin組依次讀取每個表面節點,給定X、Y、Z三方向的搜索長度(我用的是0.5,大家可以根據需要自由修改)進行搜索,搜索
到的固體結構上的節點就放入新建的組tb_completed_nodes里;
第三步,如果有節點搜索失敗,則加大搜索長度二次搜索,并同時把skin上的節點移到被搜索到的節點位置上,原因大家應該明白的,二次搜索還有失敗的
節點就移入到新建的failed組里,進行手動修改。
AC.rar
展開 
Skin的最新內容
什么是增強現實(AR)?2個月前
史密森學會Skin and Bone應用
解剖4D
保時捷Tech Live Look
零售
AR使購物者能夠在購買前“體驗”產品和服務。虛擬試穿和預覽功能,可向購物者展示可穿戴設備穿戴在其身上的樣子,或者家具、地毯和藝術品等家居裝飾在其家中的擺放效果。這種購買前的交互體驗已被證明能夠提高轉化率,并降低退貨率,因為AR技術可提高消費者的購買信心。
史密森學會Skin and Bone應用
解剖4D
保時捷Tech Live Look
零售
AR使購物者能夠在購買前“體驗”產品和服務。虛擬試穿和預覽功能,可向購物者展示可穿戴設備穿戴在其身上的樣子,或者家具、地毯和藝術品等家居裝飾在其家中的擺放效果。這種購買前的交互體驗已被證明能夠提高轉化率,并降低退貨率,因為AR技術可提高消費者的購買信心。
表層/芯層材料分布 (Skin & Core Distribution)
為評估皮層/核芯層材料分布,使用者可選擇充填分析中的皮層比結果與表皮厚度結果。皮層比是用皮層厚度除以全體塑件厚度在厚度方向做計算,所以不需要使用切割功能來觀看結果。根據下列皮層比結果圖所示,紅色表示100%皮層比,就是在那些區域中沒有核芯層材料的存在,主要是在充填未端。
Quantitative assessment of skin layers absorption and skin reflectance spectra simulation in the visible and near-infrared spectral regions. Physiological Measurement (2002)
4. Doronin, et al.
5.Skin
Skin (皮膚) 面板適用于彼此相鄰堆疊的線條。 如果線條形成閉合循環,請使用 Spline (樣條) 面板。
簡單總結的話splin與skin主要適用于的是曲面曲線的情況下進行網格劃分,按照曲面曲線的曲率去過渡來實現合理的網格過渡。
Skin(蒙皮)
71
7.
Stringer(縱梁)
71
四、
Assembly(裝配)
72
1.
Control Curve Add/Edit
Align Align
Allow attaching placements to geometry Anchor
Annotate GD&T As File
As Outlook Attachment As Web Viewer Link
Associate
Auto Fix Auto Skin
部分耦合(流體運動不會受到氣泡影響)/完全耦合(流體運動會受到氣泡運動的影響)
打開 Bubble 模擬
Bubbles generated below inlet with constant rate
Density: 10 x density of air (oxide skin)
Size (diameter): 0.3 mm, 0.5 mm, 0.8 mm
l 表層/芯層材料分布 (Skin & Core Distribution)
為評估皮層/核芯層材料分布,使用者可選擇充填分析中的皮層比結果與表皮厚度結果。皮層比是用皮層厚度除以全體塑件厚度在厚度方向做計算,所以不需要使用切割功能來觀看結果。根據下列皮層比結果圖所示,紅色表示100%皮層比,就是在那些區域中沒有核芯層材料的存在,主要是在充填未端。
研究成果以“High damping, soft and reprocessable thermal interface materials inspired by the microstructure of skin tissue”為題發表于《Composites Science and Technology》。
