x

ADONIS:
Version 3.90.4 (Released at 04/07/2024)
- Bug in interface save/read is fixed.
- Bug in mesh generation action has been fixed.

HYRCAN:
Version 2.0.13 (Released at 02/03/2024)
- To allow users to import CAD files using scripting, the importmodel command is introduced.
- Program's webhelp has been reformatted.


Program crashes after plotting history (v 3.75.1 windows 10)(Read 5067 times)
I am having problems with history charting.

Anytime I try to plot a history of a value (displacement) against time steps, the program plots it and after a short while crashes silently.

I will use the first sample, the 5m tunnel excavated in rock modified to grab the y displacement of the ceiling during computation and then plot it in a chart.
Code: [Select]
newmodel()
set("unit","stress-pa")
rect("startPoint",-30,-30,"endPoint",30,30)
circle("centerPoint",0,0,"radius",5,"numSeg",20)
discretize("maxedge",1.5)
triangle("maxedge",1.5)
material("create","IsoElastic","matid",1,"matname","Example","density",2500,"shear",2.8e+9,"bulk"
,3.9e+9)
material("assign","matid",1)
applybc("xyfix","xlim",-34.384,42.255,"ylim",-32.520,32.520)
initial("sxx",-30e6)
initial("syy",-30e6)
initial("szz",-30e6)

hist("add","ydisp","atPoint",0,5)

excavate("region",-2.07133,-0.517832)
solve()
plot("contour","xdisp")
tab("plot")
plot("contour","syy")

Till this point everyting goes OK.

The problem comes when I try to plot the history against timestep.

Code: [Select]
plot("chart","hist","id1",1)

The program drawis it and after a short while, it chrashes.

Is it a bug or am I missing something about histories?
Senior Lecturer on Geotetchnical Engeneering
Mines Department
University of Oviedo



Re: Program crashes after plotting history (v 3.75.1 windows 10) Reply #1 on: October 27, 2022, 03:05:32 am
It seems that ploting tables has a similar problem.

I have created a table with value pairs.

And when I try to plot the table (1 column against 2) program crashes after drawing it.
« Last Edit: October 27, 2022, 03:25:26 am by ariznaf »
Senior Lecturer on Geotetchnical Engeneering
Mines Department
University of Oviedo



Re: Program crashes after plotting history (v 3.75.1 windows 10) Reply #2 on: October 27, 2022, 08:16:34 pm
Thanks for the comment. Please take a look at the new version (i.e. V3.75.2) and let me know if problem still exists.



Re: Program crashes after plotting history (v 3.75.1 windows 10) Reply #3 on: October 28, 2022, 05:11:42 am
Thank I will try as soon as I can.

After installing it in windows 11 and windows 10, the program does no even start.

You run it but it seems to crash silently.
« Last Edit: October 28, 2022, 05:59:00 am by ariznaf »
Senior Lecturer on Geotetchnical Engeneering
Mines Department
University of Oviedo



Re: Program crashes after plotting history (v 3.75.1 windows 10) Reply #4 on: October 28, 2022, 08:57:49 am
please try one more time.



Re: Program crashes after plotting history (v 3.75.1 windows 10) Reply #5 on: October 28, 2022, 10:18:50 am
Great, now it works.

And I made a quick test and it seems that chart plotting works too.

You are the toughest gunslinger in the West, the Billy kid of programmers.

I will try under windows 11 later.
« Last Edit: October 28, 2022, 02:21:56 pm by ariznaf »
Senior Lecturer on Geotetchnical Engeneering
Mines Department
University of Oviedo



Re: Program crashes after plotting history (v 3.75.1 windows 10) Reply #6 on: October 28, 2022, 11:02:18 am
 ;D