-
-
December 6, 2022 at 1:21 pmjavier.medina.galeraSubscriber
Hi, I would like to model a tapered beam forming a hollow conical geometry as a transition piece between two cylinders of different diameter. I need it to be a beam type for further calculations in Aqwa.
I'm aware that with APDL you can create a tapered cross section and then assign it to a line. Is there any way to do this in Design modeler or Space claim? Can I run the APDL code inside DM or SC??
Thank you very much.
Â
-
December 6, 2022 at 2:59 pmErik KostsonAnsys Employee
Â
Hi
You can not do that.
Â
It is only possible to define the tapered beam inside mechanical using APDL command snippet.
Never done this but perhaps it is possible (see the help manual for tapered beam, e.g., sectype,3,taper, sectype,2,beam, and sectype,1,beam, etc)
All the best
Â
Erik
Â
-
December 6, 2022 at 5:55 pmAnkush ChoudharyAnsys Employee
Hi Javier,
Spaceclaim, Design Modeler, and Mechanical Gui do not support the tappered beam section. For defining the tapered section, you need to insert the APDL script inside the mechanical.
Â
Thanks,
Ankush
-
December 9, 2022 at 3:30 pmjavier.medina.galeraSubscriber
Hi Erik and Ankush,
Thank you very much for your answers. I've tried to follow your advice but I'm stuck, I'm not familiar with working with snippets or running scripts inside mechanichal so I may be missing something.
I've written this APDL script that generates my desired geometry:
FINISH/CLEAR ! clear database/PREP7 ! enters the preprocessor! MATERIAL PROPERTIESYNGMOD = 2e11 ! Young's modulusPCOEF = 0.27 ! Poisson coefficientMDENS = 7850 ! Material density! SECTION DIMENSIONS! CTUBE1Intrad1 = 6470Extrad1 = 6500!CTUBE2Intrad2 = 9370Extrad2 = 9400! Element typesET,1,BEAM189 ! create 3-node beam elementET,2,SHELL281 Â!define materialMPTEMP,,,,,,,,MPTEMP,1,0MPDATA,EX,1,,YNGMOD ! Young's modulusMPDATA,PRXY,1,,PCOEF ! poisson coef.MPDATA,DENS,1,,MDENS Â ! Density. For considering own weight! Keypoints DefinitionK,1,0,0,0K,2,0,0,-4000K,3,0,0,-12000K,4,0,0,-120000K,5,0,0,10000SECTYPE,1,BEAM,CTUBE,CT,0SECOFFSET, CENT ! Origin of section located at CoG of sectionSECDATA,Intrad1,Extrad1,64,0,0,0,0,0,0,0,0,0 ! Variables of sectionLSTR,1,2! Straight line connecting each KPLSEL, , , , Â Â Â 1 ! Selecting the generated lineLATT,1, ,1, , Â Â Â , ,1 Â ! Assigning the variable section, element type and material properties to lineLESIZE,1,400 , ,, , , , ,1 Â ! Size of MeshLMESH, Â Â Â 1 Â ! Line MeshingSECTYPE,2,BEAM,CTUBE,CT,0SECOFFSET, CENT ! Origin of section located at CoG of sectionSECDATA,Intrad2,Extrad2,64,0,0,0,0,0,0,0,0,0 ! Variables of sectionLSTR,3,4! Straight line connecting each KPLSEL, , , , Â Â Â 2 ! Selecting the generated lineLATT,1, ,1, , Â Â Â , ,2 Â ! Assigning the variable section, element type and material properties to lineLESIZE,2,800 , ,, , , , ,1 Â ! Size of MeshLMESH, Â Â Â 2 ! Line MeshingLSTR,2,3! Straight line connecting each KPSECTYPE,3,TAPER, ,TC Â ! We define a taper to generate a variable section. Tower's transition piece.SECDATA, Â 1 ,0,0,-4000, ! Initial base of variable sectionSECDATA, Â 2,0,0,-12000,LSEL, , , , Â Â Â 3 ! Selecting the generated lineLATT,1, ,1, , Â Â Â , ,3 Â ! Assigning the variable section, element type and material properties to lineLESIZE,3,400 , ,, , , , ,1 Â ! Size of MeshLMESH, Â Â Â 3 ! Line Meshing! Upper sectionK,5,0,0,10000LSTR,1,5! Straight line connecting each KPLSEL, , , , Â Â Â 4 ! Selecting the generated lineLATT,1, ,1, , Â Â Â , ,1 Â ! Assigning the variable section, element type and material properties to lineLESIZE,4,1000 , ,, , , , ,1 Â ! Size of MeshLMESH, Â Â Â 4 ! Line Meshing/ESHAPE,1.0And the result is
Â
Actually, the part of the code I would like to implement is this, where I define a tapered section from the sections already defined above for the rest of the line bodies:
LSTR,2,3! Straight line connecting each KPSECTYPE,3,TAPER, ,TC Â ! We define a taper to generate a variable section. Tower's transition piece.SECDATA, Â 1 ,0,0,-4000, ! Initial base of variable sectionSECDATA, Â 2,0,0,-12000,LSEL, , , , Â Â Â 3 ! Selecting the generated lineLATT,1, ,1, , Â Â Â , ,3 Â ! Assigning the variable section, element type and material properties to lineLESIZE,3,400 , ,, , , , ,1 Â ! Size of MeshLMESH, Â Â Â 3 ! Line MeshingWhat I've tried so far:
- Use design modeler to build the line bodies and the two CTUBES, transfer the geometry to a mechanichal model (tried to implement the snippet by inserting an apdl command to the desired line body, but it doesn't make any change) and then to the hydrodynamic diffraction module.
- Archive the apdl model and load it in workbench using the external model option, but workbench is reading the the tapered section as a constant CTUBE equal to the start of the tapered section
- Use the spaceclaim 'extract' option under 'prepare' tab to extract the tapered section, but the hydrodynamic difraction doesn't like it
I would really apreciate if you could help me implementing the code inside mechanichal. Thank you very much for your help.
Â
Best regards,
Javier
-
December 9, 2022 at 4:15 pmErik KostsonAnsys Employee
Â
Â
Â
Hi
Â
Have not used this much and it is not really convenient.
So the way to use it in WB / mech. (define 3 line bodies/geom., and then change the section of the taper as shown in the apdl command snippet placed under it in the tree below).
Â
Â
We can not view it (taper) in mechanical ui – so only way is in APDL (used an image to view it – see below)
The last snippet is:
/eshape,1,ON
/SHOW,png
EPLOT
/show,closeÂ
Â
-
- The topic ‘How can I model a tapered cross section beam?’ is closed to new replies.
- Problem with access to session files
- Ayuda con Error: “Unable to access the source: EngineeringData”
- At least one body has been found to have only 1 element in at least 2 directions
- Error when opening saved Workbench project
- Geometric stiffness matrix for solid elements
- How to apply Compression-only Support?
- How to select the interface delamination surface of a laminate?
- Timestep range set for animation export
- Image to file in Mechanical is bugged and does not show text
- SMART crack under fatigue conditions, different crack sizes can’t growth
-
1236
-
543
-
523
-
225
-
209
© 2024 Copyright ANSYS, Inc. All rights reserved.