In order to do what you want yo do, you have to use cell or structures array. You can't do that using normal double-arrays. Look the help for cell and structures.
Greetings,
I have performed the spectrum analysis (in term of acceleration) of a solid object. I would like to combine the results of the spectrum analysis with the gravity effect on the structure. I thought this could be done using the ACEL command during the spectrum solution. But it seems...
Greetings,
I have to select a node on the mesh to get the eigenvector amplitude in that point. I want to compare this results from Ansys with some experimental data, in order to update the model through optimization. I would like to know if it is possible in some way, to select the node on the...
Check the Ansys help for NSOL.
It's better to use the command line than the GUI. At least I feel myself more comfortable with that to customize the commands.
*of course is not an error but a warning, when I perform CHECK.
I think that there are some shells that are not meshed because in the graphics I've some areas that are still purple instead of cyan... ??
Hello, I need to mesh a certain number of shells. Before that I mesh, if I perform an ALIST command I obtain:
LIST ALL SELECTED AREAS.
NUMBER LOOP LINES AREA ELEM SIZE #NODES #ELEM MAT REAL TYP ESYS SECN
2 1 73342 73343 73344 0...
I need to rename the values in a graph, on the x axis. Something like the /AXLAB command, but referred to values, to overwrite the default values. I think I could use the XVAR command, but I don't know how to create a new variable with customized values in the /POST26 and even if it is possible...
Deo gratias!
It is possible to do that using the ESOL command in /post26, it's very weird, because in the manual there aren't the item and component that I need to extrapolate the variable, I've used this string and it works:
/Post26
ESOL,nvar,nelem,nnode,SMISC,seqnum,name
p.s. The problem is that I've several Load Cases and several Load Step, so I need to manage a lot of data, and I think that the /post26 it's the only way to do that...
I want to create variables to check the axial load in one elements, but I cannot load these results with ESOL, because they are...
Do you know if it is possible to use calculated variable with the variable viewer? I need to visualize the stresses in variable viewer in a node, but in my kind of structure I've only the ETABLE data, so that they're not directly accessible from the Viewer... Do you know a shortcut?
If someone is interest I've solved using VGET and *VWRITE, at least in this case I can write 9 variables... Better than nothing. But I think that this is the maximum that someone can get!
Hello, I'm trying to use the command PRVAR, I've noticed that the maximum number of variables that I can list vs. time is 6. Is there another way to list variable vs. time, also in a *.txt file? Because I've got a lot more...
I guess that the problem is that all the other solutions are "derived" from the DOF solution, perhaps I need to calculate the solutions in some way with a command, as I've done with ETABLE?