Directory R_Tester/

Total Files:
10
Deleted Files:
0
Lines of Code:
1754

[root]/R_Tester
        directory in repo helpers (12 files, 2934 lines)
        directory in repo toplevel (6 files, 1194 lines)

Lines of Code

R_Tester/ Lines of Code

Developers

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

Most Recent Commits

ohdiazi 2018-12-13 11:48 Rev.: 59069

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:

  • R_Tester: ARCHES.py (new)
milo 2018-12-04 15:00 Rev.: 58989

added a regression test that test the updated emissivity model: 1GW_pokluda_np.ups

4 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+4 -1)
derekhar 2018-11-27 17:15 Rev.: 58961

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:

  • R_Tester: ARCHES.py (+2)
bisaac 2018-10-25 14:59 Rev.: 58884

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:

  • R_Tester: ARCHES.py (+3)
ohdiazi 2018-10-12 16:25 Rev.: 58821

Adding back RT test for kokkos-scalar

3 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+3 -4)
jsutherland 2018-10-11 14:22 Rev.: 58811

- Update ExprLib version.
- Disable the 3D implicit CDR test for now.

0 lines of code changed in 2 files:

  • R_Tester: Wasatch.py (new)
ohdiazi 2018-10-08 15:07 Rev.: 58787

Turnning off RT for kokkos-x-scalar , kokkos-y-scalar and kokkos-z-scalar

4 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+4 -3)
ohdiazi 2018-10-08 15:07 Rev.: 58784

Regression test for helium plume in Arches-kokkos

7 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+7 -4)
harman 2018-08-01 15:30 Rev.: 58495

Renamed input files to something less obnoxious.

Added 3 Poiseuille flow problems to the nightly RT.

0 lines of code changed in 2 files:

  • R_Tester: ICE.py (changed)
harman 2018-07-20 17:17 Rev.: 58446

Added configuration for kokkos_rt, untested.

10 lines of code changed in 2 files:

  • R_Tester: Examples.py (new)
harman 2018-06-18 15:09 Rev.: 58321

Added missing comma.

0 lines of code changed in 2 files:

  • R_Tester: MPMICE.py (new)
harman 2018-06-18 14:43 Rev.: 58320

Added 2D Rate stick simulation to nightly regression tester.

1 lines of code changed in 1 file:

  • R_Tester: MPMICE.py (+1)
jsutherland 2018-05-24 09:33 Rev.: 58258

disable debug testing for a few of the implicit tests.

3 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+3 -3)
mike.hansen 2018-05-15 07:32 Rev.: 58235

- update test input filename

2 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+2 -2)
mike.hansen 2018-05-14 20:06 Rev.: 58232

- get rid of duplicate test in the wasatch python script

0 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (-1)
mike.hansen 2018-05-14 16:01 Rev.: 58226

- 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:

  • R_Tester: Wasatch.py (+28 -2)
jthornoc 2018-05-02 11:30 Rev.: 58210

Turning off failing test until it can be fixed.

1 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+1 -1)
jebinelias 2018-05-02 10:33 Rev.: 58209

Removing restart from RT 1GW_MFR.ups

274 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+274 -276)
jebinelias 2018-04-26 11:41 Rev.: 58194

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:

  • R_Tester: ARCHES.py (+1)
mcconnell 2018-04-17 10:57 Rev.: 58146

fixed a few typos

1 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+1 -1)
mcconnell 2018-04-16 16:13 Rev.: 58141

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:

  • R_Tester: Wasatch.py (+13 -3)
mcconnell 2018-04-16 15:54 Rev.: 58140

rolled back changes to r58119

65 lines of code changed in 2 files:

  • R_Tester: ARCHES.py (+62 -19), Wasatch.py (+3 -13)
mcconnell 2018-04-16 15:05 Rev.: 58139

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:

  • R_Tester: Wasatch.py (+13 -3)
mcconnell 2018-04-16 15:04 Rev.: 58135

Added RT test with mass/enthalpy conservation in the case of slagging walls.

3 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+3)
mcconnell 2018-04-16 15:04 Rev.: 58133

Added new regression test showing mass and energy conservation for coal problems.

19 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+19 -65)
ohdiazi 2018-04-06 14:09 Rev.: 58053

RT for OFC kokkos

1 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+1)
harman 2018-03-23 15:31 Rev.: 57993

Update the scripts to run with python 3.X.

19 lines of code changed in 13 files:

  • R_Tester: ARCHES.py (+2 -2), Examples.py (+2 -2), ICE.py (+2 -2), IMPM.py (+2 -2), MPM.py (new), MPMICE.py (+2 -2), Models.py (new), UCF.py (+2 -2), Wasatch.py (+3 -3)
harman 2018-03-22 09:05 Rev.: 57976

- Renamed inputs file.
- Minor spacing changes.

1 lines of code changed in 1 file:

  • R_Tester: ICE.py (+1 -1)
harman 2018-03-21 11:03 Rev.: 57968

Added regression test. Simple advection using hypre.

1 lines of code changed in 1 file:

  • R_Tester: ICE.py (+1)
mike.hansen 2018-03-14 12:15 Rev.: 57932

Revert "-- Block-implicit Wasatch for advection-diffusion-reaction equations (scalar transport)"

This reverts commit 24b8a688906ad98c051867365ce9c1c4322cb502.

1 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+1 -23)
mike.hansen 2018-03-13 15:27 Rev.: 57931

-- 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:

  • R_Tester: Wasatch.py (+23 -1)
mike.hansen 2018-03-12 20:29 Rev.: 57929

- add tests for the new multicomponent, compressible flow boundary conditions

17 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+17 -2)
harman 2018-02-28 12:18 Rev.: 57899

The builbot tests now includes RMCRT tests

1 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+1 -1)
harman 2018-02-27 19:10 Rev.: 57895

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:

  • R_Tester: Examples.py (+5 -5), ICE.py (+12 -4)
harman 2018-02-16 15:35 Rev.: 57846

cleaned out deleted functions from the import lines

2 lines of code changed in 2 files:

  • R_Tester: IMPM.py (+1 -1), MPM.py (+1 -1)
harman 2018-02-15 18:04 Rev.: 57817

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:

  • R_Tester: ARCHES.py (+2 -7), Examples.py (+2 -7), ICE.py (+2 -6), MPM.py (+1 -1), MPMICE.py (+1 -1), Models.py (+1 -1), UCF.py (+1 -1), Wasatch.py (+2 -6)
jthornoc 2018-02-15 15:53 Rev.: 57813

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:

  • R_Tester: ARCHES.py (+16 -5)
bisaac 2018-02-12 17:59 Rev.: 57799

Added regression test. For now sintering model.

3 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+3)
harman 2018-02-08 17:02 Rev.: 57788

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:

  • R_Tester: MPMICE.py (+2)
harman 2018-01-26 10:54 Rev.: 57737

Added comments for enabling core dumps.

0 lines of code changed in 2 files:

  • R_Tester: readme.txt (new)

(10 more)

Generated by StatSVN 0.7.0