Commit Graph

47 Commits

Author SHA1 Message Date
Bernd Hahnebach
062f9f6616 FEM: Python pep8 code formatting 2022-10-22 23:05:51 +02:00
luzpaz
277ad4f7c4 [FEM] tweak function docstrings in resulttools.py
- migrate to pep8 compatible docstrings
- tweak source comment whitespace
2022-09-16 03:12:50 +02:00
HarryvL
9dc9d6735a [FEM] added critical strain ratio functionality (#7467)
* added critical strain ratio functionality
2022-09-14 01:30:17 +02:00
Uwe
522c91ce79 [FEM] next try to proper revert 2022-06-14 00:58:08 +02:00
Uwe
e8d65c22d6 Revert "Fixing principal stress plots part 2"
This reverts commit 166eee5eed.
2022-06-14 00:40:51 +02:00
FEA-eng
166eee5eed Fixing principal stress plots part 2
https://forum.freecadweb.org/viewtopic.php?f=18&t=69385
2022-06-13 19:52:16 +02:00
Uwe
134fa8b7ea [FEM] use proper histogram titles
- use for the histogram titles the same as in the CCX dialog and not our internal abbreviations
- in the CCX dialog don't use the term PEEQ but the common wording that also gives the user the info what this is about
2022-06-03 13:09:32 +02:00
Bernd Hahnebach
e5968f8ed9 FEM: ccx dat result text object, delete it on result purging 2021-06-16 15:34:31 +02:00
Bernd Hahnebach
a62b5b314b FEM: code formatting, revert parts of commit f4a65dcbb6 2021-02-16 16:17:47 +01:00
luz paz
f4a65dcbb6 FEM: doxygen 2020-12-04 17:50:00 +01:00
Bernd Hahnebach
9b18c2dc19 FEM: vtk pipeline, and frd reader, principal stress, revert and improve 09e3ddb387 2020-07-14 13:26:57 +02:00
Bernd Hahnebach
237cba004c FEM: restult tools stats calculation, fix missing check 2020-07-12 19:55:16 +02:00
Bernd Hahnebach
ec4535aeac FEM: imports, improvements 2020-06-30 22:27:16 +02:00
Bernd Hahnebach
61d767a6d2 FEM: material object, change type 2020-05-21 23:12:08 +02:00
Bernd Hahnebach
3ff9d36e92 FEM: result mechanical, change obj type 2020-03-22 11:25:58 +01:00
Bernd Hahnebach
158e076f1f FEM: result mesh, change obj type 2020-03-22 11:25:58 +01:00
Bernd Hahnebach
2c30b1cfdc FEM: some modules, better document handling 2020-03-14 21:45:24 +01:00
Bernd Hahnebach
0e04844053 FEM: improve Python type checking and Python imports 2020-03-12 10:02:33 +01:00
Bernd Hahnebach
f9f5a7de32 FEM: improve imports 2020-02-26 20:58:26 +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
UR-0
8b68ab74b6 FEM: use a more precise object name "vonMises" instead "StressValues" 2020-02-14 16:52:40 +01:00
luz.paz
1baf5da3cf 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
eb099c33c1 FEM: result tools and ccx tools, improve method documentation 2019-09-19 09:11:02 +02:00
Bernd Hahnebach
98c98ff833 FEM: replace prints with console prints 2019-09-13 08:26:49 +02:00
Bernd Hahnebach
ba51d1bf01 FEM: results, use single quotes instead of double ones 2019-09-05 22:32:48 +02:00
Bernd Hahnebach
68f3ffbf33 FEM: result tools, use log instead of message for debug 2019-07-03 12:43:11 +02:00
Bernd Hahnebach
fd5df98b6a FEM: result tools, check for NAN instead of bare except 2019-07-02 18:02:13 +02:00
Bernd Hahnebach
06f42de79e FEM: lgtm, various improvements 2019-06-29 13:22:31 +02:00
Bernd Hahnebach
b7c2378a33 FEM: concrete results, use the new concrete result reading methods on result reading 2019-06-16 18:29:32 +02:00
HarryvL
3950dc7a25 FEM: concrete results, new methods for calculating results for concrete materials 2019-06-16 18:29:32 +02:00
Bernd Hahnebach
adac097c40 FEM: code formating, max line length < 100, fem results 2019-05-20 12:33:30 +02:00
Bernd Hahnebach
f3c7b7f3b0 FEM: result tools, delete not used imports 2019-03-31 11:18:15 +02:00
Bernd Hahnebach
76555307f9 FEM: result tools, simplified calculation of abs displacement 2019-03-31 11:18:14 +02:00
Bernd Hahnebach
7b65f36689 FEM: result tools, better variable names 2019-03-31 11:18:14 +02:00
Bernd Hahnebach
b6e4d3fc4c FEM: result tools, von mises, use a simplified calculation formula 2019-03-31 11:18:13 +02:00
Bernd Hahnebach
53d2b30dcf FEM: result tools, small changes for better code reading 2019-03-19 14:15:15 -03:00
Bernd Hahnebach
932fe224e3 FEM: results, move principal and shear calculation from result reader to result tools and use new result stress float lists 2019-03-19 14:15:15 -03:00
Bernd Hahnebach
d87e12c019 FEM: results, move vonMises from result reader to result tools and use new result stress float lists 2019-03-19 14:15:15 -03:00
Bernd Hahnebach
185098a911 FEM: result tools, delete result meshes on result purging too 2019-03-04 22:15:43 +01:00
Bernd Hahnebach
38675fb0f5 FEM: result tools, small code improvements 2019-02-06 10:10:46 -02:00
Bernd Hahnebach
ce86fa4365 FEM: result tools, typo 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
e49098824b FEM: result tools, improve stats handling 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
ebbe781771 FEM: import tools, displacement abs, move calculation and adding into result tools 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
a3612b4ac9 FEM: import tools, move stats calculation into result tools 2019-02-01 11:27:48 -02:00
Bernd Hahnebach
82d92280af FEM: result and mesh, add compact result and mesh, workaround for issue #2873 2019-01-20 18:40:53 +01:00
Bernd Hahnebach
c34bbb007a FEM: proxy type, use for all classes the notation Fem:: same as C++ classes 2018-01-11 06:22:28 +01:00
Bernd Hahnebach
8599dd59ba FEM: result package, move result tools module in new result package 2017-12-07 17:12:39 +01:00