Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1082 (100.0%) | 22941 (100.0%) | 21.2 |
CCA/Components/Arches/ | 189 (17.5%) | 3945 (17.2%) | 20.8 |
CCA/Components/Arches/TurbulenceModels/ | 43 (4.0%) | 2392 (10.4%) | 55.6 |
CCA/Components/Arches/PropertyModelsV2/ | 182 (16.8%) | 2347 (10.2%) | 12.8 |
CCA/Components/Arches/SourceTerms/ | 51 (4.7%) | 2121 (9.2%) | 41.5 |
CCA/Components/Arches/Transport/ | 103 (9.5%) | 1996 (8.7%) | 19.3 |
CCA/Components/Arches/SourceTermsV2/ | 23 (2.1%) | 1869 (8.1%) | 81.2 |
CCA/Components/Arches/ChemMix/ | 50 (4.6%) | 1401 (6.1%) | 28.0 |
CCA/Components/Arches/BoundaryConditions/ | 15 (1.4%) | 1269 (5.5%) | 84.6 |
CCA/Components/Arches/Task/ | 80 (7.4%) | 1195 (5.2%) | 14.9 |
CCA/Components/Arches/Utility/ | 94 (8.7%) | 1027 (4.5%) | 10.9 |
CCA/Components/Arches/CoalModels/ | 37 (3.4%) | 921 (4.0%) | 24.8 |
CCA/Components/Arches/ChemMixV2/ | 44 (4.1%) | 748 (3.3%) | 17.0 |
CCA/Components/Arches/ParticleModels/ | 103 (9.5%) | 686 (3.0%) | 6.6 |
CCA/Components/Arches/PropertyModels/ | 5 (0.5%) | 215 (0.9%) | 43.0 |
Core/GeometryPiece/ | 8 (0.7%) | 179 (0.8%) | 22.3 |
R_Tester/ | 6 (0.6%) | 115 (0.5%) | 19.1 |
CCA/Components/Arches/fortran/ | 6 (0.6%) | 111 (0.5%) | 18.5 |
CCA/Components/Arches/TransportEqns/ | 8 (0.7%) | 99 (0.4%) | 12.3 |
scripts/ | 1 (0.1%) | 93 (0.4%) | 93.0 |
CCA/Components/Arches/Radiation/ | 2 (0.2%) | 84 (0.4%) | 42.0 |
CCA/Components/Arches/WallHTModels/ | 3 (0.3%) | 78 (0.3%) | 26.0 |
CCA/Components/Arches/LagrangianParticles/ | 22 (2.0%) | 42 (0.2%) | 1.9 |
/ | 5 (0.5%) | 7 (0.0%) | 1.4 |
Core/Util/ | 2 (0.2%) | 1 (0.0%) | 0.5 |
Improving the print statement at startup.
0 lines of code changed in 4 files:
Add a kokkos_translate flag to the DQMOM section so that this code is
only activated when intended.
0 lines of code changed in 2 files:
Adding initial implementation of DQMOM in the
Arches/Kokkos/TaskInterface mode.
This still needs some work...
523 lines of code changed in 23 files:
* Remove a double delete on a source label (zzNox) - not sure why this wasn’t picked up earlier.
* Adding mass flow rt check in intrusion_test.ups. THIS CHANGES ANSWERS.
* Added some additional error checking, comments, etc. for the intrusion inlets.
* Updated a couple input files with correct uda names.
75 lines of code changed in 4 files:
Cleanup debug flag.
3 lines of code changed in 3 files:
Removing defunct tag and moving a SCI_DEBUG print statement.
3 lines of code changed in 1 file:
Move calls to scalar intrusion information after actually checking if it
exists.
9 lines of code changed in 1 file:
Allow the case to restart when turning on the wall model after the fact.
0 lines of code changed in 2 files:
Warning.
0 lines of code changed in 1 file:
Fix warning.
0 lines of code changed in 1 file:
This fixes a bug in the intrusion inlet by not setting zero valued
tangential velocity components.
Also simplify the constant (flat) velocity spec a little.
33 lines of code changed in 2 files:
More work on bringing the intrusion inlets up to speed.
Handoff capability seems to be working. Still needs verification.
Added some input files for demo purposes.
RT test to come later after verification.
409 lines of code changed in 12 files:
Updating the scalar handoff stuff. Starting the velocities.
80 lines of code changed in 4 files:
Adding a helper class for dealing with handoff files.
126 lines of code changed in 4 files:
Throw and error if momentum is on but pressure solver parameters are not
specified. Fixed the AlmgrenMMS prob. with BCs to run with pressure
solver.
15 lines of code changed in 5 files:
* Some naming convention updates
* Add property evaluation to the cold flow properties in the initialization
* Updated a bunch of input files to now use state properties
62 lines of code changed in 15 files:
Parse the density values from the StateProperty spec rather than
requiring that the user re-enter it.
123 lines of code changed in 6 files:
Deleting unused class.
Reverting ColdFlowProps to its original state.
Other minor cleanup.
237 lines of code changed in 20 files:
Fixing a typo.
387 lines of code changed in 6 files:
* Added a equation class to the equation groups to help manage the different scalar types (mixture fraction, DQMOM, etc…)
* Minor spacing, tabs, etc…
* Added an include in Endian.h as I had a couple compilers not being able to identify the IntVector type.
389 lines of code changed in 6 files:
(161 more)