Search found 357 matches

by Sudhanshu
Tue Aug 04, 2020 3:56 am
Forum: FEM
Topic: GSoC2020, FEM: extend examples
Replies: 586
Views: 86752

Re: GSoC2020, FEM: extend examples

- this very simple example from HoWil for CalculiX and Elmer. the analytical calculation should be added at file top as a coment. https://forum.freecadweb.org/viewtopic.php?f=18&t=22576&start=120#p194595 Can I get the FreeCAD file of this one? Couldn't find it in that thread. Based on the d...
by Sudhanshu
Sun Aug 02, 2020 11:05 pm
Forum: FEM
Topic: GSoC2020, FEM: extend examples
Replies: 586
Views: 86752

Re: GSoC2020, FEM: extend examples

@Bernd, another doubt. In the material_multiple_bendingbeam_fiveboxes and the material_multiple_bendingbeam_fivefaces examples, the third material has no reference. Judging by symmetry, the first and fifth box/face should have the third material. Though, even if I assign the third material to them i...
by Sudhanshu
Sun Aug 02, 2020 7:11 am
Forum: FEM
Topic: A suggestion for a new FEM mesh GMsh icon
Replies: 36
Views: 6829

Re: A suggestion for a new FEM mesh GMsh icon

Here are how the drop down implementations look for now: Will the last pick stay there? Or every time you have to choose once? I only use gmsh, so don't want to choose every time. Yes, the last pick will stay. The calculix solver should have a dedicate icon. 'Solver' is not a good one in this case....
by Sudhanshu
Sun Aug 02, 2020 7:06 am
Forum: FEM
Topic: A suggestion for a new FEM mesh GMsh icon
Replies: 36
Views: 6829

Re: A suggestion for a new FEM mesh GMsh icon

exactly, no netgen icon if not compiled against netgen. But I need to check for netgen in the groupcommands package, so I need that variable in python. How do I get that? :?: This seems like a difficult task. The FCWithNetgen is added as a preprocessor definition in src/Mod/FemGui/CMakeLists and so...
by Sudhanshu
Sat Aug 01, 2020 8:19 pm
Forum: FEM
Topic: GSoC2020, FEM: extend examples
Replies: 586
Views: 86752

Re: GSoC2020, FEM: extend examples

I was going through Elmer's Gui tutorial here and I found out that the capacitance two balls example is actually the tutorial 6 (page number 28) of that pdf, so should't we rename the example to link it with the tutorial documentation? Or is it too late since it's already in master? By the way, Elme...
by Sudhanshu
Sat Aug 01, 2020 12:45 am
Forum: FEM
Topic: A suggestion for a new FEM mesh GMsh icon
Replies: 36
Views: 6829

Re: A suggestion for a new FEM mesh GMsh icon

Hi Sudhanshu I am not able to click on the drop down and take a screenshot at the same time, I have a tip regarding that! :) All you do is set a time delay, usually 2 or 3 seconds is adequate. So you click "take a screen shot", you then have a couple of seconds to click on something and o...
by Sudhanshu
Fri Jul 31, 2020 7:30 pm
Forum: FEM
Topic: A suggestion for a new FEM mesh GMsh icon
Replies: 36
Views: 6829

Re: A suggestion for a new FEM mesh GMsh icon

bernd wrote: Fri Jul 31, 2020 7:10 pm exactly, no netgen icon if not compiled against netgen.
But I need to check for netgen in the groupcommands package, so I need that variable in python.
How do I get that? :?:
by Sudhanshu
Fri Jul 31, 2020 6:58 pm
Forum: FEM
Topic: A suggestion for a new FEM mesh GMsh icon
Replies: 36
Views: 6829

Re: A suggestion for a new FEM mesh GMsh icon

netgen is not used as a binary, it is used as library and FreeCAD is linked against this due to compile time. There is some variable to detect it, but I am on the way. Check command.cpp in Gui in Fem. There the netgen icon is grey if not compiled with netgen. In Workbench.cpp, it is done like this:...
by Sudhanshu
Fri Jul 31, 2020 3:55 pm
Forum: FEM
Topic: A suggestion for a new FEM mesh GMsh icon
Replies: 36
Views: 6829

Re: A suggestion for a new FEM mesh GMsh icon

We should do this much simpler. Add a Group command here in module https://github.com/FreeCAD/FreeCAD/blob/3600ccae8d3b9317e8d1b990d7bf5c6ad3118aed/src/Mod/Fem/femcommands/commands.py This group command should be added in Workbench.cpp. As an example have a look at the Arch Axis System. It has pull...
by Sudhanshu
Fri Jul 31, 2020 9:33 am
Forum: FEM
Topic: GSoC2020, FEM: extend examples
Replies: 586
Views: 86752

Re: GSoC2020, FEM: extend examples

In which regard, only the warning with ConstantVaccumPermittivity is left. I do not get this warning for the two balls example on OS: Debian GNU/Linux 10 (buster) (KDE//usr/share/xsessions/plasma) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.22184 (Git) Build type: Unknown Bra...