May 2019 Commit Log

Number of Commits:
31
Number of Active Developers:
4
harman 2019-05-31 12:40 Rev.: 59440

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:

guilkey 2019-05-29 21:55 Rev.: 59437

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:

harman 2019-05-29 14:17 Rev.: 59435

Updated call to RMCRT::registerVariables.

Ray.h: removed duplicate enum.

6 lines of code changed in 3 files:

harman 2019-05-29 12:32 Rev.: 59434


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:

harman 2019-05-28 14:45 Rev.: 59432

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:

jthornoc 2019-05-28 10:03 Rev.: 59430

Make it more yelly.

3 lines of code changed in 1 file:

jthornoc 2019-05-28 10:03 Rev.: 59429

Add an end-of-line.

2 lines of code changed in 1 file:

jthornoc 2019-05-28 10:02 Rev.: 59428

Adding debug print statement for task packing.

6 lines of code changed in 1 file:

jthornoc 2019-05-28 09:44 Rev.: 59427

Using packing information from the global controller.

33 lines of code changed in 1 file:

guilkey 2019-05-22 14:36 Rev.: 59418

Throw an exception if someone specifies two subsequent entries at the same time.

0 lines of code changed in 2 files:

harman 2019-05-21 09:22 Rev.: 59414

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:

harman 2019-05-20 14:43 Rev.: 59412

Cleanup & simplification

Radiometer::problemSetup()
- removed extraInputs related code.

38 lines of code changed in 5 files:

harman 2019-05-20 14:18 Rev.: 59411

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:

jbhooper 2019-05-20 10:16 Rev.: 59410

Update ElasticPlasticHP constitutive model and JohnsonCookDamage model to accurately track particle localization.

0 lines of code changed in 6 files:

harman 2019-05-16 12:17 Rev.: 59407

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:

harman 2019-05-15 10:23 Rev.: 59404

Deleted setCellScal() and getCellScale() which were used by SCIRun.

0 lines of code changed in 4 files:

jthornoc 2019-05-14 13:19 Rev.: 59403

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:

harman 2019-05-14 10:35 Rev.: 59402

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:

harman 2019-05-13 13:09 Rev.: 59401

Removed radiometer module from OnTheFlyAnalysis. It's been bolted directly to Arches.

0 lines of code changed in 4 files:

harman 2019-05-13 12:55 Rev.: 59400

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:

harman 2019-05-13 09:07 Rev.: 59399

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:

harman 2019-05-08 15:40 Rev.: 59396

Removed the empty function Patch::finalizePatch() and the code that calls it.

2 lines of code changed in 4 files:

jthornoc 2019-05-07 09:03 Rev.: 59393

Do not rename the viscosity label to the model tag.

1 lines of code changed in 1 file:

jthornoc 2019-05-07 09:03 Rev.: 59392

Fixing default naming.

13 lines of code changed in 3 files:

harman 2019-05-03 11:55 Rev.: 59391

Removed jim3.cc

0 lines of code changed in 1 file:

harman 2019-05-03 11:41 Rev.: 59390

Removed options/modules that were never integrated into puda.

0 lines of code changed in 2 files:

harman 2019-05-03 10:53 Rev.: 59389

Merge from structuralEnergetics branch. Added module to compute a stress histogram for all non-failed particles.

299 lines of code changed in 5 files:

harman 2019-05-03 10:41 Rev.: 59388

Further cleanup.
Removed dead variables.

113 lines of code changed in 2 files:

harman 2019-05-02 17:05 Rev.: 59387

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:

harman 2019-05-02 15:42 Rev.: 59386

Light formatting:
- tabs
- consistent use of {} in conditional statements

266 lines of code changed in 1 file:

jthornoc 2019-05-01 09:20 Rev.: 59384

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:

April 2019 »

Generated by StatSVN 0.7.0