Search found 11 matches

by Brucesc2
Wed Aug 17, 2016 3:19 pm
Forum: FEM
Topic: Parametrized FEM study
Replies: 15
Views: 6885

Re: Parametrized FEM study

Hm it seems it would be nice to have a "python only" workflow for all FEM calculations, without having any document objects. +1 Bernd, your code works, but no mesh appears when taking the part from selection, so something is different compared to making a part programmatically: import Par...
by Brucesc2
Tue Aug 16, 2016 9:44 pm
Forum: FEM
Topic: Parametrized FEM study
Replies: 15
Views: 6885

Re: Parametrized FEM study

Hey, Is there anyway to access the netgen object to start the execute command? How can I set the shape for example? I can only access the ViewProviderFemMesh and not its not really needed for my application, but Im thinking to develop a more user friendly approach as well and see if I could contribu...
by Brucesc2
Sun Aug 14, 2016 1:52 pm
Forum: FEM
Topic: Parametrized FEM study
Replies: 15
Views: 6885

Re: Parametrized FEM study

Thanks, could you give me an example of how to find the python method from the code so that I could find them myself? Or is it all the code as supplied in that git-version available in the python console? Im thinking also to include how to make the mesh in python, and in the end maybe a simple GUI. ...
by Brucesc2
Sun Aug 14, 2016 10:08 am
Forum: FEM
Topic: ccx binary not found after update to FreeCADpre_0.17
Replies: 7
Views: 2182

Re: ccx binary not found after update to FreeCADpre_0.17

Hi Again.... Found the solution by reading the code, just put the file in the bin under the Freecad.app package content's bin-folder and change the name to only "ccx" and not anything else. However, it could be good to update the error message on this one, to show what freecad think is the...
by Brucesc2
Sun Aug 14, 2016 10:03 am
Forum: FEM
Topic: ccx binary not found after update to FreeCADpre_0.17
Replies: 7
Views: 2182

ccx binary not found after update to FreeCADpre_0.17

Hi, After upgrading to FreeCADpre_0.17 i receive no progress when starting write .inp file in the Solver. See picture. I am sure that the path is correct "/usr/local/Cellar/calculix-ccx/2.11_1/bin". I have also run the file with a test.inp supplied with the keg and it works. Also the path ...
by Brucesc2
Wed Aug 10, 2016 1:56 pm
Forum: FEM
Topic: parametrized study using the FEM module by run a script
Replies: 3
Views: 831

Re: Are you looking for help regarding FreeCAD FEM Workbench?

Hey,
Regarding Parameterized FEM calculation:
I made a new Topic -> viewtopic.php?f=18&t=16944

BR Markus
by Brucesc2
Wed Aug 10, 2016 12:25 pm
Forum: FEM
Topic: Parametrized FEM study
Replies: 15
Views: 6885

Parametrized FEM study

Hi, Im looking to create a parametrized study using the FEM module. My first and only idea to do this is to use the Macro editor and create a script somehow. A number of questions arose because it sounded simpler than it was: 1. How to activate the Analysis? 2. How to find the methods to start the s...
by Brucesc2
Tue Aug 09, 2016 9:23 pm
Forum: Open discussion
Topic: MacPorts users: CalculiX port test request
Replies: 27
Views: 18793

Re: MacPorts users: CalculiX port test request

Hi, sorry for late reply, I solved it by using brew, there is a formula calculix-ccx in the homebrew/science tap you can install with brew. This post is just to guide people that are searching for this topic.
by Brucesc2
Tue Aug 09, 2016 9:16 pm
Forum: FEM
Topic: parametrized study using the FEM module by run a script
Replies: 3
Views: 831

parametrized study using the FEM module by run a script

Hi, Im looking to create a parametrized study using the FEM module. My first and only idea to do this is to use the Macro editor and create a script somehow. A number of questions arose because it sounded simpler than it was: 1. How to activate the Analysis? 2. How to find the methods to start the s...