x

ADONIS:
Version 3.90.3 (Released at 02/24/2024)
- The ability to apply a force gradient or pressure to a boundary is presented.
- New tutorial is added to explain how to apply gradient boundary conditions.

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.


Crashes [Solved](Read 5657 times)
Crashes [Solved] on: January 08, 2021, 12:34:29 am
v3.1.0

if no material is assigned or no boundary conditions are given, adonis will crash

Code: [Select]
newmodel()
line("startPoint",0,0,"endPoint",40,0)
line("startPoint",40,0,"endPoint",40,-10)
line("startPoint",40,-10,"endPoint",0,-10)
line("startPoint",0,-10,"endPoint",0,0)
discretize("auto")
triangle("auto")
solve()
« Last Edit: August 24, 2022, 07:38:42 am by Roozbeh »



Re: Crashes Reply #1 on: January 08, 2021, 01:14:56 am
thanks for reporting it. it normally should report an error message since model can't be solved without any material being assigned.

I'll take a look into it and fix it in the next release.



Re: Crashes Reply #2 on: January 09, 2021, 05:11:16 am
it's fixed in latest release V3.10.1