Directory CCA/Components/Arches/

Total Files:
67
Deleted Files:
1
Lines of Code:
38299

[root]/CCA/Components/Arches
                directory in repo ChemMix (10 files, 6136 lines)
                directory in repo CoalModels (35 files, 7905 lines)
                    directory in repo fortran (1 files, 37 lines)
                directory in repo DigitalFilter (2 files, 2022 lines)
                directory in repo LagrangianParticles (9 files, 863 lines)
                directory in repo Operators (2 files, 210 lines)
                directory in repo ParticleModels (31 files, 3344 lines)
                directory in repo PropertyModels (8 files, 1557 lines)
                directory in repo PropertyModelsV2 (11 files, 223 lines)
                directory in repo Radiation (14 files, 4937 lines)
                    directory in repo fortran (24 files, 3405 lines)
                directory in repo SourceTerms (37 files, 5391 lines)
                directory in repo Task (10 files, 2704 lines)
                directory in repo Transport (8 files, 1643 lines)
                directory in repo TransportEqns (15 files, 8744 lines)
                directory in repo Utility (17 files, 1312 lines)
                directory in repo WallHTModels (2 files, 1128 lines)
                directory in repo fortran (34 files, 5885 lines)
                directory in repo water (2 files, 999 lines)

Lines of Code

CCA/Components/Arches/ Lines of Code

Developers

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

Most Recent Commits

tsaad 2015-12-07 16:18 Rev.: 54500

Change the Wasatch namespace to WasatchCore to avoid conflicts with the Wasatch class.

4 lines of code changed in 6 files:

  • CCA/Components/Arches: ArchesBCHelper.cc (+1 -1), ArchesBCHelper.h (new), BoundaryCond_new.h (+2 -2)
u0407585 2015-11-18 18:06 Rev.: 54365

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:

  • CCA/Components/Arches: ExplicitSolver.cc (new)
jthornoc 2015-10-30 12:23 Rev.: 54246

Adding weights to the continuity source.

0 lines of code changed in 4 files:

  • CCA/Components/Arches: PressureSolverV2.cc (changed), PressureSolverV2.h (changed)
harman 2015-10-30 10:52 Rev.: 54244

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:

  • CCA/Components/Arches: Arches.cc (new)
u0407585 2015-10-29 23:12 Rev.: 54240

Added new wall heat-transfer model for coal problems, that encorporates particle depositon.

7 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+7 -1)
u0407585 2015-10-26 16:01 Rev.: 54220

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:

  • CCA/Components/Arches: ExplicitSolver.cc (+4)
u0407585 2015-10-21 11:56 Rev.: 54204

Added thermophoretic acceleration model for DQMOM particles.

4 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+4)
u0407585 2015-10-21 10:14 Rev.: 54203

Fixed a bug keeping the Wall heat-transfer model from being scheduled.

3 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+3 -3)
jthornoc 2015-10-12 10:30 Rev.: 54158

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:

  • CCA/Components/Arches: Arches.cc (+2), BoundaryCondition.cc (+21 -30), ExplicitSolver.cc (+10), ExplicitSolver.h (new), NonlinearSolver.h (+1)
jthornoc 2015-10-12 10:30 Rev.: 54156

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:

  • CCA/Components/Arches: Arches.cc (-2), BoundaryCondition.cc (+42 -33), BoundaryCondition.h (+30 -24), ExplicitSolver.cc (+3 -20), ExplicitSolver.h (-2), MomentumSolver.cc (new), NonlinearSolver.h (+18 -38)
jthornoc 2015-10-12 10:30 Rev.: 54155

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:

  • CCA/Components/Arches: Arches.cc (+96 -1046), Arches.h (new), BoundaryCondition.cc (+1 -1), ExplicitSolver.cc (+938 -46), ExplicitSolver.h (+24 -51), NonlinearSolver.h (+4 -1)
jthornoc 2015-10-12 10:30 Rev.: 54154

Remove cruft.

0 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (-21)
jthornoc 2015-10-12 10:30 Rev.: 54153

More cleanup of the NonlinearSolver abstraction.
Moved all initialization work for ExplicitSolver into itself.

1004 lines of code changed in 5 files:

  • CCA/Components/Arches: Arches.cc (+16 -941), Arches.h (+1 -57), ExplicitSolver.cc (+896 -7), ExplicitSolver.h (+83 -22), NonlinearSolver.h (+8 -4)
jthornoc 2015-10-12 10:30 Rev.: 54152

- Attempting to shift the masks. Not working.
- Cleaning up more dust in the NonLinearSolver interface.

13 lines of code changed in 3 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+6), ExplicitSolver.h (+2 -6), NonlinearSolver.h (+5 -7)
jthornoc 2015-10-02 14:14 Rev.: 54112

Turn off potentially thread-unsafe code.

3 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+3 -2)
jthornoc 2015-10-02 11:49 Rev.: 54110

Delete the varlabel with the BCInfo object.

