Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 111 (100.0%) | 4238 (100.0%) | 38.1 |
CCA/Components/Arches/CoalModels/ | 29 (26.1%) | 1583 (37.4%) | 54.5 |
CCA/Components/Arches/ParticleModels/ | 26 (23.4%) | 1463 (34.5%) | 56.2 |
CCA/Components/Arches/PropertyModelsV2/ | 8 (7.2%) | 544 (12.8%) | 68.0 |
CCA/Components/Arches/WallHTModels/ | 14 (12.6%) | 528 (12.5%) | 37.7 |
CCA/Components/Arches/SourceTerms/ | 19 (17.1%) | 86 (2.0%) | 4.5 |
CCA/Components/Arches/ | 10 (9.0%) | 29 (0.7%) | 2.9 |
R_Tester/ | 2 (1.8%) | 4 (0.1%) | 2.0 |
CCA/Components/Arches/ChemMix/ | 1 (0.9%) | 1 (0.0%) | 1.0 |
CCA/Components/Arches/Utility/ | 2 (1.8%) | 0 (0.0%) | 0.0 |
Added if statement to CoalTemperature problemSetup to avoid computing coefficients for an enthalpy curve fit if we are not using that part of the model.
47 lines of code changed in 1 file:
Removed the locked variable and created an new grid variable.
0 lines of code changed in 4 files:
Initialized the locked variable in problem setup to avoid issues during a restart.
2 lines of code changed in 1 file:
Corrected a few mistakes in the deposition model, and added a new deposition velocity to the WallHT model.
0 lines of code changed in 6 files:
Added a few additional features to the deposition model. Shouldn't have an impact on the regression tests.
53 lines of code changed in 4 files:
Added erosion thickness to the deposit model, and an additonal feature to allow for deposit thickness to go to zero.
58 lines of code changed in 2 files:
Removed cout statement from the previous commit.
0 lines of code changed in 1 file:
Added T_slag for wall heat transfer model for coal systems.
8 lines of code changed in 2 files:
Fixed depostion velocity bug that was only allowing deposition to occur on an x- face.
5 lines of code changed in 1 file:
Added minor corrected the coal_region ht.
2 lines of code changed in 1 file:
Commented out print statements in coal - soot model.
0 lines of code changed in 8 files:
Added new wall heat-transfer model for coal problems, that encorporates particle depositon.
457 lines of code changed in 4 files:
Added time-averaged particle deposition velocity model, for computing deposition thickness.
409 lines of code changed in 6 files:
Made various updates to Minmin's RateDeposition model. Added a destruction source term for DQMOM which removes particles that have deposited.
680 lines of code changed in 9 files:
Added particle temperature in order to compute Pvisc correctly.
22 lines of code changed in 2 files:
Added Minmin's deposition rate calculation. Shouldn't have any impact on regression tests.
696 lines of code changed in 4 files:
Added thermophoretic acceleration model for DQMOM particles.
531 lines of code changed in 4 files:
Fixed a bug keeping the Wall heat-transfer model from being scheduled.
3 lines of code changed in 1 file:
Fixed a typo for TaskAlgebra interface, allowing for division by a constant.
0 lines of code changed in 2 files:
Added missing Varlabel that was causing problems at the end of simulation.
0 lines of code changed in 2 files:
(10 more)