Commit Graph

208 Commits

Author SHA1 Message Date
Bernd Hahnebach
e72551bdc0 FEM: rename icon, mesh region 2020-03-06 08:40:06 +01:00
Bernd Hahnebach
3a06c8c7af FEM: rename icon, mesh gmsh 2020-03-06 08:40:00 +01:00
Bernd Hahnebach
1766436d92 FEM: rename icon, mesh boundary layer 2020-03-06 08:39:56 +01:00
Bernd Hahnebach
25d3543008 FEM: rename icon, Element Rotation 1D 2020-03-06 08:39:44 +01:00
Bernd Hahnebach
7d0ead21a1 FEM: rename icon, Element Geometry 2D 2020-03-06 08:39:41 +01:00
Bernd Hahnebach
42781de9cf FEM: rename icon, Element Geometry 1D 2020-03-06 08:39:39 +01:00
Bernd Hahnebach
6e450fcaf8 FEM: rename icon, Element Fluid 1D 2020-03-06 08:39:37 +01:00
Bernd Hahnebach
b49950c1f5 FEM: rename icon, Constraint Tie 2020-03-06 08:39:31 +01:00
Bernd Hahnebach
657dedb429 FEM: rename icon, Constraint Self Weight 2020-03-06 08:39:25 +01:00
Bernd Hahnebach
5d965f260e FEM: rename icon, Constraint Initial Flow Velocity 2020-03-06 08:39:15 +01:00
Bernd Hahnebach
051b639540 FEM: rename icon, Constraint Heatflux 2020-03-06 08:39:13 +01:00
Bernd Hahnebach
20690f82fe FEM: rename icon, Constraint Flow Velocity 2020-03-06 08:39:09 +01:00
Bernd Hahnebach
820e795f38 FEM: rename icon, Constraint Electrostatic Potential 2020-03-06 08:39:07 +01:00
Bernd Hahnebach
062d782236 FEM: Python object base classes, some tweaks 2020-03-05 12:05:24 +01:00
Bernd Hahnebach
fc1ae5a9e4 FEM: more code formating 2020-03-04 08:40:52 +01:00
Bernd Hahnebach
5620122ae7 FEM: code formating and unifor licence header in Python modules 2020-03-04 07:50:21 +01:00
Bernd Hahnebach
c460f08cbd FEM: use python base constraint class, mesh gmsh 2020-03-04 07:50:02 +01:00
Bernd Hahnebach
9c0d0e94c6 FEM: Python objects and guiobjects, code formating 2020-03-03 21:26:21 +01:00
Bernd Hahnebach
65b5cb7f38 FEM: use python base constraint class, solver calculix 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
62fa28fc63 FEM: use python base constraint class, mesh result mesh 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
36118fb59e FEM: use python base constraint class, result mechanical 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
95a411d95a FEM: use python base constraint class, mesh region 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
0e029666e3 FEM: use python base constraint class, mesh group 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
85712261bc FEM: use python base constraint class, mesh boundary layer 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
5ea922c8b5 FEM: use python base constraint class, material obj 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
659da19739 FEM: use python base constraint class, material reinforced 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
83880da921 FEM: use python base constraint class, beam rotation 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
974ab58b9b FEM: use python base constraint class, fluid section 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
ab2c0a39d7 FEM: use python base constraint class, beam section 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
a00dddffe7 FEM: use python base constraint class, shell thickness 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
0aad1a0164 FEM: use python base constraint class, constraint tie 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
d4f60113c6 FEM: use python base constraint class, material non linear 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
6ccc140a1d FEM: use python base constraint class, constraint self weight 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
175e7f2069 FEM: Python base constraint view provider, extend methods 2020-03-03 21:26:20 +01:00
Bernd Hahnebach
f9f5a7de32 FEM: improve imports 2020-02-26 20:58:26 +01:00
Wilfried Hortschitz
f43391524b Fix saving values for Infinity and Capacitance BCs 2020-02-22 09:42:26 +01:00
Bernd Hahnebach
274b74b304 FEM: pep8 2020-02-20 18:17:23 +01:00
HoWil
de517b6e9e FEM: Add ElectricInfinity- and CapacitanceMatrix- boundary condition for Elmer 2020-02-20 18:08:01 +01:00
Bernd Hahnebach
d0f749b56e FEM: result task panel use single quotes instead of double ones 2020-02-20 08:19:41 +01:00
Bernd Hahnebach
eb014166af FEM: result task panel, pep8 2020-02-20 08:06:59 +01:00
UR-0
c3864c16f4 FEM: constraint tie, add Gui command, icon, implement task panel
Added plausibility checks to ViewProvider's accept()

tie code formating
2020-02-19 17:56:39 +01:00
UR-0
0bd03643f3 FEM: constraint tie, implement object and ccx writer 2020-02-19 17:56:39 +01:00
UR-0
e4cdb2fcc9 FEM: ResultMechanical add migration code f0r old result objects
Stats containing (min, avg, max) converted to (min, max)
Add Messagebox if histogram requested, but not available
2020-02-19 09:34:49 +01:00
Bernd Hahnebach
1752a947a5 FEM: new member tools, move some analysis member methods from utils 2020-02-19 07:23:50 +01:00
Bernd Hahnebach
c4d98d410e FEM: code formating, pep8 2020-02-18 17:44:05 +01:00
UR-0
c2a57b3e44 FEM: result task panel, Histograms added to result object instead of average stats values 2020-02-18 17:44:05 +01:00
Bernd Hahnebach
119a12aa06 FEM: result task panel, add comment to equation 2020-02-18 08:42:02 +01:00
Bernd Hahnebach
b7d8e98bf4 FEM: replace fem utils method with FreeCADs obj method 2020-02-17 12:31:57 +01:00
Bernd Hahnebach
97ee30df04 FEM: code formating, python 2020-02-16 22:48:40 +01:00
Bernd Hahnebach
acaeaf9ad5 FEM: solver frame work task panel, add space to error 2020-02-16 22:01:33 +01:00