Hello everyone,
I am doing modal analysis using Workbench, I added APDL code to extract the first mode value from the text file using the next code:
*CFOPEN,1st_mode,TXT,C:\Users\hp\Desktop\New folder
*VWRITE,Fd1
(F18.10)
*CFCLOSE
Unfortunately, this code didn't work properly, and the next...
Hello everyone
I am trying to simulate C beam using design modeler
I used share topology option to merge the flanges with the web of the C beam as shown in pic no1
then I tried to mesh it ,the result is shown in pic no2
is the meshed surfaces at the corner is normal? and if not so or I need...
well, that is look pretty good.
in that case I think I have to parametrize both P1 and P4 (in your code)
take in consideration that P1 (thickness) is extrude length.
when I tried to identify the Dummy parameter it I couldn't put a unit (the unit cell is empty and I couldn't assign it to m _
Regards
Dear Jiri,
your code worked perfectly for the simple example that I have given to you.
I tried to develop harder situation
I am trying to apply deflection upon the surface of block with thickness 0.15 m , both deflection and thickness are variables (parameters). the thickness is defined with...
Hello everyone,
I am doing modal analysis for cantilever plate (attached file), I need to extract eigen vectors (mode shape vector of each mode) or modal matrix (matrix that hold all mode shape vectors).
I tried to extract mass and stiffness matrices and then solve an eigen problem using...
well,
that means when I need to deal with some parameter (that already defined in the WORKBENCH) in the APDL code I just put its "parameter name" like (W,H, L) in the APDL code. and when I need to create a parameter in the APDL to deal with it in the WORKBENCH I give it ARG1,2,3... ?
am I right ?
Hi jkupka84,
Appreciated for your concern,
let me explain the problem in details as simple as I can,
I am doing maximization problem, the objective is maximize energy done by some plate due to applied force at certain frequency. the parameters are the thickness and the force . (I can parametrize...
I am so appreciated for your sincere help,
I think some misunderstanding happened.
in the workbench file , while I was preparing my problem, I checked the parameter (b) to be parametrized (i.e the mark [P] appeared in the box next to (b) value in Workbench) .
I just want to know how to mention...
Hello every one,
I had to write some APDL code inside harmonic analysis in workbench file.
Inside this APDL code, I applied some force to the system (f) where the value of (f) is determined from relation (f= S*A*b) where S and A are constant while (b) is parametrized in order to carry out...
Hello everyone,
I do optimization using MOGA at ANSYS 22R1 workbench, where I have an array of solid bodies attached to shell181 plate.
the parameter of the optimization is the number (n) of the solid bodies rows of the pattern created by Design modular.
The problem is when the optimizer...