Commit Graph

1180 Commits

Author SHA1 Message Date
Bernd Hahnebach
b4b41ff3e8 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
17eac77144 FEM: code formating, white spaces 2017-02-16 13:11:14 +01:00
Bernd Hahnebach
b55a7688cc FEM: result object refactor, fix frd, vtk, z88 result file import 2017-02-16 07:54:37 +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
ea1829c9fa FEM: vtk result file reading, activate import in python vtk import module 2017-02-16 07:54:26 +01:00
qingfengxia
1c18867d1e 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
71fe91189b FEM: Z88 result reader, fix open Z88 results files directly 2017-01-30 18:22:38 +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
Bernd Hahnebach
df66ce0bc3 FEM: export results to vtk, code formating and documatation information 2017-01-30 18:22:18 +01:00
qingfengxia
9ce1662ae1 Fem: add FemResult export to VTK files for visualization externally 2017-01-30 18:22:11 +01:00
Bernd Hahnebach
1d5d539f6b FEM: GMSH mesh object, in some cases the task panel did not open 2017-01-24 10:16:44 -02:00
Bernd Hahnebach
529e1418f4 FEM: unit tests, get rid of duplicate defs 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
b8403d4645 FEM: unit tests, update result files to start with element numbering with 1 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
dbe6efb01f FEM: unit tests, start element numbers of the unit test FEM meshes with 1 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
94ddfdb01f FEM: unit tests, make all FEM unit test in one directory in tmp directory 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
227beac03f FEM: unit tests, fix def to update results 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
cfa97b0163 FEM: unit tests, reorder paths 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
a5d6c29c32 FEM: unit tests, convert result stat file from win to unix line ending 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
d553d50432 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
d87d0a925d FEM: imports, comment not used imports 2017-01-22 17:31:08 +01:00
Bernd Hahnebach
56d43c2373 FEM: code formating, flake8 2017-01-22 17:31:08 +01:00
qingfengxia
66fcaf6796 Fem: add push button to export customed fluid and solid material to FCMat file 2017-01-22 13:22:29 +00:00
qingfengxia
b788503b0a Fem: add icon for FemMaterialFluid command toolbar item 2017-01-22 13:20:34 +00:00
qingfengxia
a90d221546 Fem: add length scaling (metre to mm) option for VTK mesh import 2017-01-22 13:19:24 +00:00
wwmayer
2a67c7f0ae Merge pull request #453 from qingfengxia/fluidmaterial
add air and water Fluidmaterial to FemWorkbench
2017-01-19 11:04:40 +01:00
qingfengxia
82526160af Fem: add air and water fluid material into data/Mod/Material 2017-01-19 00:08:02 +00:00
qingfengxia
a378a16b27 Fem: modify taskpanelFemMaterial to support simple Fluid Material 2017-01-18 23:32:40 +00:00
wmayer
4f43cfac50 py3: adapt scripts to work with Python3 2017-01-17 09:24:59 +01:00
Bernd Hahnebach
e2b5623170 FEM: code formating, flake8 2017-01-14 10:44:20 +01:00
Bernd Hahnebach
73b9c7300c FEM: unit tests, update FreeCAD files of FEM unit tests 2017-01-14 10:44:20 +01:00
Bernd Hahnebach
4360c0b8b3 FEM: unit tests, fix some issues and save FreeCAD files of the unit tests 2017-01-14 10:44:20 +01:00
Bernd Hahnebach
eb9f1d0409 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
d88fd4cfb1 Merge pull request #424 from brawaga/patch-1
Update Fem_ru.ts
2017-01-09 10:08:42 +01:00
qingfengxia
61fb3d429a Fem: add _CommandMaterialFluid.py and FemMaterial.makeFluidMaterial method 2017-01-08 21:46:27 +00:00
Bernd Hahnebach
40aafe7452 FEM: remove precheck for load since an static analyis could be valid without loads 2017-01-07 15:16:44 -02:00
Bernd Hahnebach
aa83257b73 FEM: code formating, remove trailing whitspaces 2017-01-07 15:16:44 -02:00
makkemal
f9f682640a FEM: VTK tools, add stress and strain vectors (x,y,z) 2017-01-07 15:16:44 -02:00
makkemal
57a94af0e1 FEM: result task panel, add stress and strain vectors to possible user defined results 2017-01-07 15:16:44 -02:00
makkemal
3003b7d9c4 FEM: frd reader, add reading strain data and calculate stress and strain vector 2017-01-07 15:16:44 -02:00
makkemal
dc3b45458c FEM: result object, add properties for stress and strain vectors 2017-01-07 15:16:44 -02:00
makkemal
01b3db5de6 FEM: frd reader, add B32 beam elements 2017-01-07 15:16:44 -02:00
Bernd Hahnebach
2537cf512c 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
1973efac20 FEM: mesh group, add task panel 2017-01-07 15:16:44 -02:00
Bernd Hahnebach
d1954aef48 FEM: mesh group, add command to FreeCAD GUI menu and tool bar 2017-01-07 15:16:44 -02:00
Bernd Hahnebach
c72cd509bc FEM: mesh group, add object 2017-01-07 15:16:44 -02:00
makkemal
edb1f0249e FEM: VTK tools, only import results into vtk if they exists 2017-01-07 15:16:44 -02:00
makkemal
3ec0a50a06 FEM: VTK tools, fix value assignment 2017-01-07 15:16:44 -02:00
makkemal
b5bfc01a3f FEM: frd reader, typo 2017-01-07 15:16:44 -02:00
makkemal
ba38e06bd2 FEM: result object, typo 2017-01-07 15:16:44 -02:00