[root]/R_Tester
helpers
(12 files, 2934 lines)
toplevel
(6 files, 1194 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 78 (100.0%) | 661 (100.0%) | 8.4 |
jebinelias | 2 (2.6%) | 275 (41.6%) | 137.5 |
mcconnell | 7 (9.0%) | 114 (17.2%) | 16.2 |
mike.hansen | 6 (7.7%) | 71 (10.7%) | 11.8 |
harman | 38 (48.7%) | 66 (10.0%) | 1.7 |
jthornoc | 5 (6.4%) | 59 (8.9%) | 11.8 |
ohdiazi | 10 (12.8%) | 55 (8.3%) | 5.5 |
bisaac | 4 (5.1%) | 12 (1.8%) | 3.0 |
milo | 1 (1.3%) | 4 (0.6%) | 4.0 |
jsutherland | 3 (3.8%) | 3 (0.5%) | 1.0 |
derekhar | 2 (2.6%) | 2 (0.3%) | 1.0 |
1. Adding Salvatore Iavarone's updates to Char-Oxidation Smith model. new model was created CharOxidationSmith2018
2. New RT test for Char oxidation 2018 was added
3. Fixing a bug in Stress Tensor
3. Updating mass flow rate task. Reduce variables were added to all the inlets.
0 lines of code changed in 2 files:
added a regression test that test the updated emissivity model: 1GW_pokluda_np.ups
4 lines of code changed in 1 file:
Added test for dynamic radiation solving frequencies.
This commit also constrains the solve to be within the solve frequency and the timescale estimated at runtime.
This is the first test to use perpatch variables in the checkpoint, so compare_uda will need to be extended to support this data type (and possibley PIDX? yuck)
Wall model integration is forthcoming.
2 lines of code changed in 1 file:
This commit fixes the birth/death issues observed with the Tar integration and psNOx model and modifies the varlabels used by psNOx and ZZNox for devol and char oxidation. This commit also changes the way we are integrating Tar into the gas phase. Note that the Tar_fraction variable in the ParticleProperties section is being used to modify the light to heavy devol products (from the perspective of the NOx, and Tar). This commit changes the answers for mass_energy_balance.ups and mass_energy_balance_Tfluid.ups. We added a new test: mass_energy_balance_psnox.ups, which covers the psNOx model under regression tests. Please see mass_energy_balance_psnox.ups for an example of how to incorporate the tar mass into the coal gas mixture fraction and the b/d mass into Nox.
3 lines of code changed in 1 file:
Adding back RT test for kokkos-scalar
3 lines of code changed in 1 file:
- Update ExprLib version.
- Disable the 3D implicit CDR test for now.
0 lines of code changed in 2 files:
Turnning off RT for kokkos-x-scalar , kokkos-y-scalar and kokkos-z-scalar
4 lines of code changed in 1 file:
Regression test for helium plume in Arches-kokkos
7 lines of code changed in 1 file:
Renamed input files to something less obnoxious.
Added 3 Poiseuille flow problems to the nightly RT.
0 lines of code changed in 2 files:
Added configuration for kokkos_rt, untested.
10 lines of code changed in 2 files:
Added missing comma.
0 lines of code changed in 2 files:
Added 2D Rate stick simulation to nightly regression tester.
1 lines of code changed in 1 file:
disable debug testing for a few of the implicit tests.
3 lines of code changed in 1 file:
- update test input filename
2 lines of code changed in 1 file:
- get rid of duplicate test in the wasatch python script
0 lines of code changed in 1 file:
- adds a block-implicit pseudotransient continuation method for compressible, multicomponent gases or compressible, calorically perfect gases, or for scalar advection-diffusion-reaction equations with a passive velocity field
- enable fixed-point with local dual time step
- add debug stream for dual time matrix info
- clean up some of the info containers and dual time maps
28 lines of code changed in 1 file:
Turning off failing test until it can be fixed.
1 lines of code changed in 1 file:
Removing restart from RT 1GW_MFR.ups
274 lines of code changed in 1 file:
Compute Mass flow rate through inlet boundaries.
* for both, gas, and coal phase.
* Utility to be used along with boundary type specification.
* Boundary type="Inlet" to be specified for the in-flow boundary
faces to be included in the mass flow rate computation.
* Utility of type="mass_flow_rate" to be added to the .ups file.
Warning : Variable Reduction applied for mass flow rates per patch, at
every time-step. Hence, user is advised to exercise caution while using
this Utility.
Recommendation : Use this Utility for verification purposes only.
1 lines of code changed in 1 file:
fixed a few typos
1 lines of code changed in 1 file:
In Wasatch:
1. Made expressions for calculating energy transfer terms due to devolatilization, char reactions, and evaporation gpu-runnable.
2. Improved test coverage of coal models
3. Replaced elemental hydrogen in CPD model with diatomic hydrogen
4. removed a cantera file with a faulty chemical mechanism from the inputs directory
13 lines of code changed in 1 file:
rolled back changes to r58119
65 lines of code changed in 2 files:
In Wasatch:
1. Made expressions for calculating energy transfer terms due to devolatilization, char reactions, and evaporation gpu-runnable.
2. Improved test coverage of coal models
3. Replaced elemental hydrogen in CPD model with diatomic hydrogen
4. removed a cantera file with a faulty chemical mechanism from the inputs directory
13 lines of code changed in 1 file:
Added RT test with mass/enthalpy conservation in the case of slagging walls.
3 lines of code changed in 1 file:
Added new regression test showing mass and energy conservation for coal problems.
19 lines of code changed in 1 file:
RT for OFC kokkos
1 lines of code changed in 1 file:
Update the scripts to run with python 3.X.
19 lines of code changed in 13 files:
- Renamed inputs file.
- Minor spacing changes.
1 lines of code changed in 1 file:
Added regression test. Simple advection using hypre.
1 lines of code changed in 1 file:
Revert "-- Block-implicit Wasatch for advection-diffusion-reaction equations (scalar transport)"
This reverts commit 24b8a688906ad98c051867365ce9c1c4322cb502.
1 lines of code changed in 1 file:
-- Block-implicit Wasatch for advection-diffusion-reaction equations (scalar transport)
- convective flux and diffusive velocity sensitivities
- scalar RHS sensitivities
- add optional block-implicit input file attribute for dual time
- add simple Jacobian matrix setup
- scalar transport tests for convection, diffusion, reaction each in 1D x y z, coupled in 2D xy xz yz, and coupled in 3D on 2 procs
- expression algebra sensitivities
- update ExprLib Wasatch3P hash
- add Gaussian boundary function
- add commented-out dependency of scalar rhs on the coordinates to get the grid spacing (pending fix of observed sensitivity issue)
- turn off debug on implicit tests with transport
23 lines of code changed in 1 file:
- add tests for the new multicomponent, compressible flow boundary conditions
17 lines of code changed in 1 file:
The builbot tests now includes RMCRT tests
1 lines of code changed in 1 file:
modUPS.py
- modUPS2()
User can either update an xml value or delete an xml section
# usage:
# mod_ups = modUPS2( inputDirectory, <ups file>, [ (<operation>, "xmlpath : value" )]
# where: operation = "update" or "delete"
- modUPS() & modUPS2()
consolidated redundant code.
ICE:
- Added 5 level advect problem.
- Added 5 level advect performance test
- Fixed glaring bug on buildbot tests, NIGHTLYTESTS = NIGHTLYTESTS + AMRTESTS + DIFFUSION + LODI
17 lines of code changed in 2 files:
cleaned out deleted functions from the import lines
2 lines of code changed in 2 files:
Eliminated some confusing code and logic:
changed : setGeneratingGoldStandards() -> setInputsDir()
changed : generatingGoldStandards() -> getInputsDir()
Cleaned import statements for all component.py files, removed unnecessary conditional block.
12 lines of code changed in 8 files:
Replace the old DQMOM-no-inversion with an updated, simpler method,
which short circuits DQMOM.cc.
The <LinearSolver> section should only be specified now in the case where one actually
wants to perform the DQMOM inversion.
* ParticleConstant model now produces *_(env#) AND *_qn(env#) variables.
* Fixed some warnings.
* Some general cleanup
* Updated the kokkos DQMOM tests. This changes the answers for the two Char tests.
16 lines of code changed in 1 file:
Added regression test. For now sintering model.
3 lines of code changed in 1 file:
Revive the piston validation problem.
- overhauled the comparison script
- added nightly regression tests
- increase resolution and patch count
* Results look good at this point.
2 lines of code changed in 1 file:
Added comments for enabling core dumps.
0 lines of code changed in 2 files:
(10 more)