1 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+1)
jthornoc 2015-10-01 14:07 Rev.: 54102

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:

  • CCA/Components/Arches: Arches.cc (+1), ExplicitSolver.cc (+1 -1)
jthornoc 2015-09-30 23:10 Rev.: 54097

* 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:

  • CCA/Components/Arches: BoundaryCondition.cc (+71 -10), ExplicitSolver.cc (+1 -1)
derekhar 2015-09-30 16:27 Rev.: 54095

Initialize swirl boundary condition.

19 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+19 -1)
derekhar 2015-09-29 11:33 Rev.: 54075

Fixed bug in setting the mass flow rate in Arches.

4 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+4 -4)
tsaad 2015-09-28 16:10 Rev.: 54068

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:

  • CCA/Components/Arches: Arches.cc (+1 -7), ArchesBCHelper.cc (+3 -2), ArchesBCHelper.h (+2 -1)
derekhar 2015-09-25 15:40 Rev.: 54053

Redesigned massflowinlet to be more consistent with the current abstraction.

114 lines of code changed in 2 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+109 -97), BoundaryCondition.h (+5)
jthornoc 2015-09-25 13:44 Rev.: 54050

Add missing files.

111 lines of code changed in 2 files:

  • CCA/Components/Arches: ArchesBCHelper.cc (+48), ArchesBCHelper.h (+63)
jthornoc 2015-09-25 13:27 Rev.: 54049

Aligning the code with Tony's latest commit on the BCHelper.

42 lines of code changed in 4 files:

  • CCA/Components/Arches: Arches.cc (+26 -31), Arches.h (+4 -6), sub.mk (+12 -11)
jthornoc 2015-09-25 13:27 Rev.: 54047

Add CoalHelper back in.
More work on implementing BCHelper.

37 lines of code changed in 3 files:

  • CCA/Components/Arches: Arches.cc (+32 -1), Arches.h (+4 -1), ExplicitSolver.cc (+1)
jthornoc 2015-09-25 13:26 Rev.: 54046

Leverage the BCHelper from Wasatch to store masks.

78 lines of code changed in 2 files:

  • CCA/Components/Arches: Arches.cc (+58), Arches.h (+20)
awabboud 2015-09-24 11:28 Rev.: 54025

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:

  • CCA/Components/Arches: Arches.cc (+13 -1)
derekhar 2015-09-24 10:53 Rev.: 54023

Added more robust bullet proofing for partmassflowinlet.

10 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+10 -4)
derekhar 2015-09-21 09:52 Rev.: 53984

Keep enumerations consistent with previous commits.

3 lines of code changed in 2 files:

  • CCA/Components/Arches: BoundaryCond_new.h (+1 -1), BoundaryCondition.h (+2 -2)
derekhar 2015-09-18 16:23 Rev.: 53982

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:

  • CCA/Components/Arches: BoundaryCondition.cc (+123 -1), BoundaryCondition.h (+7 -1)
derekhar 2015-09-16 15:18 Rev.: 53967

Removed uneccessary call to coalHelper class.

0 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (-5)
ahumphrey 2015-09-11 14:44 Rev.: 53930

Remove antiquated TAU support.

2 lines of code changed in 7 files:

  • CCA/Components/Arches: CompDynamicProcedure.cc (+1 -9), IncDynamicProcedure.cc (new), MomentumSolver.cc (-1), Properties.cc (-1)
jthornoc 2015-09-09 16:11 Rev.: 53919

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:

  • CCA/Components/Arches: Arches.cc (+14 -10), ExplicitSolver.cc (+10), ExplicitSolver.h (+25 -18), NonlinearSolver.h (-10)
jthornoc 2015-09-09 16:10 Rev.: 53917

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:

  • CCA/Components/Arches: Arches.cc (+37 -44), Arches.h (+24 -28), ExplicitSolver.cc (+18 -3), ExplicitSolver.h (+57 -1), NonlinearSolver.cc (new), NonlinearSolver.h (+11 -5)
derekhar 2015-09-04 17:21 Rev.: 53909

Made radproperties work when not saving species to disk.

1 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+1 -1)
awabboud 2015-09-01 11:13 Rev.: 53885

Add extra src to pressure solver

44 lines of code changed in 2 files:

  • CCA/Components/Arches: PressureSolverV2.cc (+42 -5), PressureSolverV2.h (+2)
u0407585 2015-08-28 13:06 Rev.: 53874

Added maximum temperature to dqmom internal coordinates.

4 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+4)
jthornoc 2015-08-28 11:25 Rev.: 53871

Remove a debug condition that snuck in a commit.

5 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+5 -5)
jthornoc 2015-08-27 23:58 Rev.: 53869

Fix ordering.

1 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+1 -1)
jthornoc 2015-08-27 16:36 Rev.: 53867

Remove some cruft.
Also, start re-abstracting the non-linear solver.

78 lines of code changed in 3 files:

  • CCA/Components/Arches: ExplicitSolver.h (+42 -50), NonlinearSolver.cc (+2 -8), NonlinearSolver.h (+34 -49)

(71 more)

Generated by StatSVN 0.7.0