Search found 22 matches

by shahram10715
Sat Feb 29, 2020 6:25 am
Forum: Install / Compile
Topic: Anaconda init interfere with compiling freecad
Replies: 0
Views: 660

Anaconda init interfere with compiling freecad

I have installed Anaconda on my Ubuntu machine, and I set it to init so that every time I start my bash I see a (Base) to the left of my prompt. When I execute the cmake command several of these warnings appear and after that I cannot execute make command: CMake Warning at src/Mod/TechDraw/Gui/CMake...
by shahram10715
Fri Feb 28, 2020 10:06 am
Forum: FEM
Topic: OpenSees, the Open System for Earthquake Engineering Simulation
Replies: 165
Views: 44092

Re: OpenSees, the Open System for Earthquake Engineering Simulation

ebrahim raeyat wrote: Wed Feb 26, 2020 9:22 pm thanks to openseespy, we can write opensees input file in python format and benefit from all of python library!

https://openseespydoc.readthedocs.io/en/latest/
Its a good choice but we must consider that this package is not published open source yet.
by shahram10715
Fri Feb 28, 2020 10:03 am
Forum: FEM
Topic: OpenSees, the Open System for Earthquake Engineering Simulation
Replies: 165
Views: 44092

Re: OpenSees, the Open System for Earthquake Engineering Simulation

Kunda1 wrote: Thu Feb 27, 2020 2:29 pm Maybe a conda repository ?
I'm not quite sure but I think it is dedicated to python packages only.
by shahram10715
Thu Feb 27, 2020 1:22 pm
Forum: FEM
Topic: OpenSees, the Open System for Earthquake Engineering Simulation
Replies: 165
Views: 44092

Re: OpenSees, the Open System for Earthquake Engineering Simulation

https://github.com/berndhahnebach/FreeCAD_bhb/commits/femopensees only implements the solver object. - start FreeCAD - add analysis, delete standard solver and add a OpenSees solver - run the solver - this file will be written and run with OpenSees https://github.com/berndhahnebach/FreeCAD_bhb/blob...
by shahram10715
Tue Feb 25, 2020 12:52 pm
Forum: Developers corner
Topic: object created and not returnd or used
Replies: 8
Views: 965

Re: object created and not returnd or used

I changed the return type in the wiki. I intended the document to replace the existing documentation and took pains to ensure it covered at least as much material as the existing scripted objects page. I have no other changes to make to that page, specifically. The only documentation that's missing...
by shahram10715
Tue Feb 25, 2020 12:47 pm
Forum: FEM
Topic: OpenSees, the Open System for Earthquake Engineering Simulation
Replies: 165
Views: 44092

Re: OpenSees, the Open System for Earthquake Engineering Simulation

bernd wrote: Tue Feb 25, 2020 8:39 am Is it possible to output results in vtk format?
Not directly with Opensees. Maybe the following link can help:
https://github.com/lge88/opensees-vtk
by shahram10715
Tue Feb 25, 2020 8:19 am
Forum: FEM
Topic: OpenSees, the Open System for Earthquake Engineering Simulation
Replies: 165
Views: 44092

Re: OpenSees, the Open System for Earthquake Engineering Simulation

There is a basic truss example on the following page. In my opinion its another good starting point alongside Ebrahim cantilever code. https://opensees.berkeley.edu/wiki/index.php/Basic_Truss_Example A little bit off topic but studying the documents of fem workbench, I see it is hugely relied on c++...
by shahram10715
Mon Feb 24, 2020 8:13 pm
Forum: FEM
Topic: OpenSees, the Open System for Earthquake Engineering Simulation
Replies: 165
Views: 44092

Re: OpenSees, the Open System for Earthquake Engineering Simulation

Please send me feedback for the above bash script. And if you want to download directly the binary file of Opensees here is the link:
https://drive.google.com/file/d/1S2-jiZ ... sp=sharing
by shahram10715
Mon Feb 24, 2020 8:05 pm
Forum: FEM
Topic: OpenSees, the Open System for Earthquake Engineering Simulation
Replies: 165
Views: 44092

Re: OpenSees, the Open System for Earthquake Engineering Simulation

Debian Buster is what I am on. If you are able to compile OpenSees on debian Buster, it would be good if you could post the steps and the packages needed to do. I wrote a bash script which works both for Debian and Ubuntu to download and compile Opensees. Here is the link to bash script: https://gi...
by shahram10715
Sun Feb 23, 2020 6:30 pm
Forum: FEM
Topic: OpenSees, the Open System for Earthquake Engineering Simulation
Replies: 165
Views: 44092

Re: OpenSees, the Open System for Earthquake Engineering Simulation

bernd wrote: Sun Feb 23, 2020 3:09 pm requires GLIBC_2.29 but buster has 2.28-10 means it probably runs on Debian Testing aka Debian bullseye
I thought you have Ubuntu. I will try to compile it on Debian too as soon as I can.