Hi,
i wrote below a samle of code with basic setting, you must set another ones by yourself. Also set the minimum time increment (i set freq/200 for example) as you desire. In "node(x,y,z)" replace x,y,z with global coordinates of node for which is displacement value being applied.
freq =...
Hi,
material properties you can change via MPCHG command (see ansys manual), real constants you can not, but what about to use some trick with EKILL/EALIVE commands - you can define two elements in coincident location with diferent real constants. On the beginning of analyses first element is...
Hi,
i have not performed any electrical problem so far, but i think you can use do-loop as well :
/sol
inc = time/n
*do,i,1,time,inc
y=A*sin(wi+teta)
...apply y
solve
*enddo
Regards,
lubo
Hi,
i captured some pictures of results over a load step some time ago. Now i am thinking to create an animation over these pictures. With ansys help i created a following code :
/SEG,DELE
/SEG,MULTI
*DO,T,1,288
/TXTRE,FILE,88,'JOB_%T%','PNG',,2
/LSYM, -1.0, -1.0,, 88,, 1
/REP
*ENDDO...
Hi, cbrn,
i have core2duo. i know that. I was just wondered if there is some command or some way. Yes, this is only the way. i wanted to draw something in autocad meanwhile...i will see if it is possible - whether the slowdown is noticeable or not.
Thank you.
Regards,
lubo
Hi,
my code for entire model looks like this :
*do,i,1,7
*do,j,1,4
fini
/prep7
...create finite model
*do,k,1,3
*do,l,1,2
fini
/sol
......
fini
/post26
......
*enddo
*enddo
fini
/prep7
edele, all...
Hi,
i would like to perform a parametric study with four parameters. In my case it means 7*4*3*2=168 runs. I presume that all of this will take some days. But still i need to use my PC for another work. Is there any way to temporary stop APDL analysis for day time and launch it for night time ...
Hi,
ok, when i wrote that i am a new one i didnt mean that i dont have any theoretical basics. Before i wrote this thread i have recalled the basics. So i know the formula for logarithmic decrement. As i wrote previously the problem is that when the engine has left the bridge (the time response...
Hi,
Thank you for your exhausting answer. I have a measurement but, i am afraid that i am not able to get logarithmic decrement from it. The bridge is relatively short (24m only, an engine has 11.5m from the first axle to the last). The weight of the engine is relatively small compare to weight...
Hi,
i need to perform transient dynamic analysis of railway bridge and results compare with measurement. But in this field i am a new one. I have already studied some stuff in ansys help. I want to include some damping via alpha and beta coefficients of Rayleigh Damping formulation. To compute...
Hi !
Thank you for your quick reply - it fully solved my problem. About your rotated nodal coordinate system macro i am always pleased to learn something new...
If you write me some "key commands" to create this macro may be i will be able to create it even by myself.
Regards,
lubo
Hi,
I would like to double entire model in ansys (at least nodes and elements). I tried the following way, but it doesnt work :
/prep7 ! creating model
...
NUMMRG, ALL
NUMCMP, ALL
NWRITE,'nodes','txt'
EWRITE,'elems','txt'
*GET,ne,ELEM,,NUM,MAX
NUMOFF, ELEM, ne
*GET,nn,node,,NUM,MAX...