DAMASK_EICMD/code
Denny Tjahjanto 3ab5cdc770 Additional feature to the RGC scheme: The volumetric consistency constraint. This is implemented by penalizing any volumetric discrepancy which occurs due to severe relaxation. The penalty for volume inconsistency is described using a power-law model. The setting for this function can be done in the numerics.config via three new parameters, i.e., maxvoldiscrepancy_RGC, voldiscrepancymod_RGC and discrepancypower_RGC. For monintoring, an extra output variable in prescribed in the material.config in the RGC section, namely "(output) volumediscrepancy".
IO.f90 and numerics.f90 has been modified accordingly to accommodate these changes
2009-12-16 16:20:53 +00:00
..
CPFEM.f90 Introduce a randomness in the odd stress, using pre-factor rnd. 2009-12-09 10:33:00 +00:00
FEsolving.f90 # new interface for Abaqus 2009-10-12 16:01:49 +00:00
IO.f90 Additional feature to the RGC scheme: The volumetric consistency constraint. This is implemented by penalizing any volumetric discrepancy which occurs due to severe relaxation. The penalty for volume inconsistency is described using a power-law model. The setting for this function can be done in the numerics.config via three new parameters, i.e., maxvoldiscrepancy_RGC, voldiscrepancymod_RGC and discrepancypower_RGC. For monintoring, an extra output variable in prescribed in the material.config in the RGC section, namely "(output) volumediscrepancy". 2009-12-16 16:20:53 +00:00
concom2007r1 restructured the repository: renamed trunk into code, moved documentation one directory up, therefore you can now checkout either code or documentation only if you like 2009-06-25 07:17:59 +00:00
concom2008r1 restructured the repository: renamed trunk into code, moved documentation one directory up, therefore you can now checkout either code or documentation only if you like 2009-06-25 07:17:59 +00:00
constitutive.f90 constitutive_nonlocal: 2009-12-15 08:20:31 +00:00
constitutive_dislotwin.f90 in constitutive_dislotwin.f90: 2009-11-06 17:46:12 +00:00
constitutive_j2.f90 fixed a potential memory leak for hexagonal structures. added some status output to constitutive_xx 2009-10-15 20:02:52 +00:00
constitutive_nonlocal.f90 constitutive_nonlocal: 2009-12-15 08:20:31 +00:00
constitutive_phenopowerlaw.f90 volume fraction where new twins may form is now limited to (1-F) instead of 1... 2009-10-22 08:58:14 +00:00
creeps2007r1 restructured the repository: renamed trunk into code, moved documentation one directory up, therefore you can now checkout either code or documentation only if you like 2009-06-25 07:17:59 +00:00
creeps2008r1 restructured the repository: renamed trunk into code, moved documentation one directory up, therefore you can now checkout either code or documentation only if you like 2009-06-25 07:17:59 +00:00
crystallite.f90 added stiffness state loop counter to nonlocal stiffness calculation 2009-12-15 09:03:04 +00:00
debug.f90 constitutive_nonlocal: 2009-12-15 08:20:31 +00:00
homogenization.f90 Introduction of a numerical viscosity into the RGC scheme to improve the convergent behavior and the numerical stability of the scheme (see: homogenization_RGC.f90). These changes have been incorporated in all related subroutines (homogenization.f90, IO.f90, numerics.config and numerics.f90). 2009-11-17 13:42:38 +00:00
homogenization_RGC.f90 Additional feature to the RGC scheme: The volumetric consistency constraint. This is implemented by penalizing any volumetric discrepancy which occurs due to severe relaxation. The penalty for volume inconsistency is described using a power-law model. The setting for this function can be done in the numerics.config via three new parameters, i.e., maxvoldiscrepancy_RGC, voldiscrepancymod_RGC and discrepancypower_RGC. For monintoring, an extra output variable in prescribed in the material.config in the RGC section, namely "(output) volumediscrepancy". 2009-12-16 16:20:53 +00:00
homogenization_isostrain.f90 added version information to all files 2009-08-31 15:09:15 +00:00
lattice.f90 corrected uncritical mix-up of Ntwin and Nslip in reshaping fcc interaction (slip--twin) 2009-10-21 13:41:09 +00:00
makeMe.py can now be executed from different directories...but will operate on "its" one 2009-10-12 14:18:54 +00:00
material.config Additional feature to the RGC scheme: The volumetric consistency constraint. This is implemented by penalizing any volumetric discrepancy which occurs due to severe relaxation. The penalty for volume inconsistency is described using a power-law model. The setting for this function can be done in the numerics.config via three new parameters, i.e., maxvoldiscrepancy_RGC, voldiscrepancymod_RGC and discrepancypower_RGC. For monintoring, an extra output variable in prescribed in the material.config in the RGC section, namely "(output) volumediscrepancy". 2009-12-16 16:20:53 +00:00
material.f90 modifying the criteria for the sum of microstructure fraction. 2009-12-02 13:08:14 +00:00
math.f90 - corrected math_misorientation subroutine 2009-12-15 07:34:53 +00:00
mesh.f90 less debug clutter... 2009-10-14 13:23:52 +00:00
mpie_cpfem_abaqus.f removed Koen's loading subroutine from abaqus interface 2009-10-13 06:55:15 +00:00
mpie_cpfem_marc.f90 small rearrangement of cutback dealings. may give minute speed improvement... 2009-10-19 12:46:02 +00:00
numerics.config Additional feature to the RGC scheme: The volumetric consistency constraint. This is implemented by penalizing any volumetric discrepancy which occurs due to severe relaxation. The penalty for volume inconsistency is described using a power-law model. The setting for this function can be done in the numerics.config via three new parameters, i.e., maxvoldiscrepancy_RGC, voldiscrepancymod_RGC and discrepancypower_RGC. For monintoring, an extra output variable in prescribed in the material.config in the RGC section, namely "(output) volumediscrepancy". 2009-12-16 16:20:53 +00:00
numerics.f90 Additional feature to the RGC scheme: The volumetric consistency constraint. This is implemented by penalizing any volumetric discrepancy which occurs due to severe relaxation. The penalty for volume inconsistency is described using a power-law model. The setting for this function can be done in the numerics.config via three new parameters, i.e., maxvoldiscrepancy_RGC, voldiscrepancymod_RGC and discrepancypower_RGC. For monintoring, an extra output variable in prescribed in the material.config in the RGC section, namely "(output) volumediscrepancy". 2009-12-16 16:20:53 +00:00
prec.f90 added version information to all files 2009-08-31 15:09:15 +00:00
todo.txt added version information to all files 2009-08-31 15:09:15 +00:00