Concrete branch ready for testing

About the development of the FEM module/workbench.

Moderator: bernd

User avatar
HarryvL
Veteran
Posts: 1285
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: Concrete branch ready for testing

Post by HarryvL »

Argggghhhhh ... I was on the wrong branch. Now it compiles:

Code: Select all

OS: Ubuntu 16.04.5 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.16281 (Git)
Build type: Unknown
Branch: femconcrete
Hash: 537ddf9e956b55f36a42b920d4723affe03ab5c5
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.1.0
Locale: English/UnitedStates (en_US)
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Concrete branch ready for testing

Post by bernd »

Do not give up you will tame the beast :D
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Concrete branch ready for testing

Post by Kunda1 »

HarryvL wrote: Thu Mar 28, 2019 3:20 pm

Code: Select all

OCC version: 7.1.0
Why not OCC 7.3.0 ?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
HarryvL
Veteran
Posts: 1285
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: Concrete branch ready for testing

Post by HarryvL »

I have no idea. Just pull and build.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Concrete branch ready for testing

Post by bernd »

HarryvL wrote: Thu Mar 28, 2019 5:44 pm I have no idea. Just pull and build.
it depends what occt or oce have you installed on your system. There might be occt 7.3 packages available for ubuntu on FreeCAD ppa. BTW: OCCT is the geometric kernel FreeCAD is based on. Same as SMESH for FemMesh
User avatar
HarryvL
Veteran
Posts: 1285
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: Concrete branch ready for testing

Post by HarryvL »

Oh it must have come with the original FC version I installed last year, because I never (knowingly) installed it. How can I refresh all dependencies? Netgen also doesn’t work for me.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Concrete branch ready for testing

Post by bernd »

or you never installed it and it is the origin version from your linux ...

BTW small improvement to femconcrete but worth to mention ... compile, start FreeCAD and run this code ...

Code: Select all

from femexamples.manager import *
doc = run_rcfibwall2d()

and view results. All FIB wall in python :D https://github.com/berndhahnebach/FreeC ... a263dc5212
User avatar
HarryvL
Veteran
Posts: 1285
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: Concrete branch ready for testing

Post by HarryvL »

Wow that runs fast !

Small correction, this is not the FIB deep beam of post https://forum.freecadweb.org/viewtopic.php?f=18&t=33049). It is just something I used for testing.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Concrete branch ready for testing

Post by bernd »

I will change the name. How about adding the real fib deep beam as second reinforced example?
User avatar
HarryvL
Veteran
Posts: 1285
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: Concrete branch ready for testing

Post by HarryvL »

bernd wrote: Sat Mar 30, 2019 7:16 pm I will change the name. How about adding the real fib deep beam as second reinforced example?
Yes or replace my wall with the FIB wall and add the beam with two spans:

https://forum.freecadweb.org/viewtopic. ... 40#p235356

That’s is also a practical one and not just a second wall ;)
Post Reply