ProblemSetup:
- require the inputs "viewAngle", "orientation", "nRays", "locationsMin", and "locationsMax"
- print to stdout the the number of cells.
- Added bulletproofing. If the user has not specified at least one cell in each direction throw
an exception.
23 lines of code changed in 1 file:
Adding a Depth Of Penetration option to puda by popular demand. Users specify
the material of interest, and a direction, indicated by -/+1, -/+2, -/+3, for
x-, x+, y-, y+, z- and z+, respectively.
154 lines of code changed in 8 files:
Updated call to RMCRT::registerVariables.
Ray.h: removed duplicate enum.
6 lines of code changed in 3 files:
Formatted the output from RMCRT so it's not a jumbled mess at the start of the run.
Removed superfulous VR in xml tags
VRViewAngle -> viewAngle
VROrientation -> orientation
VRLocationsMin -> locationsMin
VRLocationsMax -> locationsMax
Deleted deprecated code from OnTheFly radiometer.
** This commit shouldn't change the answers.
68 lines of code changed in 7 files:
Arches/RMCRT
- Added restart hack task so the radiation temperature can be used in a computation.
Radiometer is now computing the intensity.
91 lines of code changed in 7 files:
Make it more yelly.
3 lines of code changed in 1 file:
Add an end-of-line.
2 lines of code changed in 1 file:
Adding debug print statement for task packing.
6 lines of code changed in 1 file:
Using packing information from the global controller.
33 lines of code changed in 1 file:
Throw an exception if someone specifies two subsequent entries at the same time.
0 lines of code changed in 2 files:
BoundaryCondition::sched_create_radiation_temperature()
- check all patches that a rank owns for the existence of a radiation_temp in the new_dw. This is hackish
RMCRT_Radiation::sched_restartInitialize()
- fixed memory leak
17 lines of code changed in 2 files:
Cleanup & simplification
Radiometer::problemSetup()
- removed extraInputs related code.
38 lines of code changed in 5 files:
sched_create_radiation_temperature()
- Don't schedule this task if its a restart and radiation_temperature is in the new_dw.
18 lines of code changed in 1 file:
Update ElasticPlasticHP constitutive model and JohnsonCookDamage model to accurately track particle localization.
0 lines of code changed in 6 files:
RMCRT.cc
sched_restartInitialize(): combined conditional statements. No longer computing _tempLabel, that's been
moved to create_radiation_tempHack task.
BoundaryCondition*
added create_radiation_temperatureHack()
simplified sched_create_radiation_temperatur()
ExplicitSolver.cc
Passing restart flag into sched_create_radiation_temperature()
Added call to sched_create_radiation_temperature() so the radiation_temperature
is computed on a restart.
65 lines of code changed in 4 files:
Deleted setCellScal() and getCellScale() which were used by SCIRun.
0 lines of code changed in 4 files:
Updates to the mass_flow_rate monitor. Adding documentation and removing
the print statement since it was only printing for proc0, which lead to
misleading results when the inlets do not reside on a patch associated
with proc0. Also renamed the variables to be more explicit as to what
the particle flow rate actually represents (organics, not mass of entire
particle.)
44 lines of code changed in 1 file:
Added methan_VR.ups to the Arches nightly regression testing suite.
Radiometer.cc:getPatches()
- added bulletproofing. The user must specify the VR low and high points so there is at least
one cell in each direction.
Polished and pulled weeds.
28 lines of code changed in 4 files:
Removed radiometer module from OnTheFlyAnalysis. It's been bolted directly to Arches.
0 lines of code changed in 4 files:
Bolt RMCRT:Virtual Radiometer directly to Arches.
Arches/SourceTerms/RMCRT*
- Added radiometerOnly section to computeSources() task.
- minor polishing
RMCRT/*.cc *.h
- Renamed initializeRadVars -> initialize_VRFlux() task and pulled out the carry forward code.
- Added initialize_sigmaT4() task
Updated ups spec.
213 lines of code changed in 8 files:
problemSetup()
- simplified bullet proofing which checks for a consistent abskt label for each radiation model.
- multiple radiation src terms are now allowed.
30 lines of code changed in 2 files:
Removed the empty function Patch::finalizePatch() and the code that calls it.
2 lines of code changed in 4 files:
Do not rename the viscosity label to the model tag.
1 lines of code changed in 1 file:
Fixing default naming.
13 lines of code changed in 3 files:
Removed jim3.cc
0 lines of code changed in 1 file:
Removed options/modules that were never integrated into puda.
0 lines of code changed in 2 files:
Merge from structuralEnergetics branch. Added module to compute a stress histogram for all non-failed particles.
299 lines of code changed in 5 files:
Further cleanup.
Removed dead variables.
113 lines of code changed in 2 files:
Pulled the loose code turds out of puda.cc and put them in their own separate baggies.
Cleaned #includes
Cleaned out some of the command line options that do nothing. More to do.....
719 lines of code changed in 9 files:
Light formatting:
- tabs
- consistent use of {} in conditional statements
266 lines of code changed in 1 file:
Fix a line continuation problem causing a DOUT to not be compiled.
Thanks, Dav, for pointing this out!
7 lines of code changed in 1 file: