Pratheek Shanthraj
|
3c2a95efd8
|
if matrix inversion error encountered during analytic tangent calculation, give a warning and return elastic tangent
|
2015-01-30 14:00:32 +00:00 |
Pratheek Shanthraj
|
f1f4f939a3
|
analytic jacobian default for all solvers
|
2015-01-29 13:59:49 +00:00 |
Pratheek Shanthraj
|
dd8458a775
|
updated analytic jacobian calculation to correctly take into account intermediate configuration Fi. improved convergence of Li loop in stress integration
|
2015-01-29 13:58:25 +00:00 |
Pratheek Shanthraj
|
0b59519a2a
|
updated damage models:
- coupling to plasticity handled within damage module instead of plasticity module
- anisotropic models more stable
|
2015-01-29 13:56:09 +00:00 |
Martin Diehl
|
12c586afb9
|
removed unused variables
|
2015-01-23 13:44:16 +00:00 |
Martin Diehl
|
1f666dffc9
|
fixed bug: output size was not set
|
2015-01-23 13:08:25 +00:00 |
Martin Diehl
|
e9c3137a3e
|
disabled a faulty ntrans loop (matmul was complaining)
|
2015-01-23 11:23:35 +00:00 |
Martin Diehl
|
43095b1f1b
|
added threshold_stress_slip as output (got lost once upon a time)
|
2015-01-22 09:34:11 +00:00 |
Martin Diehl
|
1c2dd37e28
|
deleted unused variables in dislo UCLA
|
2015-01-21 15:14:00 +00:00 |
David Mercier
|
e57cb2b4f4
|
Wrong number of slip families in BCC material config files
|
2015-01-20 17:22:52 +00:00 |
Luv Sharma
|
19dc945065
|
Inroduced Fd in kinematic decomposition.
|
2015-01-19 13:39:47 +00:00 |
Pratheek Shanthraj
|
54dc4943de
|
adaptive penalty to bound Cv in (0,1)
|
2015-01-16 18:31:14 +00:00 |
Pratheek Shanthraj
|
f16244d240
|
corrected state integration
|
2015-01-16 17:51:43 +00:00 |
Pratheek Shanthraj
|
eecb78665c
|
removing some unused code and cleaning up
|
2015-01-16 17:32:47 +00:00 |
Pratheek Shanthraj
|
6411d36633
|
updated vacancy-damage model
|
2015-01-16 17:04:01 +00:00 |
Martin Diehl
|
93e50366bb
|
fixed automatic determination of compiler
|
2015-01-16 11:19:30 +00:00 |
Luv Sharma
|
701f35c326
|
reverting the changes related to undamaged_Fi during rev. 3850/3851.
|
2015-01-16 00:09:22 +00:00 |
David Cereceda Senas
|
85465333ec
|
|
2015-01-15 22:42:56 +00:00 |
David Cereceda Senas
|
b1ef2f9dd9
|
|
2015-01-15 22:40:17 +00:00 |
Martin Diehl
|
62ff5d1d45
|
gfortran/ifort is now selected depending on the compiler provided by PETSc
|
2015-01-15 11:35:53 +00:00 |
Martin Diehl
|
ced00954fe
|
added new model by david (LLNL/UCLA)
|
2015-01-15 10:56:15 +00:00 |
Luv Sharma
|
125276283b
|
fix in analytically integrated expression.
|
2015-01-15 09:22:24 +00:00 |
Luv Sharma
|
19611660c2
|
passing undamaged Fe for calculation of stress.(Pratheek please check.)
|
2015-01-13 09:54:44 +00:00 |
Luv Sharma
|
9c8873f16c
|
added functions to get degraded stiffness and undamaged intermediate deformation gradient.
|
2015-01-13 09:46:25 +00:00 |
Luv Sharma
|
80bb9a2e66
|
function to calculate mises stress.
|
2015-01-13 09:43:05 +00:00 |
Haiming Zhang
|
c2b8627981
|
Currently, there is no updating for the dot state of vacancy generation, set sizeDotState = 0
|
2015-01-11 20:01:43 +00:00 |
Haiming Zhang
|
a2552d6241
|
Polishing.
|
2015-01-11 19:10:16 +00:00 |
Martin Diehl
|
e20271b89a
|
fix for temperature in spectral solver
|
2015-01-08 13:26:00 +00:00 |
Luv Sharma
|
9635ae9f3d
|
fix in integration.
|
2015-01-07 14:51:06 +00:00 |
Luv Sharma
|
8610531aae
|
removed unused variable.
|
2015-01-04 20:13:16 +00:00 |
Luv Sharma
|
460c0d73fa
|
Making use of extended plastic state with pointers, removed helper functions.
|
2015-01-04 19:26:33 +00:00 |
Luv Sharma
|
e6d1b21b57
|
introduced extended plastic state type (including pointer/aliases)
|
2014-12-19 14:01:03 +00:00 |
Martin Diehl
|
e4cb387571
|
polishing comments
|
2014-12-18 18:44:47 +00:00 |
Martin Diehl
|
72cb9072e1
|
added some debug statements
|
2014-12-18 18:41:02 +00:00 |
Martin Diehl
|
7fe20fe805
|
intent(out) specifier for getXX functions
|
2014-12-18 18:26:16 +00:00 |
Martin Diehl
|
fdbaf00fa7
|
cleaned up naming and added elastic material with volume preserving stiffness
|
2014-12-18 18:20:11 +00:00 |
Martin Diehl
|
299518adfa
|
cleaned tungsten parameter set, renamed to be consistent
|
2014-12-18 16:55:43 +00:00 |
Pratheek Shanthraj
|
3f14ebe43d
|
helper routine to get heat generation rate needed for MARC/Abaqus
|
2014-12-17 13:37:13 +00:00 |
Franz Roters
|
e6e72ab3a7
|
In mesh_marc_build_elements use mesh_NcpElems instead of mesh_Nelems (line 2906).
Fixes error when not all elements are CP elements.
Some formating and comment improvements.
|
2014-12-15 11:51:32 +00:00 |
Martin Diehl
|
7c8f2ede31
|
fixed missing initialization causing a NaN in gdot and crashes
|
2014-12-11 15:04:16 +00:00 |
Haiming Zhang
|
5bc93efd63
|
Fix bug about vacancy generation in subroutine constitutive_microstructure
|
2014-12-11 13:07:15 +00:00 |
Pratheek Shanthraj
|
bdb6bf8090
|
recasting vacancy dot state as microstructure state
|
2014-12-10 13:40:30 +00:00 |
Pratheek Shanthraj
|
39a3a5b5a0
|
cleaned up FEM examples
|
2014-12-09 18:59:37 +00:00 |
Haiming Zhang
|
3064c14ff6
|
fig a bug of energy barrier of vacancy generation.
|
2014-12-09 18:56:19 +00:00 |
Pratheek Shanthraj
|
3f8678c7c4
|
plastic dot states evaluated at effective stress not damaged stress
|
2014-12-09 18:23:48 +00:00 |
Martin Diehl
|
55e2de6ffd
|
made dotstate and state pointers (targets are not allowed in derived types) and introduced plastic state having aliases to parts of the state.
|
2014-12-09 12:12:53 +00:00 |
David Mercier
|
d1e1191df4
|
corrected bug: renamed file list for commercial FEM solvers to start with small letter
|
2014-12-08 16:36:22 +00:00 |
Pratheek Shanthraj
|
2458aa9c3e
|
BBar stabilisation now optional (default is off)
|
2014-12-08 16:27:23 +00:00 |
Philip Eisenlohr
|
c34252c71c
|
changed constitutive_* prefix for plasticity laws to plastic_* to be consistent with novel thermal_, damage_, vacancy_, etc. laws.
|
2014-12-08 15:55:30 +00:00 |
Haiming Zhang
|
0bd4ab48f8
|
numerics with respect to vacancy diffusion.
|
2014-12-08 15:37:44 +00:00 |