[root]/CCA/Components/MPMICE
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 39 (100.0%) | 217 (100.0%) | 5.5 |
harman | 15 (38.5%) | 181 (83.4%) | 12.0 |
jpeterson | 3 (7.7%) | 18 (8.3%) | 6.0 |
jas | 17 (43.6%) | 14 (6.5%) | 0.8 |
jeff788 | 1 (2.6%) | 4 (1.8%) | 4.0 |
luitjens | 1 (2.6%) | 0 (0.0%) | 0.0 |
dav | 2 (5.1%) | 0 (0.0%) | 0.0 |
Global:
getCoarseLevelRange()
- now passing in bool returnExclusiveRange.
if set to true then add the offset to ch.
AMRMPM.cc
interpolateParticlesToGrid_CFI()
Working on getting proper number of coarse level particles in the
padding cells that surround the fine patch.
3 lines of code changed in 2 files:
Global:
removed the testing version of getFineLevelRangeNodes(), using the original
version that has been cleaned up.
getCoarseLevelRange()
-now passing in the IntVector boundaryLayer and number of ghost cells.
Previously, boundaryLayer was hardcoded to (0,0,0)
AMRMPM
interpolateToParticlesAnUpdate_CFI()
- now interpolating gvelocityStar_fine & gAcceleration_fine to the CFI
particles on the coarse level.
interpolateParticlestoGrid()
- removed debugging code.
interpolateParticlestoGrid_CFI()
- using cell based getCoarseLevelRange instead of nodal based getCoarseLevelRangeNodes()
interpolateToParticlesAndUpdate()
- removed hardwired vel & acc
8 lines of code changed in 1 file:
added the previous version of getFineLevelRangeNodes_old() so the RT will pass.
7 lines of code changed in 1 file:
getFineLevelRangeNodes()
using the function computeVariableExtents to determine the fine patch low/high
indices. This allows for boundary layer cells. Eliminated the improper
use of ghost cells.
5 lines of code changed in 1 file:
removed \t from all printTask and printSchedule. Formatting is handled
by the functions.
37 lines of code changed in 1 file:
turned off two SCI_DEBUG streams
2 lines of code changed in 1 file:
Added temperature dependent JWL to ViscoScram. This required an extra parameter be passed to computeRhoMicro called rho_guess, which has been added to all of the Constitutive Models. In all but this case it is ignored.
8 lines of code changed in 1 file:
Finished infrastructure changes for temperatures in EOS
5 lines of code changed in 1 file:
Constitutive Models
Added cell temperature parameter to computePressEOSCM.
This will allow temperature dependent equations of state.
A StandAlone/inputs/MPM/insert.dat
A StandAlone/inputs/MPM/extrude.xml
A StandAlone/inputs/MPM/extrude.ups
Added example problem of particle insertion.
M CCA/Components/Models/HEChem/DDT1.cc
M CCA/Components/Models/HEChem/DDT1.h
Added line to prevent cracked burning in the cell ahead of front.
5 lines of code changed in 1 file:
Update copyright date.
1 lines of code changed in 2 files:
Updated environmental flags
ICE.h:
- Added 2 structs that store debugging info about the iteration process
in computeEquilibration Pressure.
ICE.cc MPMICE.cc
ComputeEquilibrationPressure()
- if the environmental variable:
SCI_DEBUG DBG_EqPress:+
is set, output iteration information when an exception is thrown.
55 lines of code changed in 1 file:
global: turn back on setting BCs in the corners and edges cells. The equilibration
pressure task requires valid values in those cells
MPMICE: Turn on setting LODI BCs in computeEquilibration Pressure. Previously,
it was turned off.
LODI2:
is_LODI_face()
- using the correct matl index (0) for pressure in haveBC().
1 lines of code changed in 1 file:
Alphabetize lib list, which led to removing several duplicates. Added dependent OnTheFlyAnalysis lib (caught through Mac build).
0 lines of code changed in 2 files:
ProblemSetup()
removed commented out code
actuallyInitialize()
- output the material indices and the names of the materials. For example:
Materials Indicies: MPM [Matls: {{0,1}}] ICE[Matls: {{2}}]
Material Names: 0) Steel Ring 1) Reactant 2) Product
20 lines of code changed in 1 file:
If using the MPMICE component the dataAnalysis module is created, called and destroyed
from withing mpmice. This prevents the module from being created twice. ICE/MPM will now complete the
problemSetup task before d_analysis->problemSetup is run.
43 lines of code changed in 3 files:
ScheduleComputeEquilibrationPressure()
- removed modifies for mpm_matl:rho_CC.
This task doesn't modify it.
0 lines of code changed in 1 file:
computeEquilibrationPressure()
- removed requires and get for mpm:cMassLabel. It's not used in task
0 lines of code changed in 1 file:
added the cpdi interpolator
4 lines of code changed in 1 file:
Update copyright dates.
1 lines of code changed in 1 file:
Update copyright dates
4 lines of code changed in 6 files:
(3 more)