Martin Diehl
32bb0d8c6e
new variables for damage
2021-01-20 21:37:43 +01:00
Martin Diehl
219529a402
field variables
2021-01-20 20:40:14 +01:00
Martin Diehl
9a7017484d
wrapper for homogenization of temperature rate
2021-01-17 15:10:43 +01:00
Martin Diehl
833d25420b
using new mapping
...
discrimination of integration point and element makes only sense for the
solver
2021-01-17 14:52:52 +01:00
Martin Diehl
ca5409f0f1
similar structure as for mechanics
2021-01-17 13:20:17 +01:00
Martin Diehl
7c159366d5
simplified
2021-01-17 10:16:56 +01:00
Martin Diehl
79364beadc
partition temperature and use it
...
further work required:
- homogenization_T does not have the correct value
- homogenization of rate needed
2021-01-17 10:10:30 +01:00
Martin Diehl
c8be2b321c
separat handling of thermal constitutive response
2021-01-17 09:38:37 +01:00
Martin Diehl
65bd880fdf
clearerer names
2021-01-08 07:10:38 +01:00
Martin Diehl
27f4e4ce2a
separate state for thermal
2021-01-07 22:23:13 +01:00
Martin Diehl
0dac5f84ef
dummy data layout
2020-12-30 12:00:47 +01:00
Martin Diehl
9ce932a082
distributing tasks
2020-12-30 09:24:47 +01:00
Martin Diehl
a5cdc8433f
better readable
2020-12-29 13:01:33 +01:00
Martin Diehl
5f569b1412
explicit arguments instead of global variables
2020-12-29 00:39:23 +01:00
Martin Diehl
d59cb81ca8
too early (depends on IP)
2020-12-28 10:56:55 +01:00
Martin Diehl
7d76752281
intended hierarchy
2020-12-28 10:01:04 +01:00
Martin Diehl
190df4830c
simplified
2020-12-28 09:36:02 +01:00
Martin Diehl
e6f27e91b1
consistent names
2020-12-28 09:18:20 +01:00
Martin Diehl
830e2a3a99
shortened
2020-12-28 09:13:56 +01:00
Martin Diehl
f861120f91
separation of responsibility
2020-12-27 21:45:31 +01:00
Martin Diehl
4a839053eb
not used
...
was only used for reporting (see v.2.0.0)
2020-12-27 21:26:35 +01:00
Martin Diehl
a13a6624fe
clearer logic
2020-12-27 21:20:54 +01:00
Martin Diehl
609d69a3e7
polishing
2020-12-27 13:36:02 +01:00
Martin Diehl
e8ea815d92
simplified
2020-12-27 11:48:02 +01:00
Martin Diehl
cee04c9b5f
not needed
2020-12-27 10:22:03 +01:00
Martin Diehl
ddb59b6ad0
simplified
2020-12-27 10:19:39 +01:00
Martin Diehl
edef98fd06
proper indentation
2020-12-24 12:44:26 +01:00
Martin Diehl
895cad6506
only needed per point
2020-12-23 17:23:29 +01:00
Martin Diehl
18458d34e9
no global variables
2020-12-23 14:57:53 +01:00
Martin Diehl
12b1c7e641
one loop is enough
2020-12-23 14:37:12 +01:00
Martin Diehl
be4616368b
new names
2020-12-23 14:24:44 +01:00
Martin Diehl
8ac880c0ad
don't clutter with statements that are never used
2020-12-23 14:10:26 +01:00
Martin Diehl
b12f882ad4
avoid global variables
2020-12-23 12:25:56 +01:00
Martin Diehl
026ac07c9e
better use one loop
2020-12-23 11:37:00 +01:00
Martin Diehl
73523c8f62
not a global variable
2020-12-23 11:24:02 +01:00
Martin Diehl
44d8210f2d
not needed anymore
2020-12-23 11:07:57 +01:00
Martin Diehl
a9b674b9e9
no need for separate loop
2020-12-23 10:11:21 +01:00
Martin Diehl
82eb532193
separating functionality
2020-12-23 06:58:54 +01:00
Martin Diehl
fa3d7b8dc7
new name
2020-12-22 10:23:46 +01:00
Martin Diehl
da558b31c1
clear responsibilities
2020-12-22 08:45:01 +01:00
Martin Diehl
2434712d7e
better matching name
2020-12-21 23:33:32 +01:00
Martin Diehl
93b9677ec8
not needed anymore
2020-12-20 11:24:29 +01:00
Martin Diehl
9425184b52
using new functions
2020-12-20 09:31:02 +01:00
Martin Diehl
8dbc3d2d47
no special (untested) cases any more
2020-12-19 17:25:57 +01:00
Martin Diehl
3884549e19
store field variables as 1D array
...
first step of simplifying layout:
1) Solver translates from ip,el tuple (FEM) or cells(1),cells(2),cells(3) triple to list.
2) DAMASK iterates over all points
3) homogenization knows mapping (point,constituent) -> (instance,member)
2020-12-16 21:56:02 +01:00
Martin Diehl
5d9c931008
code follows structure
2020-12-16 11:27:42 +01:00
Martin Diehl
870c0f7aca
removed aliases
...
required bump of DADF5 version
2020-11-18 14:53:11 +01:00
Martin Diehl
10b8a04d89
no need for fixed-length string
2020-11-06 00:59:12 +01:00
Martin Diehl
839be90943
consistent naming
...
Nxxxs => the number of xxx
2020-10-27 21:27:26 +01:00
Martin Diehl
9119254210
materialpoint => homogenization
...
especially as prefix for global data (clear name spaces)
2020-10-24 17:26:42 +02:00