Giter Club home page Giter Club logo

feview's People

Contributors

motiurce avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

feview's Issues

OpenSeesPy incorporation

Hi,
Good work on OpenSees visualization ! Read your paper recently.
One suggestion - Why don't you take the advantage of OpenSeesPy. Then you need not parse the TCL files...
You can easily write preprocessor also using OpenSeesPy and Gmesh.
For example -
import openseespy as ops
Mesh button ----> can call ops.node(id,x,y,z) in OpenSeesPy.
Load button -----> can call ops.load(id,x,y,z)

merge FeView to FreeCAD

Hello @motiurce . Thank a lot with your great work.

I worked a little on implementation OpenSees as a solver into FreeCAD. FreeCAD is a very powerful 3D modeling application an can be used for pre and post processing for OpenSees, related links:

https://forum.freecadweb.org/viewtopic.php?p=373734#p373734
https://forum.freecadweb.org/viewtopic.php?p=383969#p383969

https://github.com/ebrahimraeyat/FreeCAD/tree/opensees/src/Mod/Fem/femsolver/opensees

If you interested, I can cooperate for developing this.

Error in showing results

As I mentioned here, I run the file manually and when I want to show the results, it gives me the error.

I found that self.step_statics in FeView is 2, then when the program want to get self.deformation parameter with out_response,

response = outrespFile[(steps) - 1, 1:].reshape(-1, 3)

there is no index 1 in outrespFile. when I change the code to below it works:

response = outrespFile[(steps) - 2, 1:].reshape(-1, 3)

thanks.

Error in running model

Hello @motiurce .
Thanks for your very useful program. I download the source code and installed dependencies. Then run the program. I can open example files and my files, but it did not run the file, because of mixed / and \\ in path to tcl file. for example it becomes:

`c:/test\out_files_soil\soil.tcl

os: windows 10
python : 3.8.6 64 bit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.