Commit Graph

1186 Commits

Author SHA1 Message Date
Bernd Hahnebach
905fc3f4df FEM: better module names for CalculiX result reader modules 2017-02-16 14:00:39 +01:00
Bernd Hahnebach
036c86e755 FEM: better module name for Z88 o2 result reader 2017-02-16 14:00:39 +01:00
Bernd Hahnebach
badb906b27 FEM: vtk result file import, workaround for calculating the DisplacementLengths 2017-02-16 14:00:39 +01:00
Bernd Hahnebach
f7a22482e0 FEM: move the new python FemResult object to FemMechanicalResult object derived from C++ FemResult object 2017-02-16 14:00:32 +01:00
Bernd Hahnebach
7183a7a198 FEM: result task panel, codeformating and a comment 2017-02-16 13:11:23 +01:00
makkemal
940b1e5240 FEM: result task panel, fix user defined result errors on new refactoring 2017-02-16 13:11:22 +01:00
Bernd Hahnebach
5aec02016b FEM: result task panel, fix because empty result are really empty now and do not have a 0.0 in list 2017-02-16 13:11:22 +01:00
Bernd Hahnebach
90a9fd1a28 FEM: code formating, white spaces 2017-02-16 13:11:14 +01:00
Bernd Hahnebach
7fb489f096 FEM: result object refactor, fix frd, vtk, z88 result file import 2017-02-16 07:54:37 +01:00
qingfengxia
585c01a4da 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
393caefa6c FEM: vtk result file reading, activate import in python vtk import module 2017-02-16 07:54:26 +01:00
qingfengxia
a9c97f1293 FEM: VTK post processing, changes:
- vtk result file reading
- some changes in vtk post processing pipe line
2017-02-16 07:54:16 +01:00
Bernd Hahnebach
581d81d526 FEM: Z88 result reader, fix open Z88 results files directly 2017-01-30 18:22:38 +01:00
Bernd Hahnebach
b61fd65b1c FEM: import Z88 results, change module name to import... 2017-01-30 18:22:28 +01:00
Bernd Hahnebach
ff18274fbe FEM: import VTK results, change module name to import... 2017-01-30 18:22:23 +01:00
Bernd Hahnebach
1bdc6d0435 FEM: export results to vtk, code formating and documatation information 2017-01-30 18:22:18 +01:00
qingfengxia
d442a6dc0f Fem: add FemResult export to VTK files for visualization externally 2017-01-30 18:22:11 +01:00
Bernd Hahnebach
934c059fc6 FEM: GMSH mesh object, in some cases the task panel did not open 2017-01-24 10:16:44 -02:00
Bernd Hahnebach
c15ffae406 FEM: unit tests, get rid of duplicate defs 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
af88f18507 FEM: unit tests, update result files to start with element numbering with 1 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
f923a67b30 FEM: unit tests, start element numbers of the unit test FEM meshes with 1 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
5c8a493e2a FEM: unit tests, make all FEM unit test in one directory in tmp directory 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
24c21e0b12 FEM: unit tests, fix def to update results 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
8ff74d9867 FEM: unit tests, reorder paths 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
4ce04dfdc9 FEM: unit tests, convert result stat file from win to unix line ending 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
0cc8a7d343 FEM: splitted input file, fix if there is no constraint fix but constraint displacement and plane rotation instead 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
e92fe5947f FEM: imports, comment not used imports 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
e8fe23aa25 FEM: code formating, flake8 2017-01-22 17:31:08 +01:00
qingfengxia
42ac9574b2 Fem: add push button to export customed fluid and solid material to FCMat file 2017-01-22 13:22:29 +00:00
qingfengxia
aa81467d68 Fem: add icon for FemMaterialFluid command toolbar item 2017-01-22 13:20:34 +00:00
qingfengxia
3d1f53b73f Fem: add length scaling (metre to mm) option for VTK mesh import 2017-01-22 13:19:24 +00:00
wwmayer
174c2cdcab Merge pull request #453 from qingfengxia/fluidmaterial
add air and water Fluidmaterial to FemWorkbench
2017-01-19 11:04:40 +01:00
qingfengxia
3c8e0355d8 Fem: add air and water fluid material into data/Mod/Material 2017-01-19 00:08:02 +00:00
qingfengxia
bbd1b1fc95 Fem: modify taskpanelFemMaterial to support simple Fluid Material 2017-01-18 23:32:40 +00:00
wmayer
9c349523de py3: adapt scripts to work with Python3 2017-01-17 09:24:59 +01:00
Bernd Hahnebach
1c7e20a223 FEM: code formating, flake8 2017-01-14 10:44:20 +01:00
Bernd Hahnebach
12abd9a955 FEM: unit tests, update FreeCAD files of FEM unit tests 2017-01-14 10:44:20 +01:00
Bernd Hahnebach
b9c0ad2c72 FEM: unit tests, fix some issues and save FreeCAD files of the unit tests 2017-01-14 10:44:20 +01:00
Bernd Hahnebach
efd3998601 FEM: pre checks, do not allow youngs modulus and thermal conductivity (later for thermomech analysis) to be 0.0 2017-01-14 10:44:20 +01:00
wwmayer
75e0446bb7 Merge pull request #424 from brawaga/patch-1
Update Fem_ru.ts
2017-01-09 10:08:42 +01:00
qingfengxia
46c6635097 Fem: add _CommandMaterialFluid.py and FemMaterial.makeFluidMaterial method 2017-01-08 21:46:27 +00:00
Bernd Hahnebach
7ff07ac73f FEM: remove precheck for load since an static analyis could be valid without loads 2017-01-07 15:16:44 -02:00
Bernd Hahnebach
94ab4188a8 FEM: code formating, remove trailing whitspaces 2017-01-07 15:16:44 -02:00
makkemal
8b3a85e377 FEM: VTK tools, add stress and strain vectors (x,y,z) 2017-01-07 15:16:44 -02:00
makkemal
643a8a5a11 FEM: result task panel, add stress and strain vectors to possible user defined results 2017-01-07 15:16:44 -02:00
makkemal
6d4ce80594 FEM: frd reader, add reading strain data and calculate stress and strain vector 2017-01-07 15:16:44 -02:00
makkemal
4d4a12b800 FEM: result object, add properties for stress and strain vectors 2017-01-07 15:16:44 -02:00
makkemal
44ef6b1171 FEM: frd reader, add B32 beam elements 2017-01-07 15:16:44 -02:00
Bernd Hahnebach
e04c3369ee FEM: mesh group, add a needed def to mesh tools and use the new mesh group object in gmsh mesh class 2017-01-07 15:16:44 -02:00
Bernd Hahnebach
78540d2612 FEM: mesh group, add task panel 2017-01-07 15:16:44 -02:00