Directory CCA/Components/MPMFVM/

Total Files:
7
Deleted Files:
6
Lines of Code:
71

[root]/CCA/Components/MPMFVM

Lines of Code

CCA/Components/MPMFVM/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 59 (100.0%) 1758 (100.0%) 29.7
cgritton 55 (93.2%) 1756 (99.9%) 31.9
jbhooper 4 (6.8%) 2 (0.1%) 0.5

Most Recent Commits

jbhooper 2016-12-14 12:39 Rev.: 56104

Rework the reaction/diffusion component to:

1) More clearly dilineate which code file does what
2) Implement a standardized ScalarDiffusionModel interface (not to be confused with a particle's diffusion interface) that must be provided for any standardized diffusion model

Both of these aid in the implementation of the Bazant diffusion/kinetics model

2 lines of code changed in 4 files:

  • CCA/Components/MPMFVM: ESConductivityModel.cc (new), ESConductivityModel.h (+1 -1)
cgritton 2016-12-14 10:08 Rev.: 56103

Added a diffusion model that takes into account electrostatic potentials

25 lines of code changed in 2 files:

  • CCA/Components/MPMFVM: ESMPM.cc (new)
cgritton 2016-11-02 14:58 Rev.: 55941

Fixed bugs associated with calling restart on the esmpm component.

0 lines of code changed in 1 file:

  • CCA/Components/MPMFVM: ESMPM.cc (-5)
cgritton 2016-11-02 14:18 Rev.: 55939

Adding restart capabilities to esmpm.

20 lines of code changed in 7 files:

  • CCA/Components/MPMFVM: ESConductivityModel.cc (+4 -1), ESConductivityModel.h (+5 -1), ESConductivityModelFactory.cc (new), ESMPM.cc (+8), ESMPM.h (+2)
cgritton 2016-11-02 11:23 Rev.: 55935

Added outputProblemSpec function to JGConcentrationDiffusion model and include output functions for the conductivity equations.

1 lines of code changed in 1 file:

  • CCA/Components/MPMFVM: ESConductivityModel.cc (+1 -1)
cgritton 2016-11-01 11:30 Rev.: 55929

Interpolation of espotential from cell centers to particles

182 lines of code changed in 3 files:

  • CCA/Components/MPMFVM: ESConductivityModel.cc (+1 -1), ESMPM.cc (+159 -7), ESMPM.h (+22 -2)
cgritton 2016-10-25 10:57 Rev.: 55916

Fixed linking error

4 lines of code changed in 11 files:

  • CCA/Components/MPMFVM: BinaryEquation.cc (del), BinaryEquation.h (del), ConductivityEquation.cc (del), ConductivityEquation.h (del), ESConductivityModel.cc (+2), ESConductivityModel.h (+1 -1), ESMPM.cc (-1), FixedEquation.cc (del), FixedEquation.h (del), sub.mk (+1 -4)
cgritton 2016-10-24 15:06 Rev.: 55915

Added capability to have material specific models for computing conductivity values based on concentration

612 lines of code changed in 13 files:

  • CCA/Components/MPMFVM: BinaryEquation.cc (new 51), BinaryEquation.h (new 62), ConductivityEquation.cc (new 44), ConductivityEquation.h (new 56), ESConductivityModel.cc (+173 -3), ESConductivityModel.h (+7), ESConductivityModelFactory.cc (+57), ESConductivityModelFactory.h (new 51), ESMPM.cc (+4 -150), ESMPM.h (-18), FixedEquation.cc (new 45), FixedEquation.h (new 56), sub.mk (+6 -2)
cgritton 2016-10-14 14:57 Rev.: 55884

Added new ESConductivityModel to compute the conductivity values at cell face centers based on concentration values of particles in neighboring cells. ESConductivityModel will act as a base class that can be extended to new conductivity models.

276 lines of code changed in 5 files:

  • CCA/Components/MPMFVM: ESConductivityModel.cc (+182), ESConductivityModel.h (+81), ESMPM.cc (+9 -1), ESMPM.h (+2 -1), sub.mk (+2 -1)
cgritton 2016-10-03 10:19 Rev.: 55825

ESMPM now couples amrmpm to the finite volume electrostatic solver.

179 lines of code changed in 2 files:

  • CCA/Components/MPMFVM: ESMPM.cc (+163 -11), ESMPM.h (+16 -1)
cgritton 2016-09-27 15:50 Rev.: 55809

AutoCycleFluxBC now changes flux direction based on the average concentration and user inputs for max and min set points

49 lines of code changed in 2 files:

  • CCA/Components/MPMFVM: ESMPM.cc (+32 -2), ESMPM.h (+17)
cgritton 2016-09-22 13:47 Rev.: 55782

Moved scalar flux boundary conditions out of AMRMPM and into its own class.

1 lines of code changed in 1 file:

  • CCA/Components/MPMFVM: ESMPM.cc (+1 -1)
cgritton 2016-09-15 11:31 Rev.: 55748

Currently contains the amprmpm functionality

209 lines of code changed in 2 files:

  • CCA/Components/MPMFVM: ESMPM.cc (+190 -7), ESMPM.h (+19 -5)
cgritton 2016-09-12 12:28 Rev.: 55734

Updates to MPMFVM/sub.mk

11 lines of code changed in 2 files:

  • CCA/Components/MPMFVM: ESMPM.cc (+9), sub.mk (+2)
cgritton 2016-09-12 12:02 Rev.: 55733

Base set of files for the electrostatic mpm component

187 lines of code changed in 3 files:

  • CCA/Components/MPMFVM: ESMPM.cc (+63), ESMPM.h (+66), sub.mk (+58)
Generated by StatSVN 0.7.0