[root]/CCA/Components/Arches/Transport
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 164 (100.0%) | 4226 (100.0%) | 25.7 |
ohdiazi | 75 (45.7%) | 2369 (56.1%) | 31.5 |
jthornoc | 60 (36.6%) | 1167 (27.6%) | 19.4 |
mcconnell | 2 (1.2%) | 577 (13.7%) | 288.5 |
derekhar | 10 (6.1%) | 48 (1.1%) | 4.8 |
harman | 6 (3.7%) | 28 (0.7%) | 4.6 |
jholmen | 1 (0.6%) | 16 (0.4%) | 16.0 |
allen | 5 (3.0%) | 15 (0.4%) | 3.0 |
jas | 4 (2.4%) | 4 (0.1%) | 1.0 |
bisaac | 1 (0.6%) | 2 (0.0%) | 2.0 |
1. Adding Salvatore Iavarone's updates to Char-Oxidation Smith model. new model was created CharOxidationSmith2018
2. New RT test for Char oxidation 2018 was added
3. Fixing a bug in Stress Tensor
3. Updating mass flow rate task. Reduce variables were added to all the inlets.
0 lines of code changed in 2 files:
Moving these two tests back to using the old names (uVel, etc ) to
compare to current GS so as to ensure there are no new bugs in
transport.
Also fix a name problem with the hat vel calc.
0 lines of code changed in 2 files:
Fix a naming bug.
0 lines of code changed in 2 files:
Warning.
0 lines of code changed in 2 files:
Warnings.
3 lines of code changed in 1 file:
* Introducing a default velocity name to clean up the naming convention. Should probably extend this to other variables.
* Small cleanup in the UnweightVariable code. Passing some information via the constructor, removing some naming convention assumptions.
145 lines of code changed in 5 files:
Minor cosmetic changes. Also, do not require that <ParticleModels> be
specified for DQMOM.
19 lines of code changed in 1 file:
Warnings.
7 lines of code changed in 1 file:
fix patch - mpirank mismatch bc bug
9 lines of code changed in 5 files:
1. Using multiplication instead of condition
2. Updating eps variable
3. Using multiplication of eps to cancel gradients
52 lines of code changed in 6 files:
Revert "Adding eps for different type of variables"
This reverts commit e720cbd608c2411e1231981397bc24bd3da6d4a4.
80 lines of code changed in 2 files:
1. Fixing compilation warnings
2. KFEUpdate was slipt in two task: TimeAve and SUpdate
36 lines of code changed in 5 files:
1. Commenting out PressureOutletBC, there is an issue with variable registration, this BC still need some work. Neumann BC was uncommented.
2. Arches variable algorithm was updated. This algorithm should produce same result that production code
3. TransportFactory for scalar transported in faces. Updated is needed in FY and FZ
4. Three RK tests for helium plume were added. The Neumann BC was changed with PressureOutletBC.
5. Adding PressureOutletBC in ups spec.
15 lines of code changed in 1 file:
Fixing ranges for stress tensor
4 lines of code changed in 1 file:
1. Adding gas kinetic energy
2. Delete a unused variable
3. Working in Pressure BC
2 lines of code changed in 1 file:
1. Moving PressureOulet BC from task to BoundaryFunctor
2. Fixing PressureOulet BC: comparison is with old velocity
136 lines of code changed in 3 files:
update _task_name with m_task_name
11 lines of code changed in 2 files:
1. Apply BC for mom eqn after projection
2. Compute BC for A matrix in initialization
56 lines of code changed in 1 file:
Fixing p=0 pe = -pi
0 lines of code changed in 1 file:
1. Neumann BC was comment out for normal direction in staggered variables.
2. Changing ghost cells to zero for drhodt
3. Correcting range for add gradient
4. BC for enforce p=0, sign is -1
5. Correcting First interior cell. This BC will be moved to Boundary Functors
6. Adding initialization for mu_sgc and mu_turb.
10 lines of code changed in 4 files:
Adding wall const model in KokkosSolver
44 lines of code changed in 4 files:
Adding rk for variable density. KFEUpadate is done in two tasks. Adding clipping for scalars. Fixing bound in stress tensor.
747 lines of code changed in 9 files:
Adding volfraction for stress term. Using multiplication instead of floor
21 lines of code changed in 2 files:
ghost cell for eps
1 lines of code changed in 1 file:
Adding eps for different type of variables
77 lines of code changed in 2 files:
Expose more information regarding the variable registration process for
BCs.
5 lines of code changed in 2 files:
Cleanup of variable names and converting to DOUT for debug stream.
78 lines of code changed in 13 files:
Removed reference to old iteration scheme in parallel_for
0 lines of code changed in 1 file:
Fixing several warnings in Arches. Should not change answers.
39 lines of code changed in 1 file:
Added parallel_for to arches boundary condition code.
ListOfCellsIterator was changed to achieve this. This infrastructure class had push_back removed from it to enable future portability.
This change is expected to not break any test in for any component. Due to this change use of the default constructor for this class is being made private.
39 lines of code changed in 4 files:
variable and comment clean up to refer to the material manager rather than the state
3 lines of code changed in 2 files:
removal of shared state and introduction of a material manager
12 lines of code changed in 3 files:
This commit adds all of Minmins work on the nles model. No impact on regression tests.
2 lines of code changed in 1 file:
Arches & Wasatch:
- added calls to
m_solver -> scheduleInitialize()
m_solver -> scheduleRestartInitialize()
Hypre:
- Set the solver and preconditioner type once during initialization. There's no need to set
them every time the solver is executed.
- solver and preconditioner types are defined as enums.
- consolidate redundant conditional blocks.
- Now using switch statements instead of if()-elseif().
- formatting.
The nightly tests pass, except for those that were previously failing.
19 lines of code changed in 2 files:
Removed SolverParameters tangled web from the components/applications. The each solver "owns" the parameters
and the component/application set the parameters via the solver, solver->getParameters()->SetSomething()
- Added virtual function getParameters()
- Removed tabs and other formatting.
- Rename HypreSolver2Params -> HypreParams
- Moved CG and Direct constructors/destructors code so there is consistency in code layout between the different solvers.
5 lines of code changed in 2 files:
fixing a bug in BC
7 lines of code changed in 4 files:
rolled back changes to r58119
375 lines of code changed in 1 file:
Adding a no-pressure-solve version of the DQMOM char example.
Adding some bullet proofing.
202 lines of code changed in 1 file:
Changed variable name modfies_hypre -> isFirstSolve and made a small change in the scheduling logic.
The hyper_solver_label was never modified. The scheduling logic changed after the first pass
through the solver, thus the name change.
3 lines of code changed in 1 file:
Removed sharedState from SolverParameters::readParameters(). It's not used.
HypreSolver.h
_ removed setSolveFrequency() and getSolveFrequency. The solve frequency is handled by the parameters.
BuildBotTry:
Changed #!/bin/csh -> #!/bin/csh -f
This fixed a oddball error.
1 lines of code changed in 1 file:
(20 more)