a file (src/Mod/Fem/Gui/Workbench.cpp) has been changes should we compile it from the beginning? would you please give more information about this post?
yes you need to compile FreeCAD because of the few lines change in workbench.cpp These lines add a new menue entry for the new FreeCAD FEM solver object for OpenSees.
The code I added adds this new object. With this the solver object is implemented. Now it would be the task to implement a opensees writer which does writes an opensees inputfile out of the FreeCAD FEM objects.
@bernd, i searched for equivalent Ten-node tetrahedral element for opensees, but i can’t find it.
for preparing 3D contilever, how can i change the element type in FreeCAD, for example one that had been used in original example in calculix site:
C3D20 http://web.mit.edu/calculix_v2.7/CalculiX/ccx_2.7/doc/ccx/node29.html
I would not care about the element type ATM. If opesees uses a twenty node brick element it will be fine too. It does not mater which element type we gone use. Both should give the nearly same deflection and stress if we use enought elements.
ATM it is not possible to make a brick20 mesh with the gui in FreeCAD but I will create one for the calculix cantilever.
yes, I know, but it is imposible for me to create nodes and elements for this problem by hand, but if freecad can generate .inp input file, i can convert nodes and element from calculix format to opensees
ATM mesh is created by OpenSees, which is fine ATM, IMHO.
The first thing what we should do is change this input file in a way it creates some output in a format readable by vtk toolkit. If this works I would implement result reading in FreeCAD for OpenSees. Than we could start with the writer.