How to output the stress ‘sgyy’ at every moment 回答済み
Hi,
The following are sections of my simulation code. I openthe flex dato file and plot the sgyy data-array,but it only shows the stress of the final moment.
calc
strs sgyy
pres acoustic
max aprs * pmax
end
data
out sgyy
out modl
out pmax
end
I wanna get the stress data at every moment,how to code?

2件のコメント
You can output a snapshot of any array like this.
If you want to do it for every timestep (moment) you would need to edit the code like so:
I wouldn't recommend this however. For example in our PZT_2D disc the total number of timesteps calculated is 2410 this would mean the file would containe 2410 snapshots of that array. The file size could get quite large especially if you are running a 3D model.
Thanks for your help .I made it
サインインしてコメントを残してください。
お探しのものを見つけられませんでしたか?
新規投稿