Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 355 (100.0%) | 12841 (100.0%) | 36.1 |
CCA/Components/Arches/ParticleModels/ | 53 (14.9%) | 3120 (24.3%) | 58.8 |
CCA/Components/Arches/TurbulenceModels/ | 65 (18.3%) | 2765 (21.5%) | 42.5 |
CCA/Components/Arches/Transport/ | 75 (21.1%) | 2369 (18.4%) | 31.5 |
CCA/Components/Arches/CoalModels/ | 18 (5.1%) | 1851 (14.4%) | 102.8 |
CCA/Components/Arches/ | 50 (14.1%) | 1147 (8.9%) | 22.9 |
CCA/Components/Arches/PropertyModelsV2/ | 46 (13.0%) | 833 (6.5%) | 18.1 |
CCA/Components/Arches/SourceTermsV2/ | 9 (2.5%) | 254 (2.0%) | 28.2 |
CCA/Components/Arches/BoundaryConditions/ | 7 (2.0%) | 226 (1.8%) | 32.2 |
CCA/Components/Arches/SourceTerms/ | 16 (4.5%) | 215 (1.7%) | 13.4 |
R_Tester/ | 10 (2.8%) | 55 (0.4%) | 5.5 |
CCA/Components/Arches/TransportEqns/ | 2 (0.6%) | 6 (0.0%) | 3.0 |
CCA/Components/Arches/Utility/ | 4 (1.1%) | 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.
1473 lines of code changed in 16 files:
Adding back RT test for kokkos-scalar
3 lines of code changed in 1 file:
1. Using multiplication instead of condition
2. Updating eps variable
3. Using multiplication of eps to cancel gradients
94 lines of code changed in 9 files:
Revert "Adding eps for different type of variables"
This reverts commit e720cbd608c2411e1231981397bc24bd3da6d4a4.
130 lines of code changed in 5 files:
Turnning off RT for kokkos-x-scalar , kokkos-y-scalar and kokkos-z-scalar
4 lines of code changed in 1 file:
1. Fixing compilation warnings
2. KFEUpdate was slipt in two task: TimeAve and SUpdate
37 lines of code changed in 6 files:
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.
140 lines of code changed in 3 files:
Regression test for helium plume in Arches-kokkos
7 lines of code changed in 1 file:
Adding mass_flow_rate task in kokkosSolver
3 lines of code changed in 1 file:
Fixing ranges for stress tensor
4 lines of code changed in 1 file:
Adding gas kinetic computation to arches spec
1 lines of code changed in 1 file:
1. Working in Functor for PressureBC
2.Adding files for kinetic energy
172 lines of code changed in 4 files:
1. Adding gas kinetic energy
2. Delete a unused variable
3. Working in Pressure BC
44 lines of code changed in 8 files:
1. Moving PressureOulet BC from task to BoundaryFunctor
2. Fixing PressureOulet BC: comparison is with old velocity
237 lines of code changed in 4 files:
Adding name_factory for Turbulence factory
3 lines of code changed in 1 file:
update _task_name with m_task_name
12 lines of code changed in 3 files:
1. Apply BC for mom eqn after projection
2. Compute BC for A matrix in initialization
62 lines of code changed in 2 files:
Fixing p=0 pe = -pi
0 lines of code changed in 1 file:
1. Neumann BC was comment out for normal direction in staggered variables.
2. Changing ghost cells to zero for drhodt
3. Correcting range for add gradient
4. BC for enforce p=0, sign is -1
5. Correcting First interior cell. This BC will be moved to Boundary Functors
6. Adding initialization for mu_sgc and mu_turb.
33 lines of code changed in 8 files:
Computing velocities at the extra cells
16 lines of code changed in 2 files:
(79 more)