[root]/CCA/Components/Arches
BoundaryConditions
(4 files, 1653 lines)
ChemMix
(13 files, 4860 lines)
ChemMixV2
(7 files, 1806 lines)
CoalModels
(52 files, 15816 lines)
fortran
(1 files, 37 lines)
DigitalFilter
(1 files, 99 lines)
LagrangianParticles
(8 files, 688 lines)
ParticleModels
(40 files, 5886 lines)
PropertyModels
(24 files, 3656 lines)
PropertyModelsV2
(41 files, 6906 lines)
Radiation
(14 files, 5911 lines)
fortran
(20 files, 3188 lines)
SourceTerms
(64 files, 15529 lines)
SourceTermsV2
(11 files, 2337 lines)
Task
(15 files, 3142 lines)
Transport
(25 files, 4097 lines)
TransportEqns
(14 files, 12440 lines)
TurbulenceModels
(29 files, 2460 lines)
Utility
(24 files, 3083 lines)
WallHTModels
(2 files, 2252 lines)
fortran
(37 files, 6594 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 441 (100.0%) | 7324 (100.0%) | 16.6 |
derekhar | 18 (4.1%) | 2518 (34.4%) | 139.8 |
jthornoc | 113 (25.6%) | 1707 (23.3%) | 15.1 |
ohdiazi | 50 (11.3%) | 1147 (15.7%) | 22.9 |
allen | 143 (32.4%) | 1024 (14.0%) | 7.1 |
mcconnell | 5 (1.1%) | 570 (7.8%) | 114.0 |
jholmen | 6 (1.4%) | 98 (1.3%) | 16.3 |
harman | 11 (2.5%) | 68 (0.9%) | 6.1 |
jas | 87 (19.7%) | 65 (0.9%) | 0.7 |
jebinelias | 2 (0.5%) | 60 (0.8%) | 30.0 |
bisaac | 2 (0.5%) | 60 (0.8%) | 30.0 |
dav | 2 (0.5%) | 7 (0.1%) | 3.5 |
bpeterson | 2 (0.5%) | 0 (0.0%) | 0.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:
This enables the use of the Kokkos turb. closures in the production code
per the recent commits.
0 lines of code changed in 4 files:
More naming convention fixes for velocity. There are still more running around.
3 lines of code changed in 2 files:
Adding kokkos velocity labels to the production code to allow production
code to work with my previous few commits.
68 lines of code changed in 5 files:
* Introducing a default velocity name to clean up the naming convention. Should probably extend this to other variables.
* Small cleanup in the UnweightVariable code. Passing some information via the constructor, removing some naming convention assumptions.
8 lines of code changed in 3 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.
6 lines of code changed in 1 file:
changed to cout
0 lines of code changed in 2 files:
added a fake dependency to the the task to happen late in the time step
24 lines of code changed in 1 file:
Cosmetics.
2 lines of code changed in 1 file:
removed debug DOUT
0 lines of code changed in 1 file:
added check for freq of 1 to always use the static case and added placeholder for using four task graphs
2 lines of code changed in 1 file:
refactored the task graph index setting to be task based, added set/get for the index, Within arches refactor the dynamic stepping to be completing with DoRadiation and the fixed stepping in Explicit Solver, and added a check method for reduction vars
143 lines of code changed in 13 files:
Fixed a bug in the intrusion inlet. The velocity index was being
reassigned.
0 lines of code changed in 2 files:
Warnings.
9 lines of code changed in 1 file:
removed the time from the getTaskGraphIndex interface and changed the name
15 lines of code changed in 2 files:
clean up of the dynamic radiation solve - made it fully local to arches
6 lines of code changed in 2 files:
removed my example for the task graph swap - added Derek's code for the actual implementation
15 lines of code changed in 2 files:
changed var to a min
4 lines of code changed in 2 files:
forgot to removed the commneted out taskGraphsRequested code and white space clean up
8 lines of code changed in 3 files:
removed taskGraphsRequested as it now contained in the ExplicitSolver and move the reduction chack into Arches proper
29 lines of code changed in 5 files:
added the ability to temporally schedule the radiation solve via reduction var
48 lines of code changed in 4 files:
1. Using multiplication instead of condition
2. Updating eps variable
3. Using multiplication of eps to cancel gradients
42 lines of code changed in 3 files:
Revert "Adding eps for different type of variables"
This reverts commit e720cbd608c2411e1231981397bc24bd3da6d4a4.
47 lines of code changed in 2 files:
Getting the naming convention straight.
3 lines of code changed in 1 file:
Fixing the staggered volume fractions. This will change the number of
variables in the checkpoint which causes multiple failures despite the
answers being the same.
As part of this commit, had to remove an edge cell addition to the
Uintah boundary iterators which was causing edge iterators to be added
to non-adjoining geometry.
35 lines of code changed in 4 files:
added the performance stats to the DO Radiation Model
10 lines of code changed in 2 files:
removed dummy performance stats example
0 lines of code changed in 2 files:
path name clean up
1 lines of code changed in 1 file:
added in situ analysis var for total KE and some white space clean up
24 lines of code changed in 1 file:
By ref rather than value.
1 lines of code changed in 1 file:
Silence warning.
2 lines of code changed in 1 file:
1. Commenting out PressureOutletBC, there is an issue with variable registration, this BC still need some work. Neumann BC was uncommented.
2. Arches variable algorithm was updated. This algorithm should produce same result that production code
3. TransportFactory for scalar transported in faces. Updated is needed in FY and FZ
4. Three RK tests for helium plume were added. The Neumann BC was changed with PressureOutletBC.
5. Adding PressureOutletBC in ups spec.
66 lines of code changed in 1 file:
Adding mass_flow_rate task in kokkosSolver
3 lines of code changed in 1 file:
1. Working in Functor for PressureBC
2.Adding files for kinetic energy
1 lines of code changed in 1 file:
1. Adding gas kinetic energy
2. Delete a unused variable
3. Working in Pressure BC
6 lines of code changed in 1 file:
update _task_name with m_task_name
1 lines of code changed in 1 file:
1. Apply BC for mom eqn after projection
2. Compute BC for A matrix in initialization
6 lines of code changed in 1 file:
Computing velocities at the extra cells
1 lines of code changed in 1 file:
fixing m_materialManager
1 lines of code changed in 1 file:
Adding wall const model in KokkosSolver
9 lines of code changed in 1 file:
(94 more)