Hi everyone,
someone can please answer this question?
If for example one draws a circle on a given mesh. Is there any command in Ansys which allows us to recognize the elements whose centroid are included in this circle?
Regards
Barha
Hi everybody.
In my program, I need to know, at every time, the temperature’s value of every integration point of the elements. Is there a command of Ansys which enables us to read the temperature at a given integration point?
Thanks in advance
Barha
Hi everybody
Help please!!
To be clear as possible, suppose you have four element (link8) E=[1,2,3,4] and the corresponding stresses for each element at time 1 second are : STRESS=[a,b,c,d]. At time 2 second:STRESS=[e,f,g,h]. at time 3 second: STRESS=[i, J, K, L ]. So how to plot a 3D graph...
Hi!!!
someone can help me please?
When I used the specific heat C in a transient thermal analysis, it converges correctly. But when I replace C by the corresponding values of ENTH, the program does not converge any more!!! Is there a particular command which I must use to avoid not-convergence...
hi everybody!!
i need to find data of the enthalpy (or capacity) of any stainless steel (like AISI 415) to use it in welding simulation. Somebody know where to find such values?
thank's in advance
Barha
Hi everybody
I have the following data:
MPTEMP,,20,100,200,400,750,850
MPTEMP,,1000,1200,1400,1490,1570,1700
MPTEMP,,5000
MPDATA,c,1,,450,480,520,590,650,1400
MPDATA,c,1,,650,650,650,650,3400,650
MPDATA,c,1,,650
I have phase change in my programme so i need to use the enthalpy instead of...
Hi !! help please!!!!
how to go in /PREP7 starting from the /SOLU then to return in /SOLU??
/PREP7
……..
……..
FINISH
/SOLU
ANTYPE,STATIC
......
loads
*DO,i,1,n
*IF,k,EQ,0,THEN
/PREP7
.....
/SOLU
*ENDIF
......
SOLVE
.....
*ENDDO
.....
Somebody suggested me making:
*DO,i,1,n
*IF,k,EQ,0,THEN...
Hi!!
i use SHELL131 element witch have more than one integration points. I want that Ansys do his evaluation at juste one integration point, at the centroidal point of the element. in other words, i want that my element have juste one integration point. How can i do that please.
Thank's in advance.
Hi everybody!
I have a question please:
Suppose that TTOP and TBOT for the four nodes of a Shell131 element are:
Nodes: I J K L
TTOP: 251 20 98 150
TBOT: 57 69 87 47
And you have for example: MPTEMP,1,20,200,400,600,
MPDATA,DENS,1,1,12e-6, 13e-6, 14e-6, 15e-6
Witch temperature Ansys uses...
Hi!!
help please
I want to create a groupe S={...,(5,6),...,(2,8),...(,),...} of couple of value witch satisfate a certain condition. of course maximal number of element (couple) of S is : M*N. but it can be less than that.
*do,i,1,M
*do,j,1,N
*if,A,EQ,B,then
add this two...