[root]/R_Tester
helpers
(6 files, 1360 lines)
toplevel
(2 files, 749 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 86 (100.0%) | 569 (100.0%) | 6.6 |
tsaad | 34 (39.5%) | 175 (30.8%) | 5.1 |
jthornoc | 7 (8.1%) | 137 (24.1%) | 19.5 |
harman | 15 (17.4%) | 89 (15.6%) | 5.9 |
jsutherland | 9 (10.5%) | 75 (13.2%) | 8.3 |
awabboud | 6 (7.0%) | 39 (6.9%) | 6.5 |
ahumphrey | 4 (4.7%) | 26 (4.6%) | 6.5 |
derekhar | 9 (10.5%) | 20 (3.5%) | 2.2 |
amir | 2 (2.3%) | 8 (1.4%) | 4.0 |
Fixed the remaining regression tests so that they at least run.
0 lines of code changed in 2 files:
Made the 2 regression test work, and dqmom_test_1. Modified radiation
files so that they are compatible with new coal data base, and new
labels.
40 lines of code changed in 1 file:
Added a temporary method for scheduling the radiometer task. This version is not using
spatially scheduling.
Increased the number of processes used in a nightly RT test.
2 lines of code changed in 2 files:
Added Scattering in discrete ordinates radiation using the radProps property model. Also made some changes to reflections in discrete ordinates radiation. In this version, the complex index of refraction is a constant for all particles.
1 lines of code changed in 1 file:
RMCRT_Test: scheduleTimeAdvance()
- For 2 level approach changed looping limits for sched_Refine_Q()
Ray.cc: sched_Refine_Q()
- Now using ghosts:AroundCells 1 for requires of divQ from the coarse level. *** Key
Converted input file into a multipatch 2L problem with Refinement ratio = 4
Now using 8 cores for nightly RT tests.
2 lines of code changed in 1 file:
add varden 1D mms test using the Amagat-Leduc law
0 lines of code changed in 2 files:
Removing a sleeping bug from the variable density 2D MMS imlpementation. Adding 3 new tests to the RT. This includes the variable density 2D MMS oscilating periodic tests in all three possible planes in the space (xy,xz,yz).
6 lines of code changed in 1 file:
Clean up Amir's commit:
- input files have .ups, not .xml extension
- don't use 16 procs for regression tests
- run 15 steps rather than 5
3 lines of code changed in 1 file:
Adding the variable density 3D annular jet case to the RT.
2 lines of code changed in 1 file:
add regression test for particle-to-mesh interpolation
2 lines of code changed in 1 file:
Example component can compute just the fluxes for the radiometers.
This includes both spatial and temporal scheduling of the task.
It only runs on 1 mpi process due to a problem upstream in
reduceSysVars()
- added regression test.
2 lines of code changed in 1 file:
Turn off one GPU test.
2 lines of code changed in 1 file:
repair the failing Wasatch test for interior bcs. also, output more timesteps in that test. this will break the RT.
1 lines of code changed in 1 file:
add a test for interior boundary conditions. cleanup a few cout statements.
2 lines of code changed in 1 file:
Turned these local RT threaded tests off by accident in a previous commit.
Turning them back on.
2 lines of code changed in 1 file:
DQMOM cleanup: Will change answers.
Changes are due to name changes.
Changed the naming convention on the internal coordinate variable (icv)
to only have the internal coordinate root, then append an _# for the
environment.
Moved the DQMOM eqn registration into the DQMOM factory.
2 lines of code changed in 1 file:
ARCHES.py
added methane_rmcrt.ups to RMCRT section
methane_rmcrt.ups
- cleaned up and no longer computing enthalpy_do since it's not used.
methane_VR.ups
- input file that uses DataAnalysis:radiometer module.
1 lines of code changed in 1 file:
removed semi-redundant ups file that doesn't run.
0 lines of code changed in 1 file:
This commit has added a regression test and is expected to cause failure in the nightly RT on coal_RadPropsPlanck.ups!
Fixed the interface for computation of absorption coefficients using the RadProps library.
The RadProps library can use one of two methods to compute the particle absorption coefficients (Planck or Rossland).
The new R-Test is similar to the coal-channel case called coal_RadPropsPlanck.
This commit also removed a work-around (or hack) due to a boundary condition bug, which was fixed by Tony Saad.
3 lines of code changed in 1 file:
Add a new lagrangian particle test.
91 lines of code changed in 1 file:
(1) improve the particle addition algorithm.
(2) initialize added particle variables for which no boundary condition was specified
(3) add a regression test for particle addition through the boundaries
2 lines of code changed in 1 file:
Remove Heirarchical and BNR regridder and supporting classes, tests, etc.
* NOTE: It has been shown these do not scale, and in the case of ICE these regridders have undesired side effects WRT fine level solution, and in fact are disallowed by ICE.
* The only input file found to be using the Heirarchical regridder was /inputs/Examples/wave.ups (Similar to AMRWaveEquation test problem from Chombo), and has been changed to have the appropriate <Regridder> attributes.
* This commit also enables clean support for GPUPerPatch variables need by Wasatch with CUDA enabled.
0 lines of code changed in 2 files:
add regression test that exercises the particle wall bc in all three directions
2 lines of code changed in 1 file:
add 3 regression tests that exercise the particle wall bc
6 lines of code changed in 1 file:
Turn on the new CQMOM regression test.
3 lines of code changed in 1 file:
Added a 3rd party library under regression testing within arches. The thrid party library reads a 1-D table for radiation properties of gray gases including chemical species CO2 H2O CO OH and NO.
Also added linear initialization of transported variables (in the x-direction only) which can be invoked using TransportEqn->Eqn->initialization(linear-x).
3 lines of code changed in 1 file:
add three tests for particle-gas two-way coupling (one test for each spatial direction). make a small fix to the particle IC to avoid an assertion from Boost.
6 lines of code changed in 1 file:
1. add support for filling arbitrary geometry shapes with randomly distributed particles.
2. add two regression tests for this.
4 lines of code changed in 1 file:
add first round of comprehensive particle test coverage to the RT
6 lines of code changed in 1 file:
Re-landscaping.
Removed DO radiation model from ICE. I don't know how many man
hours Steve and I put into this but it was a lot. It was used to produce
a couple of TST slides and movies. This commit will make the models
re-arrangement that much easier.
2 lines of code changed in 2 files:
remove the failing wasatch test from the RT until we fix a bug in ExprLib's UintahFieldManager.
1 lines of code changed in 1 file:
fix the RT (misspelled a test's ups filename)
1 lines of code changed in 1 file:
support restarts with particles in Wasatch. Add a test to exercise that.
2 lines of code changed in 1 file:
Make particle initialization more intelligent by creating zero-sized particle subsets in Patches that do not have particles. This is based on the bounds specified in the particle initialization expressions. This approach will save a relocation/deletion of particles after initialization. Also add a regression test.
3 lines of code changed in 1 file:
remove Wasatch.pyc from the tree.
0 lines of code changed in 1 file:
- Add "WasatchParticles" doxygen group.
- Add more documentation.
- Reformat a few things.
50 lines of code changed in 1 file:
More input file fixes. For some reason, rmcrt isnt allowing abskg to be
saved in the data archiver. Need to fix this.
2 lines of code changed in 1 file:
Turn on the new CQMOM regression tests.
9 lines of code changed in 1 file:
forgot to add the particle test to the nightly RT
1 lines of code changed in 1 file:
add regression test for particles
8 lines of code changed in 1 file:
(40 more)