UVCuniaxial

Post Reply
pooya
Posts: 2
Joined: Sat Dec 23, 2023 7:49 pm

UVCuniaxial

Post by pooya » Sat Dec 23, 2023 7:53 pm

Hi,
I'm trying to do a material test with physical property UVCuniaxial but i get this error:
Error:
Traceback (most recent call last):
File "C:/Program Files/STKO\external_solvers\opensees\physical_properties\utils\tester\Tester1D.py", line 880, in onTestClicked
self.tester.run()
File "C:/Program Files/STKO\external_solvers\opensees\physical_properties\utils\tester\Tester1D.py", line 199, in run
os.remove(temp_output_file)
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:/Users/pbara/AppData/Local/ASDEA Software Technology/STKO/Tester1D/output.txt'
Does anyone know what is the problem?

kesavapraba
Posts: 468
Joined: Sat Mar 28, 2020 2:25 pm

Re: UVCuniaxial

Post by kesavapraba » Wed Dec 27, 2023 3:51 pm

Hi, The error is not related to STKO. I checked it in OpenSees version 3.4 and 3.5, the error is due to missing material tag for the UVCuniaxial material. One has to fix it with the source code. But, It seems that the author of the material tested it in OpenSees 3.1 version. Hence, I also checked whether it works with that version, it works fine in version 3.1. You can try it with 3.1 version. We will also look at the source code of the material to fix the error.
:: With best wishes ::
Prabakaran Kesavan

pooya
Posts: 2
Joined: Sat Dec 23, 2023 7:49 pm

Re: UVCuniaxial

Post by pooya » Thu Dec 28, 2023 2:58 pm

Thanks for the answer.
The only version that i can find in the website of university of california "https://opensees.berkeley.edu/OpenSees/ ... wnload.php" is Opensees version 3.5, where can i find the previous versions like 3.1?
Thanks

kesavapraba
Posts: 468
Joined: Sat Mar 28, 2020 2:25 pm

Re: UVCuniaxial

Post by kesavapraba » Fri Dec 29, 2023 4:35 am

Hello, you need to compile the source code of your preferred choice, available through the provided link (GitHub repository). Alternatively, you can contact the authors of the material to obtain the version they used for testing.

https://github.com/OpenSees/OpenSees/tree/master/SRC

The authors' gitHub page is given below:

https://github.com/ahartloper/UVC_MatMo ... r/OpenSees
:: With best wishes ::
Prabakaran Kesavan

Post Reply