Search found 227 matches

by qingfeng.xia
Mon Oct 05, 2015 3:32 pm
Forum: Developers corner
Topic: Please share your debugging skills to new developers like me
Replies: 5
Views: 1231

Re: Please share your debugging skills to new developers like me

I found report view, show only what I see in the gnome-terminal, while may be my code is hanging before any print. I will try again. Thanks. As suggested by Przemo, I have reversed some of my change, self.femConsoleMessage("Write completed.") I want to change it to self.caeConsoleMessage(&...
by qingfeng.xia
Mon Oct 05, 2015 2:23 pm
Forum: Developers corner
Topic: Please share your debugging skills to new developers like me
Replies: 5
Views: 1231

Please share your debugging skills to new developers like me

I am an academian in Mech and Aero Engineering, wanting to extend Fem into Cae workbench. ## Curerntly, I am refactoring Fem python code on 2 files: ========================================= FemTools.py -> CaeSolver (general class to start external solver process) + ccxFemSolver (specific solver) Si...
by qingfeng.xia
Sat Oct 03, 2015 11:38 am
Forum: CfdOF / CFD
Topic: From FreeCAD's Fem workbench towards a full-fledged CAE workbench
Replies: 4
Views: 3573

Re: From FreeCAD's Fem workbench towards a full-fledged CAE workbench

Initial pull request has been sent to PrzemoF

qingfengxia wants to merge 1 commit into PrzemoF:master from qingfengxia:master

https://github.com/PrzemoF/FreeCAD/pull/1

basic testing has been done on the refraction, using the tutorial:
http://www.freecadweb.org/wiki/index.ph ... M_tutorial
by qingfeng.xia
Tue Sep 29, 2015 10:35 pm
Forum: CfdOF / CFD
Topic: From FreeCAD's Fem workbench towards a full-fledged CAE workbench
Replies: 4
Views: 3573

From FreeCAD's Fem workbench towards a full-fledged CAE workbench

##From FreeCAD's Fem workbench towards a full-fledged CAE workbench ****************************** Supporting CFD solver is one of the original aim of FEM module ,see [Forum discussion on FEM in 2011](http://forum.freecadweb.org/viewtopic.php?f=8&t=2017&p=14732&hilit=vtk#p14732) ### Refr...
by qingfeng.xia
Sun Sep 27, 2015 8:12 am
Forum: Wiki
Topic: where is official source code doxygen document, and can I upload the doc to my personal website?
Replies: 13
Views: 4465

Re: where is official source code doxygen document, and can I upload the doc to my personal website?

Thanks very much, it seem it is permissible to upload the doxygen generated document to my personal website: http://iesensor.com/FreeCADDoc/0.16-dev/ I can compile the 0.15 version too. Sorry, I can not help to deal with doxygen + python. I am making note during reading the source code, and aimed to...
by qingfeng.xia
Sat Sep 26, 2015 11:16 am
Forum: Wiki
Topic: where is official source code doxygen document, and can I upload the doc to my personal website?
Replies: 13
Views: 4465

where is official source code doxygen document, and can I upload the doc to my personal website?

Dear all, I found the wiki link to a sourceforge.net version 0.12, a bit outdated. I have a personal website, I use only 1% of my 15G storage. If copyright and license is not a problem, I can generate 0.15 and 0.16dev document to my website. It saves time to build it, I find the class inheritance gr...
by qingfeng.xia
Thu Sep 24, 2015 8:39 am
Forum: FEM
Topic: Postprocessing
Replies: 8
Views: 2056

Re: Postprocessing

using paraview, or add one menuItem, open in paraview for advanced visualisation.