[root]/CCA/Components/Arches/ChemMixV2
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 23 (100.0%) | 193 (100.0%) | 8.3 |
derekhar | 9 (39.1%) | 142 (73.6%) | 15.7 |
jthornoc | 12 (52.2%) | 49 (25.4%) | 4.0 |
jas | 2 (8.7%) | 2 (1.0%) | 1.0 |
Adding a skeleton property evaluator for transport of the PC variables.
28 lines of code changed in 2 files:
fix patch - mpirank mismatch bc bug
3 lines of code changed in 2 files:
Cleanup of variable names and converting to DOUT for debug stream.
8 lines of code changed in 4 files:
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.
8 lines of code changed in 1 file:
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:
Removed polymorphism from Arches table. This Commit will break all tests using a 2-D or 1-D table, but should not break any tests exclusively using a 3-D table.
39 lines of code changed in 3 files:
Created a performant version of the N-D CHemistry Table.
87 lines of code changed in 1 file:
Splitting up the transport eqn eval so that sources may used the RHS
construction in cases of rate limiting.
Also cleaned up some warnings.
local_RT showed one test failing (CoalRadPropsPlank) with noise diffs.
4 lines of code changed in 1 file:
Passing arches down to the task factories.
3 lines of code changed in 4 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
6 lines of code changed in 1 file:
Update copyright date.
2 lines of code changed in 2 files: