Directory CCA/Components/Arches/SourceTerms/

Total Files:
21
Deleted Files:
0
Lines of Code:
2752

[root]/CCA/Components/Arches/SourceTerms

Lines of Code

CCA/Components/Arches/SourceTerms/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 103 (100.0%) 2726 (100.0%) 26.4
jpedel 24 (23.3%) 1356 (49.7%) 56.5
jthornoc 65 (63.1%) 1313 (48.2%) 20.2
harman 7 (6.8%) 53 (1.9%) 7.5
jas 7 (6.8%) 4 (0.1%) 0.5

Most Recent Commits

jthornoc 2011-12-23 02:58 Rev.: 48041

Initializing a couple of variables.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (new)
jpedel 2011-12-12 15:57 Rev.: 47979

Particle Enthalpy Model

23 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: SourceTermFactory.cc (+20), SourceTermFactory.h (new)
jpedel 2011-12-02 15:06 Rev.: 47918

Removing comments

0 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (-9)
jpedel 2011-12-02 15:04 Rev.: 47917

Fixing particle absorption coefficient

30 lines of code changed in 3 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+28 -8), DORadiation.h (new)
jthornoc 2011-11-30 15:47 Rev.: 47896

Fixing a unit conversion bug.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: BowmanNOx.cc (new)
jthornoc 2011-11-22 19:29 Rev.: 47865

Several modifications including:

1) Initialize density_guess in the <bleeping> dummy solve so that it can be saved out in the uda

2) Area fractions were inadvertently being overwritten. This is now fixed.

3) Added swirl to the old boundary condition <FlowInlet>.

4) Cleaned up some of the new boundary condition stuff. There still seems to be a problem with assigning values to the BCInfoMap.

5) Intrusion temperatures can now be set.

6) Hard setting lprob* test cases to false. This of hard coding logicals for test cases hackishness should be removed…I would vote for driving these tests from input files.

7) "SolidWallTemperature" is now an input type in the <BoundaryCondition> section for setting wall temperatures.

8) Radiation solution is now persisting through timesteps without a radiation solve.

Some answers will change due to the addition of setting the intrusion temperature. Other tests will break because of a change in the numbers of variables in the checkpoint. GS's to be updated.

40 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: BowmanNOx.cc (+11 -4), DORadiation.cc (+29 -21)
harman 2011-11-21 16:33 Rev.: 47859

radwsgg: reduced the upper & lower looping limits by 1. This is a pointwise operation

DORadiation: No longer requiring gac for the labels co2, h2o and sootFV.

This should not change the answers.

21 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+21 -19)
harman 2011-11-21 14:16 Rev.: 47858

Now dragging MPMArchesLabel into DO radiation so it will compile on OSX.


11 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+5 -3), DORadiation.h (+6 -3)
harman 2011-11-19 14:34 Rev.: 47831

- Moved all DO radiation model code out of EnthalpySolver and into DORadiationModel.
- EnthalpySolver now schedules 1 task (computeSource) and requires 1 variable from the DO model.
- removed unused global variables.
- Pruned and simplified where possible.

*This should not change the answers.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+1 -1)
jthornoc 2011-10-28 15:34 Rev.: 47782

Multiply rate by volume fraction to get zero rate in walls.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: BowmanNOx.cc (+4 -1)
jthornoc 2011-10-19 10:59 Rev.: 47747

Cleanup -- warnings and unused files.
Answers should remain the same.

9 lines of code changed in 5 files:

  • CCA/Components/Arches/SourceTerms: BowmanNOx.cc (+1 -1), DORadiation.cc (+4 -1), DORadiation.h (+2 -2), WestbrookDryer.cc (+2 -1)
jthornoc 2011-10-18 15:04 Rev.: 47740

NO2 should have been N2
Also initialized a variable.

12 lines of code changed in 3 files:

  • CCA/Components/Arches/SourceTerms: BowmanNOx.cc (+8 -8), BowmanNOx.h (+4 -4)
jthornoc 2011-10-18 15:04 Rev.: 47739

Forgot to add source files with last commit.

306 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: BowmanNOx.cc (+200), BowmanNOx.h (+106)
jthornoc 2011-10-18 15:04 Rev.: 47738

Adding NOx rate term.

7 lines of code changed in 3 files:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (+6 -6), sub.mk (+1)
jthornoc 2011-09-23 17:20 Rev.: 47629

* Fixed bug with restart. Objects were being allocated in paramInit but needed to be done elsewhere.

* Added the inverted tag for solids

* Added a simply wall type.

* velocity is now all specified inside of the velocity generator for all components.

* fixed some compiler warnings

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.h (+1 -1)
jthornoc 2011-09-09 08:27 Rev.: 47567

Compute the stripping factor with the conserved mixture fraction.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (+4 -14)
jthornoc 2011-09-06 07:32 Rev.: 47551

Typo in the denominator of the stripping factor.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (+1 -1)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

4 lines of code changed in 7 files:

  • CCA/Components/Arches/SourceTerms: Inject.h (+1 -1), IntrusionInlet.h (+1 -1), SourceTermFactory.h (+1 -1), WestbrookDryer.h (+1 -1)
jthornoc 2011-08-23 12:07 Rev.: 47504

Fix some wonky logic.

56 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+56 -63)
jthornoc 2011-08-18 15:31 Rev.: 47488

Using std::abs rather than fabs.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.h (+1 -1)

(21 more)

Generated by StatSVN 0.4.0