[root]/CCA/Components/MPM/ParticleCreator
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 47 (100.0%) | 185 (100.0%) | 3.9 |
cgritton | 4 (8.5%) | 114 (61.6%) | 28.5 |
jbhooper | 3 (6.4%) | 28 (15.1%) | 9.3 |
guilkey | 4 (8.5%) | 24 (13.0%) | 6.0 |
jas | 19 (40.4%) | 11 (5.9%) | 0.5 |
harman | 2 (4.3%) | 6 (3.2%) | 3.0 |
allen | 15 (31.9%) | 2 (1.1%) | 0.1 |
Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core
0 lines of code changed in 11 files:
Moved MPM Solvers and other class into their own sub dirs
2 lines of code changed in 4 files:
Particles can now be part of up to three load curves. This is particularly
useful for pressure BCs where pressure might be applied to more than one
face, now corner particles get contributions from both, with the resultant force
as the sum of the two forces from each face's load curve. This will break the
NairnFriction test in the RT.
17 lines of code changed in 3 files:
Cosmetics...
7 lines of code changed in 1 file:
-- Further encapsulate Solid State Diffusion variables into diffusion specific code blocks.
-- Clean up and extend diffusion models to account for thermodynamic driving forces.
-- Standardize diffusion material interfaces with other MPM material interface approach
-- Standardize diffusion model input/output
14 lines of code changed in 1 file:
-- Clean up diffusion labels in MPM code.
-- Enable MAC OS RT on Darwin for actual testing and comparisons.
13 lines of code changed in 1 file:
-- Rename the ReactionDiffusion directory to be simply "Diffusion" in the MPM code, in anticipation of updating the diffusion models to work with Serial MPM as well as backporting some portion of the Structural Energetics branch in order to enable basic reaction functionality in solid solutions.
1 lines of code changed in 1 file:
Added variables to compute gradients for both positively and negatively charged concentrations.
14 lines of code changed in 2 files:
Update copyright.
11 lines of code changed in 19 files:
Coupled finite volume solver for Gauss's equation with exisiting mpm code.
100 lines of code changed in 2 files:
The erosion code has been consolidated and moved to a new ErosionModel. It is independent of the CM and
each MPM material can apply a different erosion algorithm. Previously, one algorithm for all matls.
The default model is none.
MPM tests pass, some MPMICE tests fail due to the number of checkpoints changing.
3 lines of code changed in 1 file:
Pulled the damage code from the constitutive models and put it in a separate class. This improves
the reusability when added to other CMs. Purged some dead wood.
Note the strain energy is not decremented when a particle is damaged. This should be fixed.
Nightly MPM and MPMICE regression tests pass except for several in which the number of checkpoints variables
differs.
3 lines of code changed in 1 file: