-
-
November 29, 2023 at 4:35 pmGuy Hermann Youdom YimbiSubscriber
Hello everyone, I'm trying to create a rigid region by issuing the CERIG command. I've created components to easily select the independent and the dependent node.
I got a message saying that the independent node is not selected and the CERIG command is ignored. But when I checked my components, they contained the node they should contain.
Could we help me find the problem there.
Â
I have another problem with my element selection using Real constant as a driver parameters.
When I issued
ESEL,s,REAL,,NB_1,NB_2,1
I got a different number of elements when I added
ESEL,R,TYPE,,nb_3,nb_4,1
But this type is only related to these real constant.
Thanks for helping meÂ
-
November 30, 2023 at 4:07 pmdloomanAnsys Employee
Usually when this happens to me it's because the master node isn't selected. In your two element selection commands one has ESEL,s and one has ESEL,R. The 2nd command, a "reselect" won't give the same elements if they aren't all currently selected.
-
November 30, 2023 at 4:15 pmGuy Hermann Youdom YimbiSubscriber
Does that means that I have to select that node before issuing the CERIG command?
By the way I have issued ALLSEL before the CERIG command.
For the selection problem, according to what I read on Ansys documentation the reselect command shouldn't change.
Is it possible that if we issue a reselect command with a result which doesn't change the set already selected we got problems?
ThanksÂ
-
November 30, 2023 at 4:41 pmdloomanAnsys Employee
If you issued allsel before the cerig command how is it possible that the independent node wasn't selected!? If you say there is a one to one correspondence between the element real constant set number and the element type numbers you specified, the only explanation is that the second one was a reselect. Why didn't you use ESEL,s for the type numbers like you did for the real constant numbers?
-
November 30, 2023 at 4:53 pmGuy Hermann Youdom YimbiSubscriber
There is no one to one correspondence between real constant and elements type. But when I selected just using the real constant I got a number of elements more than what I've expected. That's why I added the ESEL,R,Type,,, then I got the good number of elements in that case in my selection.
The problem is that all the elements with the real constant that I first selected just have the type I've applied into the reselect command. So I was expected to get the same number of elements.
For the CERIG command, yes I've applied the ALLSEL before and I got a warning message saying that the independent node is not selected. I don't understand why ... Is there any other resources that I could look to better understand the different functions in APDL other than the command reference book? ThanksÂ
-
November 30, 2023 at 4:58 pmdloomanAnsys Employee
Just the ESEL command documentation. You might have to use elist, rlist, etlist to debug it. Can you share your complete CERIG command?
-
November 30, 2023 at 5:01 pmGuy Hermann Youdom YimbiSubscriber
That's my CERIG commandÂ
ALLSEL
CERIG,noeud_directeur_ext_1,noeud_conducteur_ext_1,all
Knowing that inside that components names I have the independent node and the dependent node. I've checked that
-
November 30, 2023 at 5:37 pmdloomanAnsys Employee
I reproduced the issue with a test. CERIG is an old command and apparently component names aren't supported. You'll have do something like:
cmsel,s,noeud_directeur_ext    ! node nnnnn
cmsel,a,noeud_conducteur_ext
CERIG,nnnnn,all,all
-
November 30, 2023 at 5:46 pmGuy Hermann Youdom YimbiSubscriber
I was sure something were not normal... Since I used that I've been through that kind of issue a lotÂ
Thank you
-
December 4, 2023 at 4:35 pmGuy Hermann Youdom YimbiSubscriber
I tried to use the method that you have proposed but that doesn't work too.
It works only when the dependent node applies is the first one. If I put another number I got the same issue saying that the independent node is not selected.
Is there something else that I could try? Thanks in advanceÂ
-
- The topic ‘Selection logic In apdl’ 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
-
1216
-
543
-
523
-
225
-
209
© 2024 Copyright ANSYS, Inc. All rights reserved.