Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 461 (100.0%) | 10513 (100.0%) | 22.8 |
CCA/Components/Arches/PropertyModels/ | 70 (15.2%) | 3256 (31.0%) | 46.5 |
CCA/Components/Arches/SourceTerms/ | 90 (19.5%) | 2224 (21.2%) | 24.7 |
CCA/Components/Arches/ChemMix/ | 65 (14.1%) | 2082 (19.8%) | 32.0 |
CCA/Components/Arches/ | 130 (28.2%) | 1704 (16.2%) | 13.1 |
CCA/Components/Arches/TransportEqns/ | 47 (10.2%) | 971 (9.2%) | 20.6 |
scripts/ | 4 (0.9%) | 112 (1.1%) | 28.0 |
CCA/Components/Arches/CoalModels/ | 19 (4.1%) | 98 (0.9%) | 5.1 |
Core/Grid/BoundaryConditions/ | 10 (2.2%) | 24 (0.2%) | 2.4 |
CCA/Components/MPMArches/fortran/ | 3 (0.7%) | 19 (0.2%) | 6.3 |
CCA/Components/MPMArches/ | 1 (0.2%) | 9 (0.1%) | 9.0 |
R_Tester/ | 1 (0.2%) | 7 (0.1%) | 7.0 |
CCA/Components/Arches/Mixing/ | 6 (1.3%) | 6 (0.1%) | 1.0 |
CCA/Components/ | 1 (0.2%) | 1 (0.0%) | 1.0 |
CCA/Components/Arches/Mixing/TabProps/ | 7 (1.5%) | 0 (0.0%) | 0.0 |
CCA/Components/Arches/ChemMix/TabProps/ | 7 (1.5%) | 0 (0.0%) | 0.0 |
Initialize boolean.
0 lines of code changed in 2 files:
Per Todd's recommendation, using a different method from isnan to try to
catch the random Hypre segfaults.
0 lines of code changed in 2 files:
Added a check for nan's while we try to track down these random hypre
segfaults.
29 lines of code changed in 1 file:
Fixed some compiler warnings.
19 lines of code changed in 3 files:
Fixed a couple of warnings.
1 lines of code changed in 1 file:
Update to allow for TabProps generated tables with mixture fraction
variance. Mixing model can be turned on/off using the
<use_mixing_model> tag under <Properties>.
0 lines of code changed in 4 files:
Added some doxygen comments. Also, resolved the spline information
outside of the cell loop for better efficiency in TabPropsInterface.cc.
48 lines of code changed in 4 files:
Comment out debugging output for efficiency.
2 lines of code changed in 1 file:
TabPropsInterface:
Removed a variable that wasn't needed and used the private class
variable instead.
ExplicitSolver.cc:
Rearranged the dummy solve a little. This shouldn't change the answers
but makes more intuitive sense (expect the dummy solve makes no sense --
so just try to figure that one out)
ScalarEqn.cc:
In addition to the clipping after the averaging, do clipping after the
FE update to ensure bounded scalars.
44 lines of code changed in 5 files:
Added check for null pointer from TabProps. Removed a debugging print
statement.
7 lines of code changed in 1 file:
Yet another missing ghost cell.
0 lines of code changed in 2 files:
Ghost number requirement for area fraction needed fixin'
2 lines of code changed in 1 file:
TabPropsInterface.cc/.h
-> Allow for enthalpy to be turned on but radiation be off for adiabatic
cases
-> Use BSpline pointers rather than strings for table lookup
-> Check bounds on derived mixture fraction for coal tables
-> Complete rehash of how property BCs are being computed
-> Removed d_hl_outlet and d_hl_pressure in favor of the previous
comment
Discretization_new.h
-> Fixed a bug in super_bee for internal boundary conditions
-> Changed the diffusion calculation for now at boundaries so that they
behave exactly like the old Arches boundary conditions. We should
revisit this.
tableProbe.m
-> Read in a string.
arches_spec.xml
-> updated spec to match above changes
298 lines of code changed in 4 files:
cout --> proc0cout
0 lines of code changed in 2 files:
Fix a warning.
1 lines of code changed in 1 file:
Generalizing the Westbrook & Dryer model.
0 lines of code changed in 4 files:
Passing variable by reference.
Updated ups file to match spec.
8 lines of code changed in 3 files:
Core/Grid/BoundaryConditions/*:
* Added the ability to name a <Face> tag using the attribute "name". Ie:
<Face side="x-" name="my_face"> …
and retrieve that name. By default, the name is "NotSet" if no name is specified.
BoundaryCondition.cc:
* Removed some references to reacting scalar (replaced by new scalar transport)
* Replaced some fortran with C++ implementations
* Added ability to specify new types of inlet including
- Flat Profile
- Function
- Vector
- Input file
Note that the current code should behave as before. Some of the above capabilities now needs implementation and polish.
* Removed some old extra scalar code.
* Added FlowInlet specs.
TabPropsInterface and MixingRxnModel.h:
* Added calculation of third mixture fraction from 2 conserved mixture fractions if using coal (eta and fp are now specified as attributes of the <coal> tag.
* Removed <adiabatic> spec in TabProps for now since the radiation model solely determines if the case is adiabatic or not. Now d_adiabatic is set depending on the radiation model specification.
arches_spec.xml:
* Removed a few unused tags and added spec for changes above.
ups_spec.xml:
* Added attribute spec for changes listed above for <BoundaryConditions><Face>
691 lines of code changed in 17 files:
Fixed a bug where iv's weren't always being matched properly with
TabProp's ordering of ivs.
19 lines of code changed in 1 file:
- Fixed the mixMW problem. This will require GS update, and addresses
the problem with Julien's commit the other day.
- Pulled a few weeds including erroneous comments and functionality
(blobInit).
- Changed Westbrook and Dryer model to not require molecular weight (it
isn't needed if X and Y are supplied)
- Updated spec accordingly
59 lines of code changed in 12 files:
(85 more)