资料参考分析msc培训group_第1页
资料参考分析msc培训group_第2页
资料参考分析msc培训group_第3页
资料参考分析msc培训group_第4页
资料参考分析msc培训group_第5页
已阅读5页,还剩35页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、PAT301, Workshop 15, May 2002WS15-1WORKSHOP 15USING LISTS AND GROUPSWS15-2PAT301, Workshop 15, May 2002nProblem DescriptionuIn this exercise, a portion of a fairing will be constructed. Curves and surfaces will be used to define the fairing geometry. The finite element model will consist of 2-dimens

2、ional elements with 1-dimensional elements applied at various edges of the geometry. The 1-dimensional elements will represent stiffeners for the structure.WS15-3PAT301, Workshop 15, May 2002nSuggested Exercise Steps1.Create a new database called fairing.db and set the model preferences.2.Create the

3、 model geometry.3.Create the mesh seeds for the model.4.IsoMesh the model using Quad4 topology.5.Check the free edges, equivalence the model, and then check the free edges again.6.Create a new group called FEM that contains only the finite elemental model. Then post only the FEM group.7.Create two m

4、aterial properties, alum_1 and alum_2.8.Create two fields, one for temperature and the other for thickness.9.Create element properties.10.Create a temperature boundary condition.11.Create a series of lists containing elements that satisfy these following requirements: 1) the elements are made up of

5、the alum_1 material, 2) the elements are greater than 0.98 in thickness, and 3) the elements have a temperature greater than 230.0 degrees.12.Intersect lists a and b to produce a list of elements that satisfy the first two conditions.WS15-4PAT301, Workshop 15, May 2002nSuggested Exercise Steps (Cont

6、.)13.Create another list that satisfies the third condition.14.Intersect the new list with the other list to produce a group of elements that satisfy all three conditions. Then, place these elements in a separate group.15.Post the group containing the elements produced in step 14.16.Create 2 new gro

7、ups, each containing elements with different property sets.17.Change the display attributes for each group.18.Post each group separately, then post both groups together.WS15-5PAT301, Workshop 15, May 2002Step 1. Create New DatabaseCreate a new database and set the model preferences.a. File : New.b.

8、Enter fairing for the File Name.c. Click OK.d. Set the Tolerance to Default.e. Make sure that the Analysis Code and Analysis Type are set to MSC.Nastran and Structural, respectively. f. Click OK.abcdefWS15-6PAT301, Workshop 15, May 2002Step 2. Create Model GeometryCreate the points and curves that r

9、epresent the outline of the fairing. a. Geometry : Create / Point / XYZ.b. Enter 30 0 0 under Points Coordinates List and click Apply.c. Geometry : Create / Curve / XYZ.d. Enter and 50 40 0 under Vector Coordinates List and Origin Coordinates List, respectively.e. Click Apply. f. Click on Show Label

10、s icon.g. Click on Point Size icon to increase the point size.h. Geometry : Create / Curve / Point. i. Click on Point 1 under Starting Point List and click on Point 2 for Ending Point List. j. Click Apply.acbdehijfgWS15-7PAT301, Workshop 15, May 2002Step 2. Create Model Geometry (Cont.)Illustrated h

11、ere are curves that represent the basic geometry for the fairing. These curves will be revolved 360 to get the final model.WS15-8PAT301, Workshop 15, May 2002Step 2. Create Model Geometry (Cont.)Create the fairing by revolving curves 1 and 2 about the fairings vertical center line.a. Geometry : Crea

12、te / Surface / Revolve.b. Enter Coord 0.2 for Axisc. Enter 360 for the Total Angle.d. Shift-select curves 1 and 2.e. Click Apply. f. Viewing : Anglesg. Enter 30 0 0 under Angle.h. Click Apply.abcdefghWS15-9PAT301, Workshop 15, May 2002Step 2. Create Model Geometry (Cont.)Change the display preferenc

13、es in order to get a clearer visual of the model.a. Display : Geometryb. Enter 3 for Number of Display Linesc. Click Apply, then Cancel.abcWS15-10PAT301, Workshop 15, May 2002Step 3. Create Mesh SeedsCreate a finite elemental mesh so that 4 node Quad elements are created every 10 along the circumfer

14、ential edges.a. Elements : Create / Mesh Seed / Uniform.b. Select Number of Elements and enter 36 for the Number.c. Select the top circumferential edge of the fairing(Surface 1.3) and click Apply.abcWS15-11PAT301, Workshop 15, May 2002Step 3. Create Mesh Seeds (Cont.)In the vertical direction(y-dire

15、ction), define a smoothly transitioning mesh density. The elements along the top of the cylinder are 2.5 times as large as those along the bottom edge (tapered end) of the fairing. a. Elements : Create / Mesh Seed / One Way Bias.b. Select L1 and L2 and enter 7 and 10 for L1 and L2, respectively.c. U

