Martin Diehl
|
76fe37e496
|
commented and respected compiler warning
|
2015-12-08 18:10:06 +00:00 |
Su Leen Wong
|
4a8477c2c3
|
Characteristic transformation shear
|
2015-11-17 14:50:59 +00:00 |
Philip Eisenlohr
|
c5b28a22d4
|
small polishing
|
2015-11-10 21:18:13 +00:00 |
Su Leen Wong
|
9c91ba4608
|
Trans interaction matrices
|
2015-11-09 15:57:20 +00:00 |
Su Leen Wong
|
2ae4d24fb3
|
Use rotated trans elasticity matrices
|
2015-10-27 12:32:03 +00:00 |
Aritra Chakraborty
|
b528088653
|
added all 13 slip families for bct(beta)-Sn
increased the allowable columns for lattice.f90 to allow for the large interaction matrix.
|
2015-09-22 18:42:23 +00:00 |
Martin Diehl
|
6848d83d13
|
behavior of IO_stringPos was unsafe in some situations, also took the chance to rename the variables used in its context to a more meaningful name.
functions in the core module are not used, including kdTree
|
2015-08-28 07:38:48 +00:00 |
Pratheek Shanthraj
|
87d42bf447
|
initialise Fi correctly for initial field values away from equilibrium
|
2015-07-24 14:47:18 +00:00 |
Su Leen Wong
|
df5cdb6b01
|
Elasticity matrices for transformed phase
|
2015-07-08 11:58:52 +00:00 |
Su Leen Wong
|
66564c1f75
|
Read in elastic constants for transformed phase
|
2015-07-07 13:23:56 +00:00 |
Martin Diehl
|
72b7df34a3
|
save some space
|
2015-07-02 09:45:25 +00:00 |
Aritra Chakraborty
|
74af77a81f
|
formatted the interaction matrix for beta-Sn
|
2015-07-02 05:45:56 +00:00 |
Martin Diehl
|
6272129f01
|
formatted code and modified Makefile to have long lines in lattice
|
2015-07-02 05:09:07 +00:00 |
Aritra Chakraborty
|
e61050dcde
|
added lattice for (bct) beta- Sn.
|
2015-06-27 14:55:30 +00:00 |
Su Leen Wong
|
12bc4f01ef
|
fcc to hex orientation relationship (Shoji-Nishiyama)
|
2015-06-22 13:47:15 +00:00 |
Su Leen Wong
|
ad17c40d92
|
Renamed variables to denote fcc to bcc transformation
|
2015-06-22 08:33:48 +00:00 |
Su Leen Wong
|
5114e0b43e
|
Cleaning up
|
2015-06-22 08:10:20 +00:00 |
Franz Roters
|
0e48fb8fc7
|
removed double entry in use list
|
2015-06-16 07:57:42 +00:00 |
Su Leen Wong
|
081bc33159
|
Read in c/a ratio for transformed hcp phase
|
2015-06-12 08:59:39 +00:00 |
Su Leen Wong
|
a370372c1b
|
transformed lattice structure should not be mandatory
|
2015-06-11 17:03:34 +00:00 |
Pratheek Shanthraj
|
e8ee5d6723
|
moved some phase field parameters to lattice
|
2015-06-11 09:01:37 +00:00 |
Su Leen Wong
|
b3241411f5
|
Added keyword to specify transformed lattice structure
|
2015-06-11 08:23:27 +00:00 |
Su Leen Wong
|
c2781b5423
|
Removed unnecessary variables
|
2015-06-10 12:12:03 +00:00 |
Su Leen Wong
|
b410a08995
|
Renamed some variables for consistency
|
2015-06-08 14:26:50 +00:00 |
Su Leen Wong
|
0d36a2d3e2
|
Removed unused variables and renamed some variables for TRIP model
|
2015-06-08 09:36:52 +00:00 |
Pratheek Shanthraj
|
8f4663985a
|
major restructuring of multi field handling in DAMASK and added some example config files for multi field simulations. please report bugs
|
2015-05-28 17:02:23 +00:00 |
Pratheek Shanthraj
|
effec313ee
|
fixed bug in cleavage system set up for ortho lattice structures
|
2015-04-21 12:19:41 +00:00 |
Philip Eisenlohr
|
22f9a90bcb
|
added informative ext_msg to error 135
|
2015-04-18 15:22:15 +00:00 |
Martin Diehl
|
7e0b79a33c
|
also using isNaN function
|
2015-04-14 11:43:31 +00:00 |
Martin Diehl
|
0ba8f27320
|
took some gfortran complaints serious (unused imports, implicit castings)
|
2015-04-11 11:47:33 +00:00 |
Martin Diehl
|
470fc2dce3
|
comparison for zero should be abs:
a == 0.0_pReal becomes abs(a) <= tiny(a)
a /= 0.0_pReal becomes abs(a) > tiny(a)
remove unused variables
|
2015-04-11 08:25:23 +00:00 |
Pratheek Shanthraj
|
eecb78665c
|
removing some unused code and cleaning up
|
2015-01-16 17:32:47 +00:00 |
Philip Eisenlohr
|
9d12e026e8
|
renumbered some errors, fixed non-existing errors
|
2014-12-03 00:42:35 +00:00 |
Luv Sharma
|
646f1c48dc
|
typo, IO_warning and not IO_error
|
2014-11-26 10:16:30 +00:00 |
Luv Sharma
|
e36880e3dc
|
fixed typo 'orthorhombic'
|
2014-11-03 15:41:05 +00:00 |
Pratheek Shanthraj
|
26a609dbee
|
nicer permutation of cleavage planes
|
2014-10-31 18:37:37 +00:00 |
Pratheek Shanthraj
|
a6f88c0e37
|
introduced crystallographic cleavage systems for each lattice type
FCC: (100) and (111) planes
BCC: (100) and (110) planes
HCP: (0001) planes
iso/orthotropic: (100) planes
|
2014-10-28 18:05:51 +00:00 |
Pratheek Shanthraj
|
dd16851ab7
|
implemented possibly diffusive vacancy physics. to be coupled with micro void nucleation and ductile damage
|
2014-10-10 20:55:09 +00:00 |
Pratheek Shanthraj
|
96f036e34e
|
updated MPI reporting in line with recent changes
|
2014-10-10 16:21:10 +00:00 |
Pratheek Shanthraj
|
c8929b47d3
|
only output from the root processor for parallel runs
|
2014-10-09 20:23:06 +00:00 |
Martin Diehl
|
020e697b74
|
small polishing
|
2014-10-01 20:36:00 +00:00 |
Pratheek Shanthraj
|
ce3be666e8
|
redoing previous changes that were lost in commit 3502
please please please make sure you merge your changes to an updated version of the code before committing them
|
2014-09-26 18:49:40 +00:00 |
Su Leen Wong
|
c2ee6ff299
|
Renaming transformation input variables to more logical names
|
2014-09-23 15:38:41 +00:00 |
Pratheek Shanthraj
|
556d485ca4
|
typo: diffusion not difusion
|
2014-09-23 12:30:52 +00:00 |
Pratheek Shanthraj
|
5ce49387f6
|
added history variable for brittle damage to prevent healing. renamed/removed some lattice damage tensors and symmetrize them.
|
2014-09-23 12:22:34 +00:00 |
Pratheek Shanthraj
|
6ace12be0c
|
removed unused variables
|
2014-09-22 20:34:42 +00:00 |
Luv Sharma
|
e83a0fb3f7
|
polished field state related changes and brittle damage
|
2014-09-22 18:15:19 +00:00 |
Martin Diehl
|
7cb7815176
|
polishing style
|
2014-09-13 10:04:44 +00:00 |
Su Leen Wong
|
f8646daf85
|
Added projection matrix for strain-induced transformation
|
2014-09-12 09:10:19 +00:00 |
Martin Diehl
|
5b6f143fb0
|
intel fortran behaves strange for standard check:
https://software.intel.com/en-us/forums/topic/506419
worked around that
|
2014-09-11 16:02:05 +00:00 |