[root]/CCA/Components/Arches/TransportEqns
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 89 (100.0%) | 5731 (100.0%) | 64.3 |
awabboud | 43 (48.3%) | 4417 (77.1%) | 102.7 |
jthornoc | 37 (41.6%) | 1243 (21.7%) | 33.5 |
derekhar | 7 (7.9%) | 69 (1.2%) | 9.8 |
jas | 2 (2.2%) | 2 (0.0%) | 1.0 |
Rename the old cqmom convection class to make it clear this class is for the operator splittign algorithm
940 lines of code changed in 10 files:
change the particle models for cqmom so <IC> none </IC> is not used for particle properties (temp/density/etc)
23 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.
21 lines of code changed in 6 files:
Removed the need for double specification of the particle velocities on the boundaries.
The boundary conditions are now set via the weights, and weighted abscissa.
Further work needed for transported non-weighted abscissa
Removed unnecessary header files and obsolete Bala velocity model.
48 lines of code changed in 1 file:
Add an extra_src tag for scalar eqns to use any arbitrary variable instead of SourceTermFactory ones
0 lines of code changed in 4 files:
Change Arches ParticleHelper to ParticleTools to reduce naming conflicts
4 lines of code changed in 1 file:
Add in varaible to turn on wall deposition of particles in CQMOM
0 lines of code changed in 4 files:
Warnings.
172 lines of code changed in 1 file:
Simplify particle drag adn gravity models. For constant properties utilize type constant model. This will break CQMOM RT.
5 lines of code changed in 1 file:
Make a dummy index for wVel in 2D cases to pass through StaticVector. This should fix failing dbg build tests.
12 lines of code changed in 1 file:
Destroy the new varlabel. This should fix failing memory tests.
3 lines of code changed in 1 file:
Change the wall interaction model in CQMOM to approximate stair-step cartesian geometry walls as diagonal angles in the flow cells next to walls
1520 lines of code changed in 2 files:
Switch wall checking in CQMOM from cellType to volfraction
101 lines of code changed in 2 files:
Switch convection in cqmom to use static vector instead of cc-wrapper
104 lines of code changed in 4 files:
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.
13 lines of code changed in 2 files:
Fix warnings.
1 lines of code changed in 5 files:
Remove unused type CQMOM tag
0 lines of code changed in 2 files:
Change pow to for loop multiplication for speed up. This will change RT answers slightly.
12 lines of code changed in 1 file:
Use temporary doubles for CQMOM convection for reused CC variables
114 lines of code changed in 1 file:
Fix failing cqmom tests
6 lines of code changed in 2 files:
Refactor the convective term for CQMOM transport equations. This provides a significant performance increase. This commit will break most of the CQMOM regression tests.
1560 lines of code changed in 4 files:
* Create a separate task for initializing the velocity fields
* add the 2D, variable density MMS (Shunn/Moin) with corresponding source terms for f and continuity
* simplify the cold flow input interface
* consolidate the scalar initial condition interface into the base class
* use the solvability condition rather than the reference pressure
* fix the continuity residual check to include the effects of the source terms and the mass source from the solvability condition
* fix the continuity redidual check to include other mass source terms
226 lines of code changed in 4 files:
Revert c++-11 namespace changes.
1 lines of code changed in 1 file:
Explicit namespace usage as part of the transition to c++-11.
1 lines of code changed in 1 file:
Fix thread safety issues.
7 lines of code changed in 4 files:
Merge of Derek/Ben/Jeremy branch into the latest svn head.
29 lines of code changed in 4 files:
WallHeatFlux calculator added.
Derek and Jeremy debugged the vanleer limiter to get it working.
4 lines of code changed in 1 file:
Fixing boundary issues with the new rate/weight/abscissa clipping
approach.
12 lines of code changed in 2 files:
Adding 2nd order upwind and QUICK schemes.
333 lines of code changed in 1 file:
Arches Task Interface
* remove the booleans to control task execution. This is now determined
by the size of the variable registry.
DQMOM
* For the no-solve method, remove requirement for moment specification
* Allow weights to have a non-zero source term (birth)
* Fix a couple bugs in the SimpleBirth model
Other
* Change the constant particle model to be constant/environment
1 lines of code changed in 1 file:
* Renamed a DQMOM function.
* Added a new model term for representing simple particle birth.
* Changed the (new) constant particle model to have a
constant/environment.
4 lines of code changed in 2 files:
Fix a couple bugs in choosing the new limiters with the "wall model".
50 lines of code changed in 1 file:
Fix input file for RadPropsPlanck.
Add flux limiters with a "wall model".
256 lines of code changed in 1 file:
Add scaling constants/environment. This will only change answer on the
coal_channel test.
17 lines of code changed in 3 files:
Retab.
128 lines of code changed in 3 files:
More warning cleanup. Shouldn't change answers.
1 lines of code changed in 2 files:
Clean up warnings.
This won't change answers.
2 lines of code changed in 2 files: