Commit Graph

25265 Commits

Author SHA1 Message Date
Bernd Hahnebach
def2df9253 FEM: calculix writer, improve information about units in input file 2021-07-14 10:46:43 +02:00
Bernd Hahnebach
2bf2c7d546 FEM: calculix writer, improve floats writing for femelement material 2021-07-14 10:15:18 +02:00
Bernd Hahnebach
3f45205ea6 FEM: calculix writer, improve floats writing for femelement geometry 2021-07-14 09:16:47 +02:00
Bernd Hahnebach
a58cd00e5a FEM: calculix writer, continue improve floating point writing for constraints 2021-07-14 09:16:39 +02:00
Bernd Hahnebach
138144d88e FEM: calculix writer, improve floating point writing 2021-07-13 22:27:31 +02:00
Bernd Hahnebach
74c3a4f676 FEM: calculix writer, use better writing for young's modulus, improves c73c6097bf 2021-07-13 20:52:48 +02:00
Bernd Hahnebach
2fe036e823 Material: card reader, do not break if error on card reading. 2021-07-13 20:41:38 +02:00
Bernd Hahnebach
9a564dd906 Maaterial: card writer, force to use utf-8 2021-07-13 17:55:21 +02:00
Bernd Hahnebach
78924196db Material: better warning message if card name is not file name 2021-07-13 17:42:25 +02:00
Bernd Hahnebach
3e14f499e5 Material: matcard writer, print error if no card name is provided on save 2021-07-13 17:42:19 +02:00
Bernd Hahnebach
6257ec125e Material: matcard writer, get rid of Python 2 code 2021-07-13 17:42:13 +02:00
Bernd Hahnebach
4596f441bf FEM: calculix writer, materials, comment 2021-07-13 16:37:27 +02:00
Yorik van Havre
8d93a0f3d8 Arch: Better icon for Arch component 2021-07-13 15:46:54 +02:00
Bernd Hahnebach
2685f13eb3 FEM: calculix writer, print getting sets time 2021-07-13 13:27:57 +02:00
Yorik van Havre
8728400e04 Merge pull request #4910 from Roy-043/Arch_Fix_Arch_Wall
Arch: Fix Arch_Wall: block joints where put on the wrong side of offset
2021-07-13 11:29:12 +02:00
Yorik van Havre
2acfba9870 Merge pull request #4883 from steelman/arch-timezone
Arch: Draw solar diagrams for timezones other than UTC and UTC-3
2021-07-13 11:24:34 +02:00
Bernd Hahnebach
c73c6097bf FEM: cslculix writer, fix if young's modulus is smaller than 500 kPa 2021-07-13 09:32:47 +02:00
Bernd Hahnebach
e704f3267c FEM: calculix writer, small improvements 2021-07-13 09:32:20 +02:00
Bernd Hahnebach
ad76c5b554 FEM: calculix writer, move generic constraint writer into base writer 2021-07-13 09:32:16 +02:00
Bernd Hahnebach
d72d24b30c FEM: calculix writer, move material, element geometry and mat-geo-elementsets into separte methods 2021-07-12 23:45:44 +02:00
Bernd Hahnebach
9fa444c113 FEM: calculix writer, move write mesh in separate module 2021-07-12 23:45:39 +02:00
Bernd Hahnebach
61436a874d FEM: calculix writer, move write footer and step in separate modules
Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,
2021-07-12 23:45:35 +02:00
Bernd Hahnebach
90cecd0d2c FEM: calculix writer, rename constraint writing methods 2021-07-12 23:45:29 +02:00
Bernd Hahnebach
cd02cf2ffd FEM: writer base, add method to retieve all known sets 2021-07-12 20:36:51 +02:00
Bernd Hahnebach
290b5cc322 FEM: code conventions, update 2021-07-12 20:36:46 +02:00
Bernd Hahnebach
4681577166 FEM: calculix writer, typo 2021-07-12 20:36:43 +02:00
Bernd Hahnebach
3307bfe07c FEM: base writer, return on empty fem objects dict 2021-07-12 19:16:55 +02:00
Bernd Hahnebach
fa146510f8 FEM: basewriter, do not try to get elementsets if there are no centrif objects 2021-07-12 01:03:37 +02:00
Bernd Hahnebach
7ec2d0e1cb FEM: calculix writer, move constraint fluidsection in separate module 2021-07-12 01:03:29 +02:00
Bernd Hahnebach
9715034bc9 FEM: calculix writer, move constraint initialtemperature in separate module, use generic constraint writer and fix unit tests 2021-07-12 01:03:20 +02:00
Bernd Hahnebach
b43bdecef6 FEM: calculix writer, move constraint selfweigt in separate module and use generic constraint writer 2021-07-12 01:03:12 +02:00
Bernd Hahnebach
a154d3b93f FEM: calculix writer, move constraint writing methodes 2021-07-12 01:03:06 +02:00
Bernd Hahnebach
3e7899b7f8 FEM: calculix writer, code formating 2021-07-12 01:02:59 +02:00
Bernd Hahnebach
4e26596f90 FEM: calculix writer, add write before and write after to constraints modules 2021-07-12 01:02:53 +02:00
Bernd Hahnebach
671b408751 FEM: calculix writer, do no longer write method names into input file, fix all unit test files 2021-07-12 01:02:46 +02:00
Bernd Hahnebach
2760064897 FEM: calculix writer, constraint writer, more simplifications 2021-07-12 01:02:41 +02:00
Bernd Hahnebach
aea694ac23 FEM: calculix writer, rename set writing methods to a generic one 2021-07-12 01:02:36 +02:00
Bernd Hahnebach
b97d774971 FEM: calculix writer, constraints set writer, remove getter from there 2021-07-12 01:02:31 +02:00
Bernd Hahnebach
c674cd31e9 FEM: calculix writer, move mesh data getter outside file writing 2021-07-12 01:02:25 +02:00
Bernd Hahnebach
cc4ba46f54 FEM: calculix writer, improve constraints code 2021-07-12 01:02:20 +02:00
Bernd Hahnebach
3576ae7c78 FEM: code formating 2021-07-12 01:02:16 +02:00
Bernd Hahnebach
81d04186c7 FEM: calculix writer, move constraint methods into separate modules 2021-07-12 01:02:12 +02:00
Bernd Hahnebach
b9cc49383f FEM: code formating 2021-07-12 01:02:06 +02:00
UR-0
46282db7c8 FEM: constraint centrif, Gui tools 2021-07-09 22:04:19 +02:00
Bernd Hahnebach
f0b543ed81 FEM: constraint centrif, add unit test 2021-07-09 22:04:14 +02:00
Bernd Hahnebach
94c0522c38 FEM: constraint centrif, add example 2021-07-09 22:04:05 +02:00
UR-0
974f41e0cc FEM: constraint centrif, App objects and methods:
- CalculiX centrifugal body loads
- CalculiX label CENTRIF from *DLOAD card
- implement FreeCAD NonGui code
- the object, ccx writer, etc
2021-07-09 22:03:58 +02:00
Sudhanshu Dubey
65f84827e5 FEM: constraint transform beam hinged, add unit test 2021-07-09 17:40:36 +02:00
sliptonic
b32d16fd52 Merge pull request #4909 from troyp76/master
Path: Fixed incorrect usage of isDirty() in the accept button call back.
2021-07-09 09:23:55 -05:00
Yorik van Havre
20287874a8 Arch: Fixed text position of Arch spaces 2021-07-09 15:10:47 +02:00