Bernd Hahnebach
47c717431c
FEM: constraint tie, get the faces data in writer base class
2020-02-19 17:56:47 +01:00
UR-0
458a27f2fc
FEM: constraint tie, implement object and ccx writer
2020-02-19 17:56:39 +01:00
Bernd Hahnebach
b53c55bc79
FEM: solver writer, use member class as parameter for writer class instaed of all separate fem objs
2020-02-19 07:35:48 +01:00
Bernd Hahnebach
aae21b0235
FEM: solver writer and tasks and ccx tools, use a new member class to collect the analysis member
2020-02-19 07:23:52 +01:00
Bernd Hahnebach
3c85725155
FEM: new member tools, move some analysis member methods from utils
2020-02-19 07:23:50 +01:00
Bernd Hahnebach
34e49fca28
FEM: typos in comments
2020-02-17 12:32:08 +01:00
Bernd Hahnebach
a44f01e778
FEM: delete not needed imports
2020-02-16 23:38:57 +01:00
Bernd Hahnebach
8df61402b9
FEM: solver frame work tasks container, do not collect mesh
2020-02-16 22:01:48 +01:00
Kryptal
43491a6397
FEM : Correct writer.py at line 1623 and replaced ccx_elset by elset_data
...
When running a multiple materials and multiple shells FEM analysis calculix solver crashes.
After inspection, it appears that the crash comes from line 1623 in writer.py file where ccx_elset is used while it should be elset_data
2020-02-12 22:45:30 +01:00
Bernd Hahnebach
89da5366a8
FEM: ccx writer, revert copy accident from bd0fa80
2020-02-10 09:33:02 +01:00
Bernd Hahnebach
b6c1f263d6
FEM: ccx writer, add comment about solver type
2020-02-10 09:30:32 +01:00
Bernd Hahnebach
fbd534a57b
FEM: constraint contact, move retrieving the face ids in writer base class
2020-02-03 23:12:39 +01:00
Bernd Hahnebach
3706b88975
FEM: constraint contact ccx writer, use name to identify constr data in writer file
2020-02-03 23:12:38 +01:00
Bernd Hahnebach
dbf4e9dc4a
FEM: get pressure faces ids, some better comments and very small code improvement
2020-02-03 23:12:38 +01:00
Bernd Hahnebach
799e9dbd86
FEM: ccx writer, small code formating
2020-01-30 09:00:40 +01:00
Bernd Hahnebach
2f0208ba06
FEM: ccx writer, fix typo in contact surface writer
2020-01-29 08:37:42 +01:00
UR-0
67d44305cd
FEM: ccx writer, delete space in input file
2020-01-27 18:13:47 +01:00
looooo
1e972eca79
fem: use time.process_time instead of removed time.clock()
2020-01-16 23:13:30 +01:00
Bernd Hahnebach
181fdd9110
FEM: code formating
2020-01-16 23:00:44 +01:00
UR-0
9c4f6a9205
FEM: extend contact constraint to support shell elements
2020-01-16 23:00:04 +01:00
Bernd Hahnebach
060433ef63
FEM: improve logs
2020-01-06 07:59:31 +01:00
Bernd Hahnebach
3ec5af952d
FEM: replace prints with console prints
2019-09-13 08:26:49 +02:00
Bernd Hahnebach
802ec1d16f
FEM: improve output on solver run
2019-09-12 23:50:35 +02:00
Bernd Hahnebach
bab1dd0379
FEM: typos
2019-09-12 21:05:11 +02:00
Bernd Hahnebach
d7bc0458d7
FEM: solver calculix, use single quotes instead of double ones
2019-09-05 18:25:02 +02:00
Bernd Hahnebach
791701dbfa
FEM: element flow 1D, deactivate not supported fluid types
2019-07-04 18:00:00 +02:00
Bernd Hahnebach
de74fe1027
FEM: ccx writer, typo in var name
2019-07-04 17:59:53 +02:00
Bernd Hahnebach
771f77ebc7
FEM: ccx writer, lgtm, Nested for statement uses loop variable 'femobj' of enclosing for statement
2019-06-29 13:22:38 +02:00
Bernd Hahnebach
a043ad072e
FEM: lgtm, various improvements
2019-06-29 13:22:31 +02:00
Bernd Hahnebach
4c643a0168
FEM: code formating, improve imports, get rid of E402 error
2019-06-16 23:21:38 +02:00
Bernd Hahnebach
30ec7477d1
FEM: concrete results, use the new concrete result reading methods on result reading
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
14debfd780
FEM: calculix writer and unit tests, fix reaction force writing
2019-06-11 10:37:08 +02:00
Bernd Hahnebach
7644738dbd
FEM: calculix writer, add reaction forces for constraint fixed
2019-06-08 22:24:48 +02:00
Bernd Hahnebach
54c4b08e15
FEM: calculix writer, move some comments
2019-06-07 09:51:52 +02:00
Bernd Hahnebach
280cc1b011
FEM: code formating, line length < 100, there still where some left
2019-05-28 05:48:23 +02:00
Bernd Hahnebach
508a65f115
FEM: code formating, max line length < 100, fem solver
2019-05-20 12:33:30 +02:00
Bernd Hahnebach
070277c210
FEM: solver calculix writer and solver writer base, use small character for import identifier
2019-05-20 12:33:30 +02:00
luz.paz
7a1f98fda1
Misc. source comment typo and whitespace fixes
2019-05-06 13:42:30 +02:00
Bernd Hahnebach
61d246ec3a
FEM: solver frame work, move get binary to snake_case
2019-04-01 23:28:35 +02:00
Bernd Hahnebach
13552951f5
FEM: solver writer and tasks, code formating
2019-04-01 23:28:35 +02:00
Bernd Hahnebach
8647272841
FEM: imports, use small character for fem utils imports
2019-03-31 11:18:11 +02:00
Bernd Hahnebach
0d1c841437
FEM: input file writer, use join from os package
2019-03-31 11:18:10 +02:00
Bernd Hahnebach
599b7a1542
FEM: solver frame work, some code formating for better readable code
2019-03-19 14:15:15 -03:00
Bernd Hahnebach
a19d39d227
FEM: analysis member, get rid of duplicate code in getting the analysis mesh
2019-03-04 22:15:44 +01:00
Bernd Hahnebach
be1b665b78
FEM: solver tasks, use FreeCAD instead of App
2019-03-04 22:15:44 +01:00
Bernd Hahnebach
8a6f3172df
FEM: solver framework, use small written modul import names in tasks
2019-03-04 22:15:44 +01:00
Bernd Hahnebach
03f044e841
FEM: analysis, allow result meshes to be analysis member for making an analysis
2019-03-04 22:15:44 +01:00
Bernd Hahnebach
5529c0e5d5
FEM: ccx input writer, cut seconds output by 2 decimals
2019-02-25 17:50:50 +01:00
Bernd Hahnebach
25ebc7479b
FEM: ccx run, do not run ccx if input file writer returned an error
2018-12-21 10:11:48 -02:00
Bernd Hahnebach
a932505e8d
FEM: solver, move observer def into base class and use decode for Py3 bytestrings
2018-12-19 21:50:44 +01:00