User:Sudhanshu Dubey/GSOC20/logs: Difference between revisions

From FreeCAD Documentation
Line 100: Line 100:


'''11 July:''' Created self weight example ([https://github.com/Sudhanshu-Dubey14/FreeCAD_sd/commit/b14b6b27891da2c071373672ca33d4148497d0f9 Commit])
'''11 July:''' Created self weight example ([https://github.com/Sudhanshu-Dubey14/FreeCAD_sd/commit/b14b6b27891da2c071373672ca33d4148497d0f9 Commit])

'''12 July:''' Added z88 warning to prescribeddisplacement example ([https://github.com/Sudhanshu-Dubey14/FreeCAD_sd/commit/2078f88664d33e0356642ab04afa28fcd9fed0de Commit])

'''13 July:''' Tested elmer results with SI units ([https://forum.freecadweb.org/viewtopic.php?f=18&t=47895&p=415874#p415928 Forum Post])

'''14 July:''' Renamed selfweight example ([https://forum.freecadweb.org/viewtopic.php?f=18&t=44705&start=380#p416044 Forum Post]). Tried node loads on the edge load example ([https://forum.freecadweb.org/viewtopic.php?f=18&t=44705&start=390#p416156 Forum Post]). Improved elmer solver in bimetall example to give correct results ([https://forum.freecadweb.org/viewtopic.php?f=18&t=44705&start=390#p416177 Forum Post])


== TODO ==
== TODO ==

Revision as of 21:54, 14 July 2020

Community Bonding Period (May 4 - June 1, 2020)

8 May: Created the User page and this logs page.

9 May: Segregated modules having multiple examples into single examples. Segregated ccx_cantilever_std and Segregated boxanalysis

10 May: Implemented QTreeWidget in examplesgui to open examples from the GUI. Related commit

11 May: Rebased my femexamples branch onto the FreeCAD:master branch.

12 May: Wrote my GSoC proposal in the FreeCAD wiki.

13 May: Added constraints and meshes category to the Example GUI.

14 May: Added solvers, equations and materials category to the Example GUI.

17 May: Completed hinged beam example.

19 May: Ran some FreeCAD unit tests. The results seem ok but I am not sure.

22 May: Added unit test for transform torque example. Related commit

23 May: Added unit test for hinged beam example. Related commit

24 May: Changed plain mesh to Gmsh mesh in new examples. Related commit

28 May: Changed file names to names from get_information in Example GUI. Related commit

Coding Period (June 1 - July 3, 2020)

1 June: Got electrostatics example. Installing Elmer.

2 June: Installed paraview-opt and mmg3d which are dependencies of elmer. Facing issues installing elmer which are reported in the comments at the AUR repo.

3 June: Trying to install elmerfem-git.

4 June: Installed Elmer by building it from source. Rebuilt FreeCAD to have the latest code.

5 June: Changed plain mesh to Gmsh mesh in all the examples. Tried the manager module.

6 June: Discovered the issue in manager module which was giving the UnboundLocalError. Forum Post

7 June: Added new examples to managers modules and corrected modified examples.

8 June: Integrated manager module with examplesgui. Related commit

10 June: Read the documents related to Electrostatics example given in this forum post

11 June: Created model of the electrostatic example using Part Design and Sketcher workbench.

12 June: Coded the geometry of electrostatic example.

13 June: Added material and mesh to electrostatic example.

14 June: Added constraints to electrostatic example and finished it. But it doesn't run. Commit. Related Forum Post

16 June: Created model of Constraint Section Print example. Related Commit

17 June: Added mesh and constraints to Section Print example. Commit. Getting error while executing.

18 June: Tried to build a simple Electrostatic example, faced same error while solving. Forum Post

19 June: Solved the error by adding 'RelativePermitivity' in material. Completed Electrostatic example. Commit

20 June: Tried adapting thermomech_bimetall for Elmer Solver (Forum Post). Added multibody_analysis example (Commit)

21 June: Added edge_load_calculation example (Commit).

22 June: Created new branch with cleaner history (Forum Post). Added shell thickness in edge_load_calculation example (Commit).

23 June: Added multibody_face_analysis example (Commit). Added new examples to manager module (Commit).

24 June: Rebased with FreeCAD master. Developed a method for manager module to run any example dynamically (Forum Post)

25 June: Rebased and rewrote history. Formatted code to follow flake8 conventions (Commit)

27 June: Corrected input files for transform constraint examples.

30 June: Completed the First Evaluation. Tested new PR.

1 July: Checked new capacitance example, but it crashes when geometry is clicked.

3 July: Added tests for new ccx examples following the improved way of writing tests (Forum Post).

Coding Period (July 4 - July 31, 2020)

4 July: Started working on capacitance example (Commit).

5 July Added VaccumPermittivity in capacitance example. Tested issues with GMSH. Found and removed same name issue in get_information method (Commit)

6 July: Improved ExampleGUI. Started working on Z88 test framework

7 July: Installed Z88 and completed Z88 test framework (Commit). Rebased to latest FreeCAD master (Forum Post).

8 July: Improved examplegui to work with all solvers(Commit). Added else clause to new examples for invalid solvers (Commit)

9 July: Merged new PRs by bernd.

10 July: Changed the example of z88 testing framework to cxx_cantilever_faceload

11 July: Created self weight example (Commit)

12 July: Added z88 warning to prescribeddisplacement example (Commit)

13 July: Tested elmer results with SI units (Forum Post)

14 July: Renamed selfweight example (Forum Post). Tried node loads on the edge load example (Forum Post). Improved elmer solver in bimetall example to give correct results (Forum Post)

TODO

✓ To segregate modules having multiple examples into single examples.

✓ To implement QTreeWidget in examplesgui

✓ To categorise examples.

✓ To add Solver and material category

✓ To complete hinged beam example.

✓ To change file names to names from get_information

✓ Install Elmer

✓ Change plain mesh object of all examples to Gmsh object.

✓ Add all examples to managers module and integrate it with the examplesgui.

✓ Work on Elmer Electrostatics example

✓ Add mutibody_analysis example

✓ Add edge_load_calculation example

✓ Add mutibody_face_analysis example

✓ Complete Constraint Section Print example.

✓ Write test cases for new examples

✓ Improve ExampleGUI

✓ Install Z88

✓ Write test framework for z88

✓ Make exampleGUI create different solvers when selected from Solver tree.

✓ Add self weight example

  • Add edge load example with constraint force node loads
  • Add new capacitance example
  • Write test for Electrostatic example
  • Add elmer test for thermomech bimetal.
  • Add z88 test for all examples solvable by z88.