[root]/CCA/Components/Arches/ParticleModels
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 173 (100.0%) | 7314 (100.0%) | 42.2 |
jthornoc | 79 (45.7%) | 3118 (42.6%) | 39.4 |
awabboud | 53 (30.6%) | 2397 (32.8%) | 45.2 |
u0407585 | 26 (15.0%) | 1463 (20.0%) | 56.2 |
derekhar | 15 (8.7%) | 336 (4.6%) | 22.4 |
Reverting commit 54488 and 54487 which were causing crashes on Mira, probably due to a poorly condition matrix.
0 lines of code changed in 4 files:
Added if statement to CoalTemperature problemSetup to avoid computing coefficients for an enthalpy curve fit if we are not using that part of the model.
47 lines of code changed in 1 file:
Adjust nomenclature to be consistent.
5 lines of code changed in 1 file:
Added the option to use a curve fit for particle enthalpy, rather than using non-linear solve. This is needed so that the temperature field can be characterized in terms for enthalpy for equilibrium models.
192 lines of code changed in 2 files:
Removed the locked variable and created an new grid variable.
0 lines of code changed in 4 files:
Initialized the locked variable in problem setup to avoid issues during a restart.
2 lines of code changed in 1 file:
Added a few additional features to the deposition model. Shouldn't have an impact on the regression tests.
39 lines of code changed in 2 files:
Fixed depostion velocity bug that was only allowing deposition to occur on an x- face.
5 lines of code changed in 1 file:
Added new wall heat-transfer model for coal problems, that encorporates particle depositon.
4 lines of code changed in 1 file:
Added time-averaged particle deposition velocity model, for computing deposition thickness.
409 lines of code changed in 6 files:
Made various updates to Minmin's RateDeposition model. Added a destruction source term for DQMOM which removes particles that have deposited.
239 lines of code changed in 4 files:
Added particle temperature in order to compute Pvisc correctly.
22 lines of code changed in 2 files:
Added Minmin's deposition rate calculation. Shouldn't have any impact on regression tests.
696 lines of code changed in 4 files:
fix an include from prior commit
0 lines of code changed in 2 files:
change the particle models for cqmom so <IC> none </IC> is not used for particle properties (temp/density/etc)
54 lines of code changed in 2 files:
Add CoalHelper back in.
More work on implementing BCHelper.
193 lines of code changed in 3 files:
Add in nebo versions of coal models for FOWY devolatilization, shaddix enthalpy, and shadddix char oxidation. Add a simple test of coal models in CQMOM
1621 lines of code changed in 8 files:
Add more variables into the coal helper structure
36 lines of code changed in 1 file:
A small change to fix coal temperature with cqmom
44 lines of code changed in 1 file:
Added that ability to specify the mass flux of particles using PartMassFlowInlet.
This approach uses the user specified weight distribution which should be computed based on the idealized velocity.
87 lines of code changed in 2 files:
Removed coal specific design to allow for a more generic roadmap for arches particle transport.
This change is also preliminary for a massflowinlet boundary condition.
52 lines of code changed in 6 files:
Fix to prevent nans in coal density
4 lines of code changed in 1 file:
Change CoalTemperature to clip on volfrac instead of DQMOM weights, this should make it useable in CQMOM. A couple RTs using this will break.
10 lines of code changed in 2 files:
Fix coal denisty for variable particle sizes
2 lines of code changed in 1 file:
Change Arches ParticleHelper to ParticleTools to reduce naming conflicts
227 lines of code changed in 13 files:
Fix ParticleHelper for CQMOM particles
0 lines of code changed in 1 file:
Warning.
20 lines of code changed in 1 file:
Change coal temperature to work with varaible particle sizes when needed
53 lines of code changed in 3 files:
Change coal density model to work with variable particle sizes when needed
82 lines of code changed in 4 files:
Change the parsing for the particle models to be more consistent
9 lines of code changed in 2 files:
Fix a problem with the variable registry. The values are no longer being
altered after it is passed to the task.
7 lines of code changed in 1 file:
Remove more _new functions.
79 lines of code changed in 11 files:
Minor front-end change, major back-end change to the Arches Task Interface (ATI).
* Remove the ATI variable type enums in favor of Uintah type descriptions and the FieldAdaptor mapping for better generality.
* Rather than resolving all variables in the task call-back function, resolve the labels when they are retrieved. This is now done in the FieldContainer.h
This should reduce the complexity of the field mapping behind the scenes for easier readability and maintainability.
700 lines of code changed in 17 files:
Simplify particle drag adn gravity models. For constant properties utilize type constant model. This will break CQMOM RT.
28 lines of code changed in 2 files:
switch from using the cc-wrapper to static array in cqmom
22 lines of code changed in 2 files:
Switch pows to for loops for minor speed up. This will break the last CQMOM RT
6 lines of code changed in 1 file:
Refactor the CQMOM source terms so that only one task exists to calculate the source term for each equation at once. This provides a significant speed up in CQMOM.
182 lines of code changed in 2 files:
Fix warnings.
1 lines of code changed in 1 file:
Refactor the convective term for CQMOM transport equations. This provides a significant performance increase. This commit will break most of the CQMOM regression tests.
3 lines of code changed in 1 file:
Clean up:
1) get_uintah_const_field -> get_const_uintah_field
2) Combine the bc and standard task interface. Now using enum to
distignuish the two. This will allow other task types to be added (if
needed) in the future.
6 lines of code changed in 1 file:
(14 more)