-
-
June 6, 2022 at 9:58 am
FAQ
ParticipantBelow is a demo APDL script that will extract the element number and axial stress on node I of all BEAM188 elements, and then store this data into a file.
This script has to be copied/pasted in a command object under Solution.
In the Details View of the Analysis Settings, set the Output Controls for General Miscellaneous to Yes so that all SMIC and NMISC results are stored in the result file./post1
set,last
esel,s,ename,,188 ! selects all beams in the database
*GET,nb_elem,elem,0,count
*DIM,resultats,ARRAY,nb_elem,2
ne_current = 0
*DO,i,1,nb_elem
ne_current = ELNEXT(ne_current)
resultats(i,1)=ne_current
*get,resultats(i,2),elem,ne_current,smisc,31
*ENDDO
*CFOPEN,Beam_result,txt,_wb_userfiles_dir(1)
*VWRITE,
(‘Node number ‘,’SDIR’)
*VWRITE,resultats(1,1),resultats(1,2)
((F5.0,TL1,’ ‘),(F12.3,’ ‘))
*CFCLO
ALLS
-

Introducing Ansys Electronics Desktop on Ansys Cloud
The Watch & Learn video article provides an overview of cloud computing from Electronics Desktop and details the product licenses and subscriptions to ANSYS Cloud Service that are...

How to Create a Reflector for a Center High-Mounted Stop Lamp (CHMSL)
This video article demonstrates how to create a reflector for a center high-mounted stop lamp. Optical Part design in Ansys SPEOS enables the design and validation of multiple...

Introducing the GEKO Turbulence Model in Ansys Fluent
The GEKO (GEneralized K-Omega) turbulence model offers a flexible, robust, general-purpose approach to RANS turbulence modeling. Introducing 2 videos: Part 1Â provides background information on the model and a...

Postprocessing on Ansys EnSight
This video demonstrates exporting data from Fluent in EnSight Case Gold format, and it reviews the basic postprocessing capabilities of EnSight.
- How do I request ANSYS Mechanical to use more number of cores for solution?
- How to deal with “”Problem terminated — energy error too large””?”
- How to restore the corrupted project in ANSYS Workbench?
- Contact Definitions in ANSYS Workbench Mechanical
- There is a unit systems mismatch between the environments involved in the solution.
- How to transfer a material model(s) from one Analysis system to another within Workbench?
- How to obtain force reaction in a section ?
- How can I change the background color, font size settings of the avi animation exported from Mechanical? How can I improve the resolution of the video?
- How to resolve “Error: Invalid Geometry”?
- How to change color for each body in Mechanical?
© 2025 Copyright ANSYS, Inc. All rights reserved.