[root]/CCA/Components/Arches/PropertyModelsV2
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 140 (100.0%) | 1523 (100.0%) | 10.8 |
ohdiazi | 46 (32.9%) | 833 (54.7%) | 18.1 |
jthornoc | 69 (49.3%) | 516 (33.9%) | 7.4 |
derekhar | 15 (10.7%) | 120 (7.9%) | 8.0 |
allen | 8 (5.7%) | 34 (2.2%) | 4.2 |
bisaac | 2 (1.4%) | 20 (1.3%) | 10.0 |
Fix a naming bug.
0 lines of code changed in 2 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.
158 lines of code changed in 7 files:
1. Fixing compilation warnings
2. KFEUpdate was slipt in two task: TimeAve and SUpdate
1 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
154 lines of code changed in 2 files:
1. Adding gas kinetic energy
2. Delete a unused variable
3. Working in Pressure BC
12 lines of code changed in 5 files:
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.
1 lines of code changed in 2 files:
Computing velocities at the extra cells
15 lines of code changed in 1 file:
register MODIFIES instead of REQUEST. IT is because of clipping.
3 lines of code changed in 1 file:
Clipping for rho*phi
10 lines of code changed in 1 file:
Cheking guess density
0 lines of code changed in 2 files:
Adding rk for variable density. KFEUpadate is done in two tasks. Adding clipping for scalars. Fixing bound in stress tensor.
258 lines of code changed in 8 files:
More reworking of the print statements.
1 lines of code changed in 1 file:
Cleanup of variable names and converting to DOUT for debug stream.
150 lines of code changed in 42 files:
Fixing several warnings in Arches. Should not change answers.
0 lines of code changed in 3 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.
45 lines of code changed in 1 file:
removal of shared state and introduction of a material manager
29 lines of code changed in 7 files:
Removed if statement that was no longer needed. No impact on RT.
0 lines of code changed in 1 file:
Remaining changes to get nles working on the 64x64x64 test case. No impact on rt.
20 lines of code changed in 1 file:
fixing a bug in BC
1 lines of code changed in 1 file:
Working in BC for Helium plume
191 lines of code changed in 8 files:
Passing arches down to the task factories.
3 lines of code changed in 2 files:
do not run utilityFactory (volFraction) in explicit solver
1 lines of code changed in 1 file:
DQMOM with kokkos
170 lines of code changed in 2 files:
Removal of duplicate scheduling functionality in the Arches Task Interface. Now we go through the factory.
Cleaning up the failures in the kokkos turbulence models, which required an input file change (removal of volFraction def)
Fixing the setting of simTime in the Arches tasks. Previously time was zero always resulting in nonsense answers.
Finally, changing the Atomic task to derive off the Arches Task rather than be its own beast.
Expecting the following "failures" which will require update to GS:
S U M M A R Y
Failed: ARCHES-opt tests
:kokkos-x-scalar_mms_RK1: test failed comparison tests
:kokkos-x-scalar_mms_RK1: (restart) test failed comparison tests
:kokkos-x-scalar_mms_RK2: test failed comparison tests
:kokkos-x-scalar_mms_RK2: (restart) test failed comparison tests
:kokkos-x-scalar_mms_RK3: test failed comparison tests
:kokkos-x-scalar_mms_RK3: (restart) test failed comparison tests
:problem3_Shunn_mms-x: test failed comparison tests
:problem3_Shunn_mms-x: (restart) test failed comparison tests
:isotropic_kokkos_wale: test failed comparison tests
4 lines of code changed in 2 files:
Needed to check patchID before trying to get iterator.
67 lines of code changed in 1 file:
Another change to spectral radiation. Redesign of the gas+soot properties and their interface with the solver.
27 lines of code changed in 4 files:
Fixed bug when running spectral and no soot.
21 lines of code changed in 3 files:
Replacing a string with an enum for the particle names->roles.
Cleaning up a warning or two.
3 lines of code changed in 2 files:
Implementing the fourth order differencing scheme. This still needs
some work - including adding BCs, accounting for intrusions, etc...
Only 'working' in the K-momentum solver.
119 lines of code changed in 6 files:
delete Type from VariableHelper
5 lines of code changed in 1 file:
deleting for density task, a temp variable is used .
1 lines of code changed in 4 files:
density for filter
0 lines of code changed in 2 files:
adding a special filter for density
7 lines of code changed in 2 files:
new dynamic model for production code
2 lines of code changed in 1 file:
Cleaning out ParticleTools and moving coal-specific functions to
CoalHelper.
11 lines of code changed in 1 file:
fixed typo that prevented table deletion.
1 lines of code changed in 1 file:
Fixed ambigous iterator use in nested for loop.
3 lines of code changed in 1 file:
Untethered Arches from Wasatch3p libraries radprops and tabprops.
23 lines of code changed in 4 files:
(1 more)