Directory CCA/Components/Arches/WallHTModels/

Total Files:
2
Deleted Files:
0
Lines of Code:
1128

[root]/CCA/Components/Arches/WallHTModels

Lines of Code

CCA/Components/Arches/WallHTModels/ Lines of Code

Developers

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

Most Recent Commits

u0407585 2015-11-18 18:06 Rev.: 54365

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (changed), WallModelDriver.h (changed)
u0407585 2015-11-17 11:52 Rev.: 54347

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+12 -9), WallModelDriver.h (+2 -3)
u0407585 2015-11-09 15:07 Rev.: 54295

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+57 -4), WallModelDriver.h (+1)
u0407585 2015-11-03 14:35 Rev.: 54275

Removed cout statement from the previous commit.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (-1)
u0407585 2015-11-03 14:18 Rev.: 54273

Added T_slag for wall heat transfer model for coal systems.

8 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+7 -1), WallModelDriver.h (+1)
u0407585 2015-11-01 14:25 Rev.: 54256

Added minor corrected the coal_region ht.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+2 -7)
u0407585 2015-10-29 23:12 Rev.: 54240

Added new wall heat-transfer model for coal problems, that encorporates particle depositon.

446 lines of code changed in 2 files:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+350 -15), WallModelDriver.h (+96 -4)
jthornoc 2015-08-10 16:19 Rev.: 53801

Cleaning up warnings.

377 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+377 -379)
derekhar 2015-08-06 14:48 Rev.: 53784

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+4 -51), WallModelDriver.h (+25 -33)
derekhar 2015-08-06 13:41 Rev.: 53783

Possible fix to memory leak in wallHT model.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+3 -2)
derekhar 2015-08-05 10:46 Rev.: 53780

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+6 -6)
jthornoc 2015-06-24 12:28 Rev.: 53675

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+116 -229), WallModelDriver.h (+53 -105)
derekhar 2015-06-08 14:28 Rev.: 53608

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+229 -116), WallModelDriver.h (+105 -53)
jas 2015-05-28 09:26 Rev.: 53557

Revert c++-11 namespace changes.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+1 -1)
jas 2015-05-27 15:34 Rev.: 53554

Explicit namespace usage as part of the transition to c++-11.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+1 -1)
jthornoc 2015-03-24 15:32 Rev.: 53288

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+1 -1)
jthornoc 2015-03-24 15:32 Rev.: 53280

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+14 -3)
jthornoc 2015-03-24 15:32 Rev.: 53279

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+19 -3)
jthornoc 2015-03-24 15:32 Rev.: 53278

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+76 -9), WallModelDriver.h (+12)
jthornoc 2015-03-24 15:32 Rev.: 53277

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:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+98 -69), WallModelDriver.h (+19 -19)
jthornoc 2015-03-24 15:32 Rev.: 53275

Changed max Temp in WallHT to be (q/sigma)^0.25.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+3 -120)
jthornoc 2015-03-24 15:32 Rev.: 53274

Added maximum wall temperature option.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+3 -2)
jthornoc 2015-03-24 15:32 Rev.: 53271

Modified wall heat transfer model.

46 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.cc (+46 -54)
jthornoc 2015-01-06 16:03 Rev.: 52935

Retab.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/WallHTModels: WallModelDriver.h (+1 -1)
Generated by StatSVN 0.7.0