Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 131 (100.0%) | 5754 (100.0%) | 43.9 |
CCA/Components/Arches/ | 18 (13.7%) | 2518 (43.8%) | 139.8 |
CCA/Components/Arches/SourceTerms/ | 26 (19.8%) | 2328 (40.5%) | 89.5 |
CCA/Components/Arches/BoundaryConditions/ | 2 (1.5%) | 213 (3.7%) | 106.5 |
CCA/Components/Arches/ChemMixV2/ | 9 (6.9%) | 142 (2.5%) | 15.7 |
CCA/Components/Arches/WallHTModels/ | 4 (3.1%) | 133 (2.3%) | 33.2 |
CCA/Components/Arches/PropertyModelsV2/ | 15 (11.5%) | 120 (2.1%) | 8.0 |
Core/Grid/Variables/ | 14 (10.7%) | 100 (1.7%) | 7.1 |
CCA/Components/Arches/Radiation/ | 8 (6.1%) | 51 (0.9%) | 6.3 |
CCA/Components/Arches/Transport/ | 10 (7.6%) | 48 (0.8%) | 4.8 |
CCA/Components/Arches/Utility/ | 2 (1.5%) | 39 (0.7%) | 19.5 |
CCA/Components/Arches/ParticleModels/ | 3 (2.3%) | 37 (0.6%) | 12.3 |
Core/Grid/BoundaryConditions/ | 5 (3.8%) | 10 (0.2%) | 2.0 |
CCA/Components/Arches/CoalModels/ | 2 (1.5%) | 7 (0.1%) | 3.5 |
CCA/Components/Arches/ChemMix/ | 4 (3.1%) | 5 (0.1%) | 1.2 |
R_Tester/ | 2 (1.5%) | 2 (0.0%) | 1.0 |
CCA/Components/Schedulers/ | 1 (0.8%) | 1 (0.0%) | 1.0 |
build_scripts/ | 2 (1.5%) | 0 (0.0%) | 0.0 |
Core/DataArchive/ | 2 (1.5%) | 0 (0.0%) | 0.0 |
CCA/Components/Arches/Radiation/fortran/ | 2 (1.5%) | 0 (0.0%) | 0.0 |
Changed variable name, to be consistent with previous commit, 59061
1 lines of code changed in 1 file:
update pidx interface and version number. This allows configuring with PIDX w/o errors.
0 lines of code changed in 4 files:
unneeded edit to coal helper.
2 lines of code changed in 1 file:
Adopts soleVariables for the dynamic radiation solving variables used for dictation rad solves.
36 lines of code changed in 3 files:
This adds an emperical model for computing the fraction of volatiles that are expressed as tar.
This is expected to break the Coal_Nox RT test as no tar fraction was specified, and is now estimated to be ~0.2
24 lines of code changed in 1 file:
The wall model now normalizes the relaxation coefficient based on the maximum solve frequency for dynamic radiation frequency.
This will allow users to adopt the dynamic solve frequency approach without it affecting the averaging window that they chose based on the base or maximum radiation solve frequency.
18 lines of code changed in 2 files:
delete varlabel for reduction used when using dynamic radiation solve frequency.
1 lines of code changed in 1 file:
adopt temporal scheduling for the wall model. This will remove unneeded ghost communication on non-radiation steps.
115 lines of code changed in 2 files:
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.
117 lines of code changed in 5 files:
This adds input files and source code for the detailed and reduced soot models developed by Alex Josephson, David Lignell, and Kamron Brinkerhoff.
The detailed model is very computationally expensive and is included to help verify the reduced model in its development.
1913 lines of code changed in 8 files:
fix patch - mpirank mismatch bc bug
12 lines of code changed in 7 files:
recomment line from previous commit.
1 lines of code changed in 1 file:
Stripped out arches labels from custom solve, so it can be used in kokkosSolver.
41 lines of code changed in 5 files:
Removed reference to old iteration scheme in parallel_for
0 lines of code changed in 1 file:
removed warnings in linear solver.
15 lines of code changed in 1 file:
added proto-type multigrid solver
2361 lines of code changed in 7 files:
Fixed bug; a reference to the iterator inside the parallel_for.
0 lines of code changed in 1 file:
Added parallel_for to arches boundary condition code.
ListOfCellsIterator was changed to achieve this. This infrastructure class had push_back removed from it to enable future portability.
This change is expected to not break any test in for any component. Due to this change use of the default constructor for this class is being made private.
553 lines of code changed in 32 files:
Delete std::vector for 1-D chemistry table scenarios
1 lines of code changed in 1 file:
Removed compiler warning. Also fixed bug in previous table commit using double type as an array index.
4 lines of code changed in 1 file:
(22 more)