[root]/CCA/Components/Arches/SourceTerms
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 |
Initializing a couple of variables.
0 lines of code changed in 2 files:
Particle Enthalpy Model
23 lines of code changed in 4 files:
Removing comments
0 lines of code changed in 1 file:
Fixing particle absorption coefficient
30 lines of code changed in 3 files:
Fixing a unit conversion bug.
0 lines of code changed in 2 files:
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:
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:
Now dragging MPMArchesLabel into DO radiation so it will compile on OSX.
11 lines of code changed in 2 files:
- 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:
Multiply rate by volume fraction to get zero rate in walls.
4 lines of code changed in 1 file:
Cleanup -- warnings and unused files.
Answers should remain the same.
9 lines of code changed in 5 files:
NO2 should have been N2
Also initialized a variable.
12 lines of code changed in 3 files:
Forgot to add source files with last commit.
306 lines of code changed in 2 files:
Adding NOx rate term.
7 lines of code changed in 3 files:
* 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:
Compute the stripping factor with the conserved mixture fraction.
4 lines of code changed in 1 file:
Typo in the denominator of the stripping factor.
1 lines of code changed in 1 file:
Update copyright year.
4 lines of code changed in 7 files:
Fix some wonky logic.
56 lines of code changed in 1 file:
Using std::abs rather than fabs.
1 lines of code changed in 1 file:
(21 more)