Search found 625 matches

by ebrahim raeyat
Thu Oct 21, 2021 7:43 pm
Forum: FEM
Topic: Soil model in FreeCAD FEM
Replies: 17
Views: 7664

Re: Soil model in FreeCAD FEM

harryvL has done some soil analysis and has explained a lot in this regard. There should be some forum posts in this regard. But I am on a mobil so it is rather difficault to search the forum. I had been searched a lot, but did not find this topic, although I had been see in past. thanks to you ber...
by ebrahim raeyat
Thu Oct 21, 2021 2:15 am
Forum: FEM
Topic: Soil model in FreeCAD FEM
Replies: 17
Views: 7664

Re: Soil model in FreeCAD FEM

Unlike Abaqus, CalculiX doesn’t have any built-in functionalities made specifically for analyses of geotechnical problems. For example, there are no material models such as Drucker-Prager, Mohr-Coulomb or clay plasticity. However, it’s possible to bypass many of these limitations. For instance, you...
by ebrahim raeyat
Wed Oct 20, 2021 10:52 am
Forum: FEM
Topic: Soil model in FreeCAD FEM
Replies: 17
Views: 7664

Soil model in FreeCAD FEM

Hi All. I wanted to model soil with FreeCAD. with which element/is I can simulate soil? can I model soil with springs? can I model uplift in soil? If yes, with which element/s?
Thanks.
by ebrahim raeyat
Wed Oct 20, 2021 10:35 am
Forum: Part Design module development
Topic: BUG! in Shape.isInside
Replies: 7
Views: 5911

BUG! in Shape.isInside

to produce: l = Part.Line(App.Vector(0, 0, 0), App.Vector(1, 0, 0)) e = Part.Edge(l) p = App.Vector(2, 0, 0) e.isInside(p, .1, True) It must be False, but it is True. Thanks. OS: Windows 10 Version 2009 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.24291 (Git) Build type: Releas...
by ebrahim raeyat
Tue Oct 19, 2021 9:09 am
Forum: Part Design module development
Topic: Connect two face and fill empty espace
Replies: 22
Views: 13458

Re: Connect two face and fill empty espace

You are welcome. In fact, I want to make a remark in last post but it turn out disappeared - ' it works in most cases but sometime it does not work as ideal". That's some cases I want to attack when there is more time later, or someone more capable can resolve it ? Good luck :) p.s. The test y...
by ebrahim raeyat
Mon Oct 18, 2021 5:12 pm
Forum: Part Design module development
Topic: Connect two face and fill empty espace
Replies: 22
Views: 13458

Re: Connect two face and fill empty espace

I mean you can check the algorithm in ArchWall particularly the DraftGeomUtils.offsetWire. In fact, just make a sketch of your 'beam' layout and click ArchWall, just adjust the Height and Width to imitate the beam layout. Thanks paul lee. In my case, If I align the walls to left (or right), the pro...
by ebrahim raeyat
Mon Oct 18, 2021 9:27 am
Forum: Part Design module development
Topic: Connect two face and fill empty espace
Replies: 22
Views: 13458

Re: Connect two face and fill empty espace

Not a direct answer to problem : Thanks paullee. I also checked the wall Gui, but i can't find the tools that connect two walls. In BIM WB, I saw the corner join that gives only two walls and still in my situation, did not work. OS: Windows 10 Version 2009 Word size of OS: 64-bit Word size of FreeC...
by ebrahim raeyat
Sun Oct 17, 2021 8:22 am
Forum: FEM
Topic: OpenSees, the Open System for Earthquake Engineering Simulation
Replies: 165
Views: 44225

Re: OpenSees, the Open System for Herthquake Engineering Simulation

Thank you ebrahim raeyat. Can you point me to the resources for learning internal structure of FreeCad. How does it work and where should I start to make it print out the .tcl files for the OpenSees model. my repo: https://github.com/ebrahimraeyat/FreeCAD/tree/opensees/src/Mod/Fem/femsolver/opensee...
by ebrahim raeyat
Sat Oct 16, 2021 5:20 am
Forum: FEM
Topic: OpenSees, the Open System for Earthquake Engineering Simulation
Replies: 165
Views: 44225

Re: OpenSees, the Open System for Herthquake Engineering Simulation

Any progress made on this? Can I support this in any way? OpenSees has a Python API - which can be used directly - rather than printing a TCL file and running. However I learned both of them. I know the internal structure of OpenSees quite well also (may not be fully though). Hello @ashok. I decide...
by ebrahim raeyat
Wed Oct 13, 2021 1:11 pm
Forum: Part Design module development
Topic: Connect two face and fill empty espace
Replies: 22
Views: 13458

Re: Connect two face and fill empty espace

Can you elaborate the algorithm please ? :) step 1 - I have some rectangle that meet each other in one point (it is not matter here) step 2- I extend each rectangle with significant length (for example 3 meter or higher) step 3- I obtain common part of face and add it to the original rectangles (in...