Commit Graph

68 Commits

Author SHA1 Message Date
Bernd Hahnebach
c6ae035d50 FEM: code formating and unifor licence header in Python modules 2020-03-04 07:50:21 +01:00
UR-0
458a27f2fc FEM: constraint tie, implement object and ccx writer 2020-02-19 17:56:39 +01:00
luz.paz
73b8ee91ee FEM: [skip ci] fix header uniformity
This PR fixes header uniformity across all FEM WB files
2019-12-21 20:00:14 +01:00
Bernd Hahnebach
774693569a FEM: objects create, add a new line to make copy easier 2019-09-13 12:58:21 +02:00
Bernd Hahnebach
9bb420caf4 FEM: code formating, commands, use double quotes instead of single ones 2019-08-16 08:33:12 +02:00
Bernd Hahnebach
2ce560120e FEM: objects, use same name system no matter if C++ or Python object 2019-07-03 12:43:27 +02:00
Bernd Hahnebach
ed006b82c3 FEM: reinforced material, add object, including all FEM object unit tests 2019-06-16 18:29:32 +02:00
Bernd Hahnebach
fc65cce31a FEM: code formating, add some new lines 2019-05-26 20:48:06 +02:00
Bernd Hahnebach
1e2beb0823 FEM: code formating, max line length < 100, make objects module 2019-05-24 19:08:17 +02:00
Bernd Hahnebach
708d1735fd FEM: code formating, max line length < 150, all FEM python 2019-05-20 12:33:30 +02:00
Bernd Hahnebach
130c6db58f FEM: objects module, add vtk post processing objects 2018-12-17 09:38:23 -03:00
Bernd Hahnebach
bbcc6d0c34 FEM: code formating, flake8 2018-11-26 09:10:17 -03:00
Bernd Hahnebach
8b65b3d165 FEM: objects module, rename result objects to post processing ones 2018-08-26 20:47:37 +02:00
Bernd Hahnebach
14f314ec8f FEM: objects module, delete recompute comments, the user needs to take care of recomputes if he adds objects by Python 2018-08-26 20:47:37 +02:00
Bernd Hahnebach
ef6c36ba64 FEM: objects, use fem name sheme for object package names 2018-01-25 18:46:30 -02:00
Bernd Hahnebach
a2d8afb65c FEM: beam rotation object, add this new object 2018-01-23 14:01:27 +01:00
Bernd Hahnebach
f13b72336e FEM: make objects module, fix type of constraint fluid boundary 2018-01-11 06:22:28 +01:00
Bernd Hahnebach
dc20b4993d FEM: make objects module, less code duplication on imports 2017-12-31 15:25:34 +01:00
Bernd Hahnebach
531ad99b69 FEM: make objects module, better name for ccx tools solver def 2017-12-13 12:38:22 +01:00
Bernd Hahnebach
6081809a4d FEM: CalculiX ccx tools solver, use a better name for new objects 2017-12-06 20:07:14 +01:00
Bernd Hahnebach
d1ae1a3285 FEM: elmer equations, add posibility to easy create them by python with objects fem modul 2017-12-02 13:17:30 +01:00
Wilfried Hortschitz
f0a33ddb30 FEM: Potential-boundary constraint and elmerflux-solver, add objects and implement them in elmer 2017-12-02 13:17:30 +01:00
Markus Hovorka
464df5b83d FEM: elmer, add it to the new solver framework and add equation object for elmer 2017-12-02 13:17:30 +01:00
Wilfried Hortschitz
14614d3eab FEM: constraint initial flow velocity, add object, command, icon, task panel, etc. 2017-12-02 13:17:30 +01:00
Markus Hovorka
afd304f89b FEM: constraint flow velocity, add object, command, icon, task panel, etc 2017-12-02 13:17:30 +01:00
Markus Hovorka
8119d76ad3 FEM: constraint body heat source, add object, command, etc 2017-12-02 13:17:30 +01:00
Bernd Hahnebach
939bbfa371 FEM: ccx, add it to the new solver framework but use the old ccx writer 2017-12-02 13:17:30 +01:00
Bernd Hahnebach
3b9e162b74 FEM: z88, add it to the new solver framework 2017-12-02 13:17:30 +01:00
wmayer
1f40d24fd9 replace 'GMSH' with correct spelling 'Gmsh' 2017-11-15 10:11:16 +01:00
wmayer
632c62cfb6 support of backward compatibility to load old fem project files 2017-10-24 20:09:35 +02:00
Bernd Hahnebach
c5b20fafc8 FEM: code formating, trailing whitespaces and flake8 2017-10-19 13:30:53 +02:00
Unknown
ed919b37fb FEM: various typos 2017-10-19 13:30:53 +02:00
Bernd Hahnebach
89dc795acd FEM: objects fem module, comment typo 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
720ae623dd FEM: objects fem module, fix comments 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
2c8e984ee7 FEM: objects fem module, sort defs 2017-10-07 11:51:00 +02:00
wmayer
001135d68f fixes #0003164: Elements of an analysis including the mesh and constraints should be hidden when hiding the analysis (Space) 2017-10-06 22:24:54 +02:00
Bernd Hahnebach
f84079e5fb FEM: objects module, add doc parameter to creation tools 2017-09-19 11:33:08 +02:00
Bernd Hahnebach
098ec55b58 FEM: py3, set prints in brackets 2017-09-11 10:21:01 +02:00
Markus Hovorka
d8d135d6cc FEM: Use ConstraintPython for SelfWeight 2017-08-04 06:57:12 +02:00
Bernd Hahnebach
a8ff9bedd4 FEM: mesh result object, implement new object 2017-08-02 12:45:15 +02:00
Bernd Hahnebach
6587d181bb FEM: make python make def of netgen mesh object fit in FEM name sheme 2017-08-02 12:45:14 +02:00
qingfengxia
60fb86337f Fem solve bondary layer meshing issue #3111 2017-08-01 14:12:40 +02:00
qingfengxia
e3d273746d FEM: add FemMeshBoundaryLayer obj and gui objects 2017-08-01 14:12:40 +02:00
Bernd Hahnebach
ec8a20c5a7 FEM: mesh objects, use same name sheme as for all other FEM objects 2017-07-03 19:27:38 +02:00
Bernd Hahnebach
f0416755b4 FEM: cmakes, object fem, init gui modules, sort by name 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
11ec82d453 FEM: fluid section and elment fluid 1D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
bfb4ce823e FEM: shell thickness and elment geometry 2D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
5215a7d751 FEM: beam sectiong and element geometry 1D object, make name fit in FEM name system 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
9f3b7ebfe0 FEM: code formating, flake8 2017-03-07 13:40:18 -03:00
Bernd Hahnebach
7f9bd4d1ad FEM: make object module, sort methods by name 2017-03-03 11:54:25 -03:00