[root]/CCA/Components/Arches
ChemMix
(10 files, 6136 lines)
CoalModels
(35 files, 7905 lines)
fortran
(1 files, 37 lines)
DigitalFilter
(2 files, 2022 lines)
LagrangianParticles
(9 files, 863 lines)
Operators
(2 files, 210 lines)
ParticleModels
(31 files, 3344 lines)
PropertyModels
(8 files, 1557 lines)
PropertyModelsV2
(11 files, 223 lines)
Radiation
(14 files, 4937 lines)
fortran
(24 files, 3405 lines)
SourceTerms
(37 files, 5391 lines)
Task
(10 files, 2704 lines)
Transport
(8 files, 1643 lines)
TransportEqns
(15 files, 8744 lines)
Utility
(17 files, 1312 lines)
WallHTModels
(2 files, 1128 lines)
fortran
(34 files, 5885 lines)
water
(2 files, 999 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 370 (100.0%) | 9661 (100.0%) | 26.1 |
jthornoc | 160 (43.2%) | 8108 (83.9%) | 50.6 |
jas | 121 (32.7%) | 459 (4.8%) | 3.7 |
tsaad | 24 (6.5%) | 333 (3.4%) | 13.8 |
derekhar | 14 (3.8%) | 294 (3.0%) | 21.0 |
awabboud | 22 (5.9%) | 228 (2.4%) | 10.3 |
harman | 10 (2.7%) | 172 (1.8%) | 17.2 |
u0407585 | 10 (2.7%) | 29 (0.3%) | 2.9 |
dav | 1 (0.3%) | 28 (0.3%) | 28.0 |
ajosephson | 1 (0.3%) | 8 (0.1%) | 8.0 |
ahumphrey | 7 (1.9%) | 2 (0.0%) | 0.2 |
Change the Wasatch namespace to WasatchCore to avoid conflicts with the Wasatch class.
4 lines of code changed in 6 files:
Corrected a few mistakes in the deposition model, and added a new deposition velocity to the WallHT model.
0 lines of code changed in 2 files:
Adding weights to the continuity source.
0 lines of code changed in 4 files:
problemSetup:
moved DataAnalysis->problemSetup() call to the bottom of the task. It must be called last
otherwise the needed varlabels are not available.
0 lines of code changed in 2 files:
Added new wall heat-transfer model for coal problems, that encorporates particle depositon.
7 lines of code changed in 1 file:
Made various updates to Minmin's RateDeposition model. Added a destruction source term for DQMOM which removes particles that have deposited.
4 lines of code changed in 1 file:
Added thermophoretic acceleration model for DQMOM particles.
4 lines of code changed in 1 file:
Fixed a bug keeping the Wall heat-transfer model from being scheduled.
3 lines of code changed in 1 file:
Undo the restartInitialize commit. This is breaking RT.
Add a surface tracer in the normal calc.
Save out some new variables in the heptane_pipe.
36 lines of code changed in 8 files:
Remove the restartInitialize in the advanceTimeStep for the nonlinear
solver. A work-around exists by simply having a dummy task compute the
variable before it is required in the actual task to trick the DW into
knowing it exists in the checkpoint information.
Also some cleanup of code.
365 lines of code changed in 9 files:
This commit changes the answers.
The answer changes are due to changes in the dt computed in
computeStableTimestep. The code now uses patch->dCell for grid spacing
rather than cellInfo (which should be removed completely from Arches).
**bigger change**
The solver abstraction in Arches has been cleaned up. As a result,
all the solver information needed for the ExplicitSolver has been moved
into itself. This should contain the historic solver in Arches without
stepping on any newly abstracted solvers. This last change should not
affect the answers as it only moved problemSetups and allocation of
variables into the solver itself. Ordering was preserved.
1111 lines of code changed in 7 files:
Remove cruft.
0 lines of code changed in 1 file:
More cleanup of the NonlinearSolver abstraction.
Moved all initialization work for ExplicitSolver into itself.
1004 lines of code changed in 5 files:
- Attempting to shift the masks. Not working.
- Cleaning up more dust in the NonLinearSolver interface.
13 lines of code changed in 3 files:
Turn off potentially thread-unsafe code.
3 lines of code changed in 1 file:
Delete the varlabel with the BCInfo object.
1 lines of code changed in 1 file:
Dont build RHS with the temporal part.
Revamp the FEUpdate to not worry about density. That should be handled
somewhere else.
Masks still not working. Uintah iterator does.
2 lines of code changed in 2 files:
* Fix a boundary issue with the FE update.
* Delete BCInfo on patches that don’t need it.
* Some more work on bc, masks, etc…
72 lines of code changed in 2 files:
Initialize swirl boundary condition.
19 lines of code changed in 1 file:
Fixed bug in setting the mass flow rate in Arches.
4 lines of code changed in 1 file:
Move the creation of the localPatchSet to the constructor of the BCHelper. This should demystify its usage.
6 lines of code changed in 3 files:
Redesigned massflowinlet to be more consistent with the current abstraction.
114 lines of code changed in 2 files:
Add missing files.
111 lines of code changed in 2 files:
Aligning the code with Tony's latest commit on the BCHelper.
42 lines of code changed in 4 files:
Add CoalHelper back in.
More work on implementing BCHelper.
37 lines of code changed in 3 files:
Leverage the BCHelper from Wasatch to store masks.
78 lines of code changed in 2 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
13 lines of code changed in 1 file:
Added more robust bullet proofing for partmassflowinlet.
10 lines of code changed in 1 file:
Keep enumerations consistent with previous commits.
3 lines of code changed in 2 files:
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.
130 lines of code changed in 2 files:
Removed uneccessary call to coalHelper class.
0 lines of code changed in 1 file:
Remove antiquated TAU support.
2 lines of code changed in 7 files:
Pass the DQMOM/CQMOM stuff through the builder/constructor
Remove the set functions from the base class.
Also, task_math.ups was only dumping one checkpoint. Now it dumps two.
49 lines of code changed in 4 files:
Note that there was a commit snafu on my last commit.
The only thing that happened in the last commit was the addition
of the TaskAlgebra files.
* Little clean-up of the nonlinear solver interface.
* Created a common problemSetup for the nonlinear solver.
* Fix a couple bugs in TaskAlgebra.
162 lines of code changed in 7 files:
Made radproperties work when not saving species to disk.
1 lines of code changed in 1 file:
Add extra src to pressure solver
44 lines of code changed in 2 files:
Added maximum temperature to dqmom internal coordinates.
4 lines of code changed in 1 file:
Remove a debug condition that snuck in a commit.
5 lines of code changed in 1 file:
Fix ordering.
1 lines of code changed in 1 file:
Remove some cruft.
Also, start re-abstracting the non-linear solver.
78 lines of code changed in 3 files:
(71 more)