[root]/CCA/Components/Arches/WallHTModels
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 36 (100.0%) | 1740 (100.0%) | 48.3 |
jthornoc | 14 (38.9%) | 838 (48.2%) | 59.8 |
u0407585 | 14 (38.9%) | 528 (30.3%) | 37.7 |
derekhar | 6 (16.7%) | 372 (21.4%) | 62.0 |
jas | 2 (5.6%) | 2 (0.1%) | 1.0 |
Corrected a few mistakes in the deposition model, and added a new deposition velocity to the WallHT model.
0 lines of code changed in 4 files:
Added a few additional features to the deposition model. Shouldn't have an impact on the regression tests.
14 lines of code changed in 2 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:
Added minor corrected the coal_region ht.
2 lines of code changed in 1 file:
Added new wall heat-transfer model for coal problems, that encorporates particle depositon.
446 lines of code changed in 2 files:
Cleaning up warnings.
377 lines of code changed in 1 file:
Fully removed DO/RMCRT specific code in the Wall-HT model. This can be done since they use the same interface of 6 CCVariables for the fluxes .
29 lines of code changed in 2 files:
Possible fix to memory leak in wallHT model.
3 lines of code changed in 1 file:
Altered WallHT model so that it will treat both radiation models the same. This is in accordance with commit 53735.
6 lines of code changed in 1 file:
Revert "Templated wallHT model to interface with a generic type for directional radiative fluxes. "
This reverts commit fad7a4aa53a6c03168d3c25e8d2094e6554c70f8.
169 lines of code changed in 2 files:
Templated wallHT model to interface with a generic type for directional radiative fluxes.
RMCRT can now be used in combination with the year 1 coal physics code.
334 lines of code changed in 2 files:
Revert c++-11 namespace changes.
1 lines of code changed in 1 file:
Explicit namespace usage as part of the transition to c++-11.
1 lines of code changed in 1 file:
Remove max_TW spec from the arches_spec.
Remove max_TW from wall model becuase it wasn't being used.
1 lines of code changed in 1 file:
Bandaid problems.
Using wall cell type to only copy in values into the real wall
temperature on non-solve timesteps. The previous method was causing
cases to go unstable.
14 lines of code changed in 1 file:
As a temporary fix to allow restarts, use the old temperature from the
OldDW as the previous solution. This results in the wall temperature
variable to be filled in the gas cells, a feature we don't want in the
long run but it overcomes the restart problem on cases that were run
before this feature was added.
19 lines of code changed in 1 file:
Add a new temperature label that only populates the TRUE wall
temperature value as determined with an emmissivity < 1.
88 lines of code changed in 2 files:
Fix a few bugs in the wall heat transfer model:
1) Change the order of operations in invoking the model
2) Work with patch ghost cells rather than ignore them
3) Dont do full copies on the flux variables. Use variable pointers
instead.
4) Dont allow the user to specify the temperature label for the wallHT
model.
117 lines of code changed in 2 files:
Changed max Temp in WallHT to be (q/sigma)^0.25.
3 lines of code changed in 1 file:
Added maximum wall temperature option.
3 lines of code changed in 1 file:
Modified wall heat transfer model.
46 lines of code changed in 1 file:
Retab.
1 lines of code changed in 1 file: