TAGGED: apdl-ansys, command-snippet, springs, torsional-stiffness
-
-
March 21, 2022 at 10:05 am
lbtung248
SubscriberHello everyone,
I have a space truss model includes of multiple truss bars and these bars are connected to each other by spring element. I converted these springs from longitudinal springs to rotational COMBI250 springs by the following command:
etet,_sid,combi250
KEYOPT,_sid,1,0
K1=1e15
K2=1e15
K3=1e15
K4=ARG1
K5=ARG1
K6=ARG1
r,_sid,,,,,,,
RMORE,K1,K2,K3,K4,K5,K6
However there are 56 springs in total and copy paste these command snippets to each spring takes a lot of time and also when i want to change the value of the stiffness of the spring for the whole system, i have to go to every spring to adjust it.
Is there anyway i can use 1 command snippet to add these stiffness properties to all my 56 springs at once?
March 23, 2022 at 3:30 pmGovindan Nagappan
Ansys EmployeeYes, you can use one command object under the analysis branch (static, modal etc)
Sample commands:
/prep7
esel,s,enam,,250 !Select all 250 elements
*get,eltype_max,etyp,0,num,max !find max element type number used
et,eltype_max+1,250 !specify next element type as 250
emodif,all,type,eltype_max+1 !modify all selected elements to have type = eltype_max+1
!then define your stiffness values
KEYOPT,eltype_max+1 ,1,0
allsel
/solu
Check the feedback from solution information to verify this works. Check the command reference manual for details on the command
Viewing 1 reply thread- You must be logged in to reply to this topic.
Ansys Innovation SpaceBoost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.Â
Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.
Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
Trending discussions- Solver Pivot Warning in Beam Element Model
- Saving & sharing of Working project files in .wbpz format
- Understanding Force Convergence Solution Output
- User manual
- An Unknown error occurred during solution. Check the Solver Output…..
- What is the difference between bonded contact region and fixed joint
- The solver engine was unable to converge on a solution for the nonlinear problem as constrained.
- whether have the difference between using contact and target bodies
- Defining rigid body and contact
- Colors and Mesh Display
Top Contributors-
7646
-
4468
-
2957
-
1427
-
1322
Top Rated Tags© 2023 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-