16、nder Curve List, Select Curve 1 and click Apply.d. Elements : Create / Mesh Seed / One Way Bias.e. Select L1 and L2 and enter 4 and 7 for L1 and L2, respectively. f. Under Curve List, Select Curve 2 and click Apply.acbdefWS15-12PAT301, Workshop 15, May 2002Step 4. Create Model MeshesNow that the mes

17、h seeds have been created, mesh the model using Quad4 topology.a. Elements : Create / Mesh / Surface.b. Select Quad, IsoMesh, and Quad4.c. Select the entire model by dragging a box around it. And click Apply.d. Remove the display lines by clicking the on the Display lines icon.e. Remove the labels b

18、y clicking the Hide labels icon. f. Decrease the point-size clicking on the Point Size icon.abcedfWS15-13PAT301, Workshop 15, May 2002Step 4. Create Model Meshes(Cont.)Mesh the horizontal (circumferential) edges of each surface with two-noded bar elements.a. Click on Plot/Erase icon and click on Era

19、se under FEM.b. Click OK.c. Elements : Create / Mesh / Curve. d. Set Topology to Bar2e. Shift select the 3 surface edges (as indicated). f. Click Apply.bcdefaeWS15-14PAT301, Workshop 15, May 2002Step 5. Observe the Free EdgesCheck the free edges of the model, equivalence, and then, check the free ed

20、ges again.a. Elements : Verify / Element / Boundaries.b. Select Free Edges under Display Type.c. Click Apply.d. Elements : Equivalence / All / Tolerance Cube.e. Click Apply. f. Repeat steps a through c.abcdeThe middle yellow line does not indicate Quad 4s with free edges, but the presence of Bar2 el

21、ements.WS15-15PAT301, Workshop 15, May 2002Step 6. Create a GroupReplot the FEM and create a group called FEM containing only the finite elemental model. Post only this new group to the viewport.a. Click on the Plot/Erase icon.b. Under FEM, click Plot.c. Click OK.d. Group : Createe. Enter FEM for th

22、e New Group Name. f. Select Unpost All Other Groups.g. Change Group Contents to Add All FEM.h. Click Apply.abcdefghWS15-16PAT301, Workshop 15, May 2002Step 7. Create Material PropertiesCreate the first material for the model. Material alum_1 will be applied to the top(cylindrical) portion of the fai

23、ring.a. Materials : Create / Isotropic / Manual Input.b. Enter alum_1 for the Material Name.c. Click on Input Propertiesd. Select Linear Elastic and enter 1.05E7, 0.33, and 2.6E-4, for Elastic Modulus, Poisson Ratio, and Density, respectively.e. Click OK. f. Click Apply.abcdefWS15-17PAT301, Workshop

24、 15, May 2002Step 7. Create Material Properties (Cont.)Create the second material for the model. Material alum_2 will be applied to the bottom(tapered) portion of the fairing.a. Materials : Create / Isotropic / Manual Input.b. Enter alum_2 for the Material Name.c. Click on Input Propertiesd. Select

25、Linear Elastic and enter 1.18E7, 0.33, and 2.4E-4, for Elastic Modulus, Poisson Ratio, and Density, respectively.e. Click OK. f. Click Apply.abcdefWS15-18PAT301, Workshop 15, May 2002Step 8. Create a FieldDefine fields that represent the varying thickness and temperature distribution. a. Fields : Cr

26、eate / Spatial / PCL Function.b. Enter thickness for the Field Name.c. Enter 1.5-Y/160 for the Scalar Function and click Apply.d. Fields : Create / Spatial / PCL Function.e. Enter temperature for the Field Name. f. Enter 200.0-(150.0/160.0)*X for the Scalar Function and click Apply.abcdefWS15-19PAT3

27、01, Workshop 15, May 2002Step 9. Create Element Properties Create two element properties which include the material definitions and varying thickness.a. Click on the Front view icon.b. Properties : Create / 2D / Shell.c. Enter prop_1 for the Property Set Name. d. Click on Input Properties.e. Click o

28、n Material Name and select alum_1 from Material Property Sets list.abcdeWS15-20PAT301, Workshop 15, May 2002Step 9. Create Element Properties (Cont.)Finish creating the first property set.a. Click on Thickness and select thickness from the Field Definitions list.b. Click OK.c. Preferences : Picking

29、and set Rectangle/Polygon Picking to Enclose entire entityd. Click on Select Members and click on the Shell element icon. Select the top(cylindrical) portion of the fairing by dragging a box around the desired section(as indicated on next page). e. Click Add, then Apply.abdecdWS15-21PAT301, Workshop

30、 15, May 2002Step 9. Create Element Properties (Cont.)Illustrated here is the desired application region for the first property set.WS15-22PAT301, Workshop 15, May 2002Step 9. Create Element Properties (Cont.)Create the second property set.a. Properties : Create / 2D / Shell.b. Enter prop_2 for the

31、Property Set Name.c. Click on Input Propertiesd. Click on Material Name and select alum_2 from the Material Property Sets.e. Click on Thickness and select thickness from the Field Definitions. f. Click OK.g. Click on Select Members and select the bottom(tapered) portion of the fairing by dragging a

32、box around it(as indicated on next page).h. Click Add, then Apply. abcdefghWS15-23PAT301, Workshop 15, May 2002Step 9. Create Element Properties (Cont.)Shown here are the elements for the desired application region of the second property set.WS15-24PAT301, Workshop 15, May 2002Step 10. Create Temper

33、ature Boundary ConditionsDefine the models varying temperature distribution.a. Loads/BCs : Create / Temperature / Nodal.b. Enter temp for the New Set Name.c. Click on Input Datad. Click on Temperature and select temperature from the Spatial Fields.e. Click OK. f. Click on Select Application Region.g

34、. Under Geometry Filter, select FEM.h. Click on Application Region and select the entire model(All nodes). i. Click Add, then, OK j. Click Apply.abcdefghijWS15-25PAT301, Workshop 15, May 2002Step 10. Create Temperature Boundary Conditions (Cont.)Turn off the temperature labels in order to get a bett

35、er visualization of the model.a. Display : Load/BC/Elem. Propsb. Under Loads/BCs remove check for Temperature.c. Click Apply, then Cancel.abcWS15-26PAT301, Workshop 15, May 2002Step 11. Create ListsUse Lists and groups to filter then group the quad elements that have the following attributes:Materia

36、l : alum_1Thickness : 0.98 Temperature : 230.0a. Tools : List / Createb. FEM / Element / Attributec. Under Attribute select Material.d. Under Existing Materials select alum_1. e. Set the Target List to “A” and click Apply.abcdeList A consists of those elements whose properties are specified by alum_

37、1.WS15-27PAT301, Workshop 15, May 2002Step 11. Create Lists (Cont.)Define List B to include only the Quad elements that have a thickness greater than 0.98.a. Properties : Show / Shell.b. Under Existing Properties, select Thickness.c. Set Display Method to Scalar Plot.d. Select Current Viewport, sele

38、ct FEM and click Apply.abcdShown above is a fringe plot corresponding to the model thickness. The elements that are thicker than 0.98 will be included in the next list.WS15-28PAT301, Workshop 15, May 2002Step 11. Create Lists (Cont.)After defining the list parameters, add the elements with thickness

39、greater than 0.98, to list B.a. Tools : List / Createb. FEM / Element / Attribute.c. Under Attribute select Fringe Value.d. Under Fringe Tools select default_Fringe.e. Change F to and enter 0.98. f. Select “B” for the Target List.g. Click on Apply.abcdefgThe contents of List B include all elements t

40、hicker than 0.98.WS15-29PAT301, Workshop 15, May 2002Step 12. Intersect ListsIntersect Lists A and B and replace the contents of List A with the elements found in the intersection.a. Tools : List / Booleanb. Click on the Intersect icon.c. Click on Replace A.The new List A is composed of elements tha

41、t satisfy both requirements: they are in set alum_1 and thicker than 0.98.abcWS15-30PAT301, Workshop 15, May 2002Step 13. Create More ListsPerform a final classification of the elements. Isolate those elements that satisfy the third condition of the applied temperature load 230.0.a. Loads/BCs : Plot

42、 Contours / Temperature.b. Select temp from the Existing Sets.c. Select Temperature under Select Data Variable.d. Select the FEM group and click Apply.Illustrated here is the temperature fringe plot for the model.abcdWS15-31PAT301, Workshop 15, May 2002Step 13. Create More Lists (Cont.)Clear the con

43、tents of List B and add the values obtained from the final classification.a. Tools : List / Create.b. FEM / Element / Attribute.c. Select Fringe Value and default_Fringe for Attribute and Fringe Tools, respectively.d. Change F to and enter 230.0.e. Select “B” for the Target List. f. Click on Clear o

44、n the List B formg. Click Apply on the List Create form.abcdefgWS15-32PAT301, Workshop 15, May 2002Step 14. Intersect Lists AgainLists A and B will be intersected again to create a List C. This list will contain the elements that satisfy all three conditions. The contents of List C will then be plac

45、ed into a new group called common_quads.a. Tools : List / Booleanb. Click Clear.c. Click on the Intersect icon.d. Click on Add To Groupe. Enter common_quads for the Group Name. f. Click Apply, then Cancel.abcdefWS15-33PAT301, Workshop 15, May 2002Step 15. Post GroupPost the common_quad group. This i

46、s the group of elements that satisfy all three of the conditions defined earlier.a. Group : Postb. Select the common_quads group under Select Groups to Post.c. Click Apply, then Cancel.d. Click on the Iso 1 view icon.abcdWS15-34PAT301, Workshop 15, May 2002Step 15. Post Group (Cont.)This is the Iso 1 view of the elements in the common_quads group. These are all the elements that satisfied all three conditions.WS15-35PAT301, Workshop 15, May 2002Step 16. Create Two New GroupsCreate two new groups, prop1_group and prop2_group. Then, change the di

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论