[root]/CCA/Components/Arches/PropertyModelsV2
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 257 (100.0%) | 5589 (100.0%) | 21.7 |
jthornoc | 182 (70.8%) | 2347 (42.0%) | 12.8 |
derekhar | 46 (17.9%) | 1917 (34.3%) | 41.6 |
ohdiazi | 22 (8.6%) | 1294 (23.2%) | 58.8 |
dav | 4 (1.6%) | 24 (0.4%) | 6.0 |
jas | 3 (1.2%) | 7 (0.1%) | 2.3 |
Add Table interface for paritcle radiation properties.
0 lines of code changed in 4 files:
Throw and error if momentum is on but pressure solver parameters are not
specified. Fixed the AlmgrenMMS prob. with BCs to run with pressure
solver.
14 lines of code changed in 4 files:
* Some naming convention updates
* Add property evaluation to the cold flow properties in the initialization
* Updated a bunch of input files to now use state properties
1 lines of code changed in 2 files:
Deleting unused class.
Reverting ColdFlowProps to its original state.
Other minor cleanup.
188 lines of code changed in 12 files:
Fixing a typo.
387 lines of code changed in 6 files:
* Added a equation class to the equation groups to help manage the different scalar types (mixture fraction, DQMOM, etc…)
* Minor spacing, tabs, etc…
* Added an include in Endian.h as I had a couple compilers not being able to identify the IntVector type.
62 lines of code changed in 1 file:
fixing BC for FX group of eqns
59 lines of code changed in 1 file:
Adding arches_spec. Fixing solver pressure, drhodt, compute density
72 lines of code changed in 2 files:
I added "compute_density_star" in ups with variable density
12 lines of code changed in 1 file:
Fixing ups.
92 lines of code changed in 2 files:
fixing task to compute phi from rho*phi
52 lines of code changed in 3 files:
tasks to compute: drhodt, density guess and check continuity equation
594 lines of code changed in 8 files:
task to compute phi or ui
301 lines of code changed in 2 files:
task to compute phi or u
112 lines of code changed in 3 files:
Code cleanup.
195 lines of code changed in 4 files:
Replace all instances of StaticArray with std::vector. This has been tested on the RT for all components. It is a drop in replacement. StaticArray is being removed.
7 lines of code changed in 3 files:
Adding a few initializations.
Fix warnings.
1 lines of code changed in 1 file:
Cleaning up warnings and adding Shunn 1D mms.
6 lines of code changed in 2 files:
Merging Oscar's bug fixes for the transport eqns.
106 lines of code changed in 9 files:
Add BrownSoot and spectral physics to RT suite. Minor spec edits.
1 lines of code changed in 2 files:
Cleaning up some warnings.
1 lines of code changed in 1 file:
Added support for spectral solvers for Arches-radiation. Support is currently only provided for the sweeping solver. This commit also removed several experimental sweeping approaches.
This commit will break all radiation tests due to the changing of a label name, but otherwise should not change the answers.
Removed some of the unused fortran code.
46 lines of code changed in 5 files:
* Move the flux initialization up to the timestep_initialize task for the scalar calc.
* Start cleaning up some redundant enums. This needs a little more work.
* Add a little more information to the ArchesTaskDBG helper.
* Fix a bug in the FaceVelocity task wherein the registration for the variables wasn’t passing the time_substep.
* Convert several task scheduling calls in KokkosSolver from individual scheduling to scheduling through the factory in groups.
1 lines of code changed in 1 file:
Including a transparent band, for scenarios with soot/coal particles.
17 lines of code changed in 2 files:
Extended spectral radiation properties to include soot.
30 lines of code changed in 2 files:
Remove tabs, alphabetize
12 lines of code changed in 1 file:
New soot volume fraction computation.
222 lines of code changed in 2 files:
Decoupled computation of soot volume fraction and the radiative contribution from soot. Minor clean-up of estalished property models.
24 lines of code changed in 10 files:
Added a 4 band spectral property model for CO2-H2O mixtures. Based on publication Bordbar et al. 2014.
The model was developed to be accurate in the temperate range of 500K-2400K and H2O/CO2 molar ratios ranging from 0.01 to 4.0.
348 lines of code changed in 4 files:
Bad commit in last commit.
0 lines of code changed in 1 file:
Even more missing files.
3 lines of code changed in 1 file:
More missing files.
178 lines of code changed in 2 files:
Adding missing files.
201 lines of code changed in 2 files:
* Moved the calc of the CC velocities into its own task (by necessity)
* Add an optional parameter to the task scheduling through the factory to ignore the task if not found.
* Some additional cleanup
10 lines of code changed in 4 files:
* cleaned up some unused functionality in the ConvectionHelper - Specifically the old implementation of the staggered convective operator.
* In GridTools, moved around the enums for the DIR variable to make better sense.
* Added the start of a 1D interpolator. This needs some (re)verification since I modified what Oscar had initially.
* Had to add const version of the VariableHelper.
* Using the 1D interpolator, added a helper task to do 1D interpolation. Needs a little more work as it currently excludes FC -> FC
57 lines of code changed in 1 file:
Move the stress tensor to the Transport directory.
House it under the transport factory.
0 lines of code changed in 4 files:
Adding the stress tensor calc.
285 lines of code changed in 5 files:
* Add the pressure boundary conditions post pressure linear solve which eases the calculation of the pressure gradient.
* Added a cc-velocity calculation
* Fixed a bug in the u = rho*u/rho calculation for walls (was getting something / zero )
* Pressure gradient wasn’t being added on the + side properly when boundary conditions - fixed.
* KFEupdate had one too many iterators on the + side - Fixed
48 lines of code changed in 2 files:
This commit breaks the kokkos scalar tests.
* Template ConvectionHelper to enable temporary variable use in this function.
* Changed up some of the macros to have better (more descriptive) names
* Added a new patch range macro
* Packaged the momentum updates into a smaller package
* register_variable now passes a bool to indicate if the variable is temp or not. If temp, it avoids the registration
12 lines of code changed in 3 files:
Final API change commits.
20 lines of code changed in 29 files:
(21 more)