Search found 357 matches

by Sudhanshu
Thu Aug 20, 2020 10:52 pm
Forum: FEM
Topic: [SOLVED] 3 FEM tests are failing in the Test Workbench (with AppImage)
Replies: 11
Views: 2364

Re: 3 FEM tests are failing in the Test Workbench (with AppImage)

Kunda1 wrote: Thu Aug 20, 2020 12:50 pm
Sudhanshu wrote::bell:
@Sudhanshu can you reproduce this ?
I think I know where the error is coming from.
I will try to reproduce the error, and then resolve it.
Thanks for pointing it out.
by Sudhanshu
Wed Aug 19, 2020 8:34 pm
Forum: FEM
Topic: GSoC2020, FEM: extend examples
Replies: 586
Views: 85152

Re: GSoC2020, FEM: extend examples

Should he start with a copy of something existing? I was thinking about using the Clipping Plane Add page as the basic skeleton cause the FEM examples is also a utility. (Though that page itself is a TODO). Maybe this helps as a starting point.... https://wiki.freecadweb.org/WikiPages Thanks!
by Sudhanshu
Tue Aug 18, 2020 3:53 pm
Forum: FEM
Topic: GSoC2020, FEM: extend examples
Replies: 586
Views: 85152

Re: GSoC2020, FEM: extend examples

Have you already registered on the wiki. Whats you account name over there? Edit: you can rimply register and will be upgraded to an editor later. I asked Kunda to change your rights but I think he will need your account before. Yes, I had registered long ago, before the coding period started I gue...
by Sudhanshu
Mon Aug 17, 2020 9:57 pm
Forum: FEM
Topic: GSoC2020, FEM: extend examples
Replies: 586
Views: 85152

Re: GSoC2020, FEM: extend examples

We have got around one week before the final submission! :!: From all the things that were given here, I think our best shot for the final submission would be a report that has: 1. A diff of all the merged commits in FreeCAD master (hopefully, everything will get merged) 2. A link to my GSoC blogs 3...
by Sudhanshu
Mon Aug 17, 2020 9:50 pm
Forum: FEM
Topic: A suggestion for a new FEM mesh GMsh icon
Replies: 36
Views: 6725

Re: A suggestion for a new FEM mesh GMsh icon

This seems like a difficult task. The FCWithNetgen is added as a preprocessor definition in src/Mod/FemGui/CMakeLists and so it is available in the C++ code. But since python is an interpreted language, it seems we can't have the same thing in python. At least not the same flag in an easy way. So a...
by Sudhanshu
Fri Aug 14, 2020 10:06 pm
Forum: FEM
Topic: GSoC2020, FEM: extend examples
Replies: 586
Views: 85152

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 Based on the description given in the post and simscala validation test , I created the...
by Sudhanshu
Fri Aug 14, 2020 9:04 pm
Forum: FEM
Topic: GSoC2020, FEM: extend examples
Replies: 586
Views: 85152

Re: GSoC2020, FEM: extend examples

A few suggestions for the freetextinput implementation: I got this error when I tried to change the ElmerFreetextinput property: <class 'SyntaxError'>: ('EOL while scanning string literal', ('<string>', 1, 146, 'FreeCAD.getDocument(\'Unnamed\').getObject(\'ConstraintFaceElmerFreetextinput001\').Elme...
by Sudhanshu
Fri Aug 14, 2020 8:24 pm
Forum: FEM
Topic: GSoC2020, FEM: extend examples
Replies: 586
Views: 85152

Re: GSoC2020, FEM: extend examples

And another shot now using the new freetextinput on the inlet boundary.... so no further modification is needed after exporting the .sif file :mrgreen: I tried to adopt the freetextinput in the example: https://github.com/Sudhanshu-Dubey14/FreeCAD_sd/commit/ec95130968548618b3ff722159ac443a5ee457c2 ...
by Sudhanshu
Wed Aug 12, 2020 10:03 pm
Forum: FEM
Topic: GSoC2020, FEM: extend examples
Replies: 586
Views: 85152

Re: GSoC2020, FEM: extend examples

But that's mostly because of the coarse mesh that I have. I am pretty sure this is the reason but simply try to decrease the mesh-element-size e.g. <10mm and you will hopefully see the same results as in the tutorial. That is the daily work of somebody who works with FEM ... finding the sweet spot ...
by Sudhanshu
Tue Aug 11, 2020 8:55 am
Forum: FEM
Topic: GSoC2020, FEM: extend examples
Replies: 586
Views: 85152

Re: GSoC2020, FEM: extend examples

I cant say much regarding the mesh import. Maybe bernd has some idea about it. Regarding the results.... This is mainly because we use a coarse mesh and because the boundary conditions are not exactly the same as in the tutorial where the inlet velocity is a function of the "edge-coordiante&qu...