/trunk/src Developers: wyxpuma

Login name:
wyxpuma
Total Commits:
58 (0.8%)
Lines of Code:
705 (0.8%)
Most Recent Commit:
2013-12-04 17:07
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for wyxpuma

Activity by Day of Week for wyxpuma

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 58 (100.0%) 705 (100.0%) 12.1
CCA/Components/Arches/ 9 (15.5%) 273 (38.7%) 30.3
CCA/Components/Arches/SourceTerms/ 19 (32.8%) 166 (23.5%) 8.7
CCA/Components/Arches/Radiation/ 5 (8.6%) 108 (15.3%) 21.6
CCA/Components/Arches/CoalModels/ 16 (27.6%) 96 (13.6%) 6.0
CCA/Components/Arches/WallHTModels/ 4 (6.9%) 47 (6.7%) 11.7
CCA/Components/Arches/TransportEqns/ 4 (6.9%) 13 (1.8%) 3.2
CCA/Components/Models/Radiation/RMCRT/ 1 (1.7%) 2 (0.3%) 2.0

Activity of wyxpuma

Most Recent Commits

wyxpuma 2013-12-04 17:07 Rev.: 51357

to update the problemsetup for WallHT so that WallHT will actually work

2 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+2 -2)
wyxpuma 2013-08-21 15:57 Rev.: 50850

to update Enthalpy coal model

2 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+2 -2)
wyxpuma 2013-08-21 15:55 Rev.: 50849

update the surface reaction rate for charoxidation

1 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+1 -1)
wyxpuma 2013-08-17 22:36 Rev.: 50832

to remove useless outputs

0 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (-4)
wyxpuma 2013-08-08 17:19 Rev.: 50790

to update the DQMOM.cc

0 lines of code changed in 1 file:

  • CCA/Components/Arches: DQMOM.cc (-12)
wyxpuma 2013-08-08 17:07 Rev.: 50789

to optimize the data access to source term, make code faster

55 lines of code changed in 1 file:

  • CCA/Components/Arches: DQMOM.cc (+55 -90)
wyxpuma 2013-08-07 13:24 Rev.: 50780

to fix a bug for restart

6 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+6)
wyxpuma 2013-08-07 10:11 Rev.: 50778

to update the char oxidation model

1 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+1 -1)
wyxpuma 2013-08-07 10:11 Rev.: 50777

to update the coal particle heat transfer model

27 lines of code changed in 1 file:

  • CCA/Components/Arches/CoalModels: EnthalpyShaddix.cc (+27 -22)
wyxpuma 2013-07-15 21:51 Rev.: 50719

the following changes have been made in order to use RadPropertiesCalculation method to calculate abskg and abskp and to be used in DO and RMCRT radiation model: 1.to change the interface for computeRadProp(withparticles) and to add gas phase temperature as the passing variable. 2. to calculate the unscaled particle length and particle weights so that correct abskg/abskp canbe calculated. 3. to fix some bugs and to set abskg/abskp=1.0 for wall BC, in RMCRT model, abskg is actually wall emissivity. 4. to fix small bug for EnthalpyShaddix.cc. These changes may cause some goldenstandard cases changes. reported as: heptane_pipe, coal_table_pipe and rmcrt_bm1_1L

147 lines of code changed in 7 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (-2), EnthalpyShaddix.cc (+7 -2)
  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+61 -35)
  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+12 -2), DORadiation.h (+2), RMCRT.cc (+63 -8), RMCRT.h (+2)
wyxpuma 2013-07-15 15:20 Rev.: 50712

Changed calculation of radiationVolq to match DO definition. This will change the answers and break the RT for all RMCRT tests.

2 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+2 -1)
wyxpuma 2013-07-10 16:55 Rev.: 50695

fix a bug that caused in 50679

13 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+13)
wyxpuma 2013-07-10 15:51 Rev.: 50694

to fix some inconsitant specification for RMCRT and to remove bounding method for abskp and abskg

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (-2)
wyxpuma 2013-07-09 17:20 Rev.: 50679

update radation property calculation model so that Lubima's code can be run in Arches

97 lines of code changed in 4 files:

  • CCA/Components/Arches/Radiation: DORadiationModelV2.cc (-13), RadPropertyCalculator.h (+37 -28)
  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+36 -23), RMCRT.cc (+24 -4)
wyxpuma 2013-07-05 16:04 Rev.: 50655

change coal model back to 50650

2 lines of code changed in 3 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+1 -1), EnthalpyShaddix.cc (+1 -1), EnthalpyShaddix.h (-1)
wyxpuma 2013-07-05 12:29 Rev.: 50651

update Enthalpy Shaddix.cc so that the arbitrary label can be read

38 lines of code changed in 3 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+3), EnthalpyShaddix.cc (+33 -1), EnthalpyShaddix.h (+2)
wyxpuma 2013-07-05 12:15 Rev.: 50650

update char oxidation coal models

8 lines of code changed in 2 files:

  • CCA/Components/Arches/CoalModels: CharOxidationShaddix.cc (+7 -11), CharOxidationShaddix.h (+1)
wyxpuma 2013-05-10 13:22 Rev.: 50252

to updates the name of some variable

3 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+3 -3)
wyxpuma 2013-05-09 10:47 Rev.: 50243

to revert tol=1e-10 and to fix a small logical bug for clipping weighted abscissa

9 lines of code changed in 3 files:

  • CCA/Components/Arches: ExplicitTimeInt.h (+6 -4)
  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+2 -2), ScalarEqn.cc (+1 -1)
wyxpuma 2013-05-06 14:39 Rev.: 50227

to update the clip method for weighted abcissa

89 lines of code changed in 3 files:

  • CCA/Components/Arches: ExplicitTimeInt.h (+79)
  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+9 -3), ScalarEqn.cc (+1 -1)

(8 more)

Generated by StatSVN 0.7.0