Search found 227 matches

by qingfeng.xia
Fri Jan 24, 2020 3:14 pm
Forum: FEM
Topic: PR #3279 - Bugfix and improvement in Fluid material property in femMaterailTaskPanel
Replies: 4
Views: 819

Re: Bugfix and improvement in Fluid material property in femMaterailTaskPanel

Bug description: VolumetricThermalExpansionCoefficient is always zero ``` choose_material in FEM material task panel: _transient_material VolumetricThermalExpansionCoefficient in material data seems to have no unit or a wrong unit (reset the value): Water ``` Analysis: I think it is because this pro...
by qingfeng.xia
Fri Jan 24, 2020 2:50 pm
Forum: FEM
Topic: PR #3279 - Bugfix and improvement in Fluid material property in femMaterailTaskPanel
Replies: 4
Views: 819

Re: Bugfix and improvement in Fluid material property in femMaterailTaskPanel

Description of PR https://github.com/FreeCAD/FreeCAD/pull/3279 commit 1 Base: add VolExpansionCoeff and complete KinematicViscosity unit commit 2 Fem: add update_material_property() for FemMaterial editor Commit 1: VolExpansionCoeff quantity need to register, and KinematicViscosity is not completely...
by qingfeng.xia
Fri Jan 24, 2020 1:57 pm
Forum: FEM
Topic: PR #3279 - Bugfix and improvement in Fluid material property in femMaterailTaskPanel
Replies: 4
Views: 819

Re: Bugfix and improvement in Fluid material property in femMaterailTaskPanel

description of bug, in the UI file, viscosity and vol-expansion-coeff unit are correct, the kinematic viscosity of water is 1e-6 m^2/s fluid_materail_ui_qdesigner.png it is correctly shown in taskpanel, before I click the input field, once I click it , it change value and unit, the value changed by ...
by qingfeng.xia
Fri Jan 24, 2020 1:55 pm
Forum: FEM
Topic: PR #3279 - Bugfix and improvement in Fluid material property in femMaterailTaskPanel
Replies: 4
Views: 819

PR #3279 - Bugfix and improvement in Fluid material property in femMaterailTaskPanel

Fork to fix bug: my fork, branch fluid_material https://github.com/qingfengxia/FreeCAD/tree/fluid_material 1. commit Bug fix: Fem: Fluid material does not show in TaskPanel combobox (not imported) To reproduce: From Fem workbench, command toolbar create a fluid material, fluid material is not find i...
by qingfeng.xia
Fri Jan 24, 2020 1:44 pm
Forum: CfdOF / CFD
Topic: Progress of the general Computational Fluid Dynamics (CFD) workbench: CfdWorkbench
Replies: 22
Views: 9715

Re: Progress of the general Computational Fluid Dynamics (CFD) workbench: CfdWorkbench

I have been updating my Cfd workbench recently, to make it works with python3 and qt5 There are also several new features, 1. advance OpenFOAM bondary condition, 2. import mesh from external mesher and then setup CFD case 3 general internal field intialization GUI, sent to fem last year, without res...
by qingfeng.xia
Mon Nov 11, 2019 10:53 am
Forum: Install / Compile
Topic: How is smesh (salome mesh) module maintained in FreeCAD
Replies: 23
Views: 4856

Re: How is smesh (salome mesh) module maintained in FreeCAD

I also got segment fault, if our research project will use netgen later, I may have time to investigate. for the time being, I may leave it as it is. There is patch for netgen 6.2, not sure how good it is. netgen license is GNU Lesser General Public License v2.1. it is compatible with FC, an easy wa...
by qingfeng.xia
Sat Nov 09, 2019 1:42 pm
Forum: Install / Compile
Topic: How is smesh (salome mesh) module maintained in FreeCAD
Replies: 23
Views: 4856

Re: How is smesh (salome mesh) module maintained in FreeCAD

Good to hear this. I gave up on latest netgen and settled at 6.2.1808. But this also needs some patches to work. netgen 6.2 has been developed for 3 years, lots of change. If you mean patch is needed to work (not only to compiling), then I'd better to give up. I just use netgen in ubuntu (it may be...
by qingfeng.xia
Sat Nov 09, 2019 12:12 pm
Forum: Install / Compile
Topic: How is smesh (salome mesh) module maintained in FreeCAD
Replies: 23
Views: 4856

Re: How is smesh (salome mesh) module maintained in FreeCAD

There is some breaking change in netget master, which I think I have fixed (netgen 6.2 and occt 7.3 all from ppa). On ubuntu 16.04, the compiler gcc 5 is not high enough to compile, I spent one hour to update g++ to make it works. I will give it anther test before I post. > " why did you split ...
by qingfeng.xia
Sat Nov 09, 2019 12:05 pm
Forum: Install / Compile
Topic: Travis failures pybind11?
Replies: 7
Views: 1263

Re: Travis failures pybind11?

I have updated salomemesh from 7.7 to 8.3, tetgen 6.2 has change that break smesh code in freecad. like excpetion and pybind11 macro, I fixed it by 2 latest commits. https://github.com/qingfengxia/SMESH further discussion on smesh is in another thread. https://forum.freecadweb.org/viewtopic.php?p=34...
by qingfeng.xia
Fri Nov 08, 2019 4:01 pm
Forum: Install / Compile
Topic: How is smesh (salome mesh) module maintained in FreeCAD
Replies: 23
Views: 4856

Re: How is smesh (salome mesh) module maintained in FreeCAD

I split out salome geometry module, it is now on github https://github.com/ukaea/SGeom I managed to compiled smesh 8.3 with latest FreeCAD without netgen. Freecad test workbench does not complain any error. I will send a PR , can someone have a test on other platforms, windows. This smesh may not wo...