Bernd Hahnebach
|
8a9fcd33df
|
FEM: move observer into PyGui
|
2017-10-07 11:51:00 +02:00 |
|
Bernd Hahnebach
|
2cc72df72f
|
FEM: since result object does not depend on analysis mesh, make analysis tools independed from result object
|
2017-08-31 11:09:13 +02:00 |
|
Bernd Hahnebach
|
4096c8bbc9
|
FEM: code formating, get rid of tabs
|
2017-08-31 11:09:13 +02:00 |
|
joha2
|
fa05b1b068
|
FEM: Fenics mesh: added mesh group task panel for xdmf export, flake8, improves issue #3038
|
2017-08-12 13:22:45 +02:00 |
|
Bernd Hahnebach
|
6d2fd22778
|
FEM: mesh result object, implement new object
|
2017-08-02 12:45:15 +02:00 |
|
qingfengxia
|
94f9a397f4
|
FEM: add FemMeshBoundaryLayer related py files to CMakefiles
|
2017-08-01 14:12:40 +02:00 |
|
Bernd Hahnebach
|
cdb48197b9
|
FEM: unit tests, adapte 1DFlow example and extend stats comparing to mflow and networkpressure in conjunction with inout nodes file
|
2017-07-21 17:35:43 +02:00 |
|
kgoao
|
9fd673851c
|
FEM: FluidSection: Unit test
|
2017-06-26 22:36:02 +02:00 |
|
Bernd Hahnebach
|
bf45cb16ee
|
FEM: unit tests, use FreeCADs native Python API to create the meshes
|
2017-06-07 23:32:36 -03:00 |
|
Bernd Hahnebach
|
612bfcc12c
|
FEM: code formating, change tabs in spaces
|
2017-05-27 19:57:28 -03:00 |
|
joha2
|
85c2e6a1ee
|
FEM: Fenics meshes, add support for xdmf format, some more improvements
|
2017-05-27 19:57:28 -03:00 |
|
Bernd Hahnebach
|
19a0f85708
|
FEM: cmakes, object fem, init gui modules, sort by name
|
2017-03-07 13:40:18 -03:00 |
|
Bernd Hahnebach
|
092a5dae48
|
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
|
34ad6af337
|
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
|
977fd8995e
|
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
|
8afbd2b81e
|
FEM: result task panel, add Fem to module name
|
2017-03-03 11:54:25 -03:00 |
|
Bernd Hahnebach
|
8411d03de5
|
FEM: command modules, add Fem to file and class name
|
2017-03-03 11:54:25 -03:00 |
|
Bernd Hahnebach
|
f5c717b771
|
FEM: mesh clear command, make name fit in FEM name system
|
2017-03-03 11:54:25 -03:00 |
|
Bernd Hahnebach
|
f19481b083
|
FEM: mesh print info command, make name fit in FEM name system
|
2017-03-03 11:54:25 -03:00 |
|
Bernd Hahnebach
|
11166f971e
|
FEM: result show command, make name fit in FEM name system
|
2017-03-03 11:54:25 -03:00 |
|
Bernd Hahnebach
|
dc39edd9a5
|
FEM: results purge command, make name fit in FEM name system
|
2017-03-03 11:54:25 -03:00 |
|
Bernd Hahnebach
|
ef0a253f4e
|
FEM: solver control command, make name fit in FEM name system
|
2017-03-03 11:54:25 -03:00 |
|
Bernd Hahnebach
|
8cf0001e97
|
FEM: solver run command, make name fit in FEM name system
|
2017-03-03 11:54:25 -03:00 |
|
joha2
|
10dd719631
|
FEM: fenics xml mesh format, add export module
|
2017-02-28 17:35:26 +01:00 |
|
Bernd Hahnebach
|
a569319510
|
FEM: import tools, move imported mesh creation def inside new import tools module
|
2017-02-28 17:35:26 +01:00 |
|
kgoao
|
1e1b9a8726
|
FEM: 1DFlow, gui command
|
2017-02-28 17:35:26 +01:00 |
|
kgoao
|
5c0660dbdd
|
FEM: 1DFlow, object modules
|
2017-02-28 17:35:26 +01:00 |
|
Bernd Hahnebach
|
8944ae2fdb
|
FEM: module moving, fix cmake, init, modulimports
|
2017-02-24 14:41:22 +01:00 |
|
Bernd Hahnebach
|
0c0cf1e49c
|
FEM: result mechanical object, use same name sheme as for all other FEM objects
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
fe1a733ced
|
FEM: mesh region object, move make def into make objects FEM module
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
b7d69d9ba8
|
FEM: mesh group object, move make def into make objects FEM module
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
c5008f90d7
|
FEM: mesh gmsh object, move make def into make objects FEM module
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
907a14d73a
|
FEM: nonlinear material object, move make def into make objects FEM module
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
de9b534366
|
FEM: material object, move make def into make objects FEM module
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
feae6513bb
|
FEM: mechanical result object, move make def into make objects FEM module
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
b03b0800ea
|
FEM: constraint selfweight object, move make def into make objects FEM module
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
99c5b57b42
|
FEM: solver z88 object, move make def into make objects FEM modul
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
4f0f3aa4fa
|
FEM: solver calculix object, move make def into make objects FEM module
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
6ffbac3e6b
|
FEM: shell thickness object, move make def into make objects FEM module
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
b7111c3fa8
|
FEM: beam section object, move make def into make objects FEM module
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
c63f1e7753
|
FEM: analysis object, move make def into make objects FEM module
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
b7c1bb024d
|
FEM: create a make objects module to make python object creation more consistent
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
e07b45d59d
|
FEM: better module names for CalculiX result reader modules
|
2017-02-16 14:00:39 +01:00 |
|
Bernd Hahnebach
|
9431d8ed4c
|
FEM: better module name for Z88 o2 result reader
|
2017-02-16 14:00:39 +01:00 |
|
Bernd Hahnebach
|
12f53b6098
|
FEM: move the new python FemResult object to FemMechanicalResult object derived from C++ FemResult object
|
2017-02-16 14:00:32 +01:00 |
|
qingfengxia
|
c13ca92792
|
FEM: result object refactor, move most properties from C++ to a new Python result object
|
2017-02-16 07:54:32 +01:00 |
|
Bernd Hahnebach
|
3f08dd5739
|
FEM: import Z88 results, change module name to import...
|
2017-01-30 18:22:28 +01:00 |
|
Bernd Hahnebach
|
469e391f66
|
FEM: import VTK results, change module name to import...
|
2017-01-30 18:22:23 +01:00 |
|
qingfengxia
|
9ce1662ae1
|
Fem: add FemResult export to VTK files for visualization externally
|
2017-01-30 18:22:11 +01:00 |
|
qingfengxia
|
61fb3d429a
|
Fem: add _CommandMaterialFluid.py and FemMaterial.makeFluidMaterial method
|
2017-01-08 21:46:27 +00:00 |
|