Building structural design workflow

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
Walgri
Posts: 32
Joined: Sat May 09, 2015 10:16 pm

Building structural design workflow

Post by Walgri »

HI,
I would like to gather information, share points of view and learn how to possibly extend and consolidate the FEM Wb to improve the support for building struttural design workflow.

One of the things I need almost every day is the ability to have mixed 1D and 2D FE meshes, that represent pillars, columns, beams and slabs (on grade or not). AFAIK, only uniform meshed are handled: where is this implemented ? Is this in the C++ o in the Python code ?

Also, it look like no facility is available to connect different meshes at finite element level: we have a single continuous mesh that comes from a single 3d geometry, is this statement correct ?
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Building structural design workflow

Post by bernd »

Walgri wrote: Wed Apr 10, 2019 10:32 am HI,
I would like to gather information, share points of view and learn how to possibly extend and consolidate the FEM Wb to improve the support for building struttural design workflow.

One of the things I need almost every day is the ability to have mixed 1D and 2D FE meshes, that represent pillars, columns, beams and slabs (on grade or not). AFAIK, only uniform meshed are handled: where is this implemented ? Is this in the C++ o in the Python code ?

Also, it look like no facility is available to connect different meshes at finite element level: we have a single continuous mesh that comes from a single 3d geometry, is this statement correct ?
I am on the way. Just a link ... https://github.com/berndhahnebach/FreeC ... ixedmeshes this enables mixed mesh analysis ... See harrys golden gate bridge :mrgreen: https://forum.freecadweb.org/viewtopic.php?t=27987 based on https://forum.freecadweb.org/viewtopic. ... 9&start=50
Post Reply