Directory CCA/Components/Arches/Transport/

Total Files:
25
Deleted Files:
0
Lines of Code:
4097

[root]/CCA/Components/Arches/Transport

Lines of Code

CCA/Components/Arches/Transport/ Lines of Code

Developers

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

Most Recent Commits

ohdiazi 2018-12-13 11:48 Rev.: 59069

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:

  • CCA/Components/Arches/Transport: StressTensor.cc (changed)
jthornoc 2018-12-07 11:04 Rev.: 59030

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:

  • CCA/Components/Arches/Transport: VelRhoHatBC.cc (changed)
jthornoc 2018-12-07 11:03 Rev.: 59022

Fix a naming bug.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: TransportHelper.cc (new)
jthornoc 2018-12-07 11:03 Rev.: 59021

Warning.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: TransportFactory.cc (new)
jthornoc 2018-12-07 11:03 Rev.: 59019

Warnings.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: TransportFactory.cc (+3 -3)
jthornoc 2018-12-07 11:03 Rev.: 59018

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

  • CCA/Components/Arches/Transport: KMomentum.h (new), StressTensor.cc (+3 -3), TransportFactory.cc (+101 -67), VelRhoHatBC.cc (+37 -36)
jthornoc 2018-11-28 14:34 Rev.: 58968

Minor cosmetic changes. Also, do not require that <ParticleModels> be
specified for DQMOM.

19 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: TransportFactory.cc (+19 -18)
jthornoc 2018-11-16 15:37 Rev.: 58934

Warnings.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: StressTensor.cc (+7 -7)
derekhar 2018-10-17 15:14 Rev.: 58850

fix patch - mpirank mismatch bc bug

9 lines of code changed in 5 files:

  • CCA/Components/Arches/Transport: PressureBC.cc (+3), PressureEqn.cc (new), VelRhoHatBC.cc (+3)
ohdiazi 2018-10-12 16:25 Rev.: 58820

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:

  • CCA/Components/Arches/Transport: KMomentum.h (+1 -1), KScalarRHS.h (+6 -7), StressTensor.cc (+29 -25), StressTensor.h (new)
ohdiazi 2018-10-12 16:25 Rev.: 58819

Revert "Adding eps for different type of variables"

This reverts commit e720cbd608c2411e1231981397bc24bd3da6d4a4.

80 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: KMomentum.h (+11 -10), KScalarRHS.h (+69 -65)
ohdiazi 2018-10-08 15:07 Rev.: 58786

1. Fixing compilation warnings
2. KFEUpdate was slipt in two task: TimeAve and SUpdate

36 lines of code changed in 5 files:

  • CCA/Components/Arches/Transport: SUpdate.h (new), TimeAve.h (new), TransportFactory.cc (+31 -9)
ohdiazi 2018-10-08 15:07 Rev.: 58785

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:

  • CCA/Components/Arches/Transport: TransportFactory.cc (+15 -3)
ohdiazi 2018-10-08 15:07 Rev.: 58782

Fixing ranges for stress tensor

4 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: StressTensor.cc (+4 -4)
ohdiazi 2018-10-08 15:07 Rev.: 58779

1. Adding gas kinetic energy
2. Delete a unused variable
3. Working in Pressure BC

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: SUpdate.h (+2 -2)
ohdiazi 2018-10-08 15:07 Rev.: 58778

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:

  • CCA/Components/Arches/Transport: VelRhoHatBC.cc (+133 -35), VelRhoHatBC.h (+3 -1)
ohdiazi 2018-10-08 15:07 Rev.: 58776

update _task_name with m_task_name

11 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: SUpdate.h (+4 -4), TimeAve.h (+7 -7)
ohdiazi 2018-10-08 15:07 Rev.: 58775

1. Apply BC for mom eqn after projection
2. Compute BC for A matrix in initialization

56 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+56 -21)
ohdiazi 2018-10-08 15:07 Rev.: 58774

Fixing p=0 pe = -pi

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: PressureBC.cc (-1)
ohdiazi 2018-10-08 15:07 Rev.: 58773

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:

  • CCA/Components/Arches/Transport: AddPressGradient.cc (+3 -3), PressureBC.cc (+4 -6), VelRhoHatBC.cc (+3 -3)
ohdiazi 2018-10-08 15:06 Rev.: 58767

Adding wall const model in KokkosSolver

44 lines of code changed in 4 files:

  • CCA/Components/Arches/Transport: StressTensor.cc (+39 -11), TransportFactory.cc (+2 -1), TransportFactory.h (+3)
ohdiazi 2018-10-08 15:06 Rev.: 58763

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:

  • CCA/Components/Arches/Transport: SUpdate.cc (new 3), SUpdate.h (+279), StressTensor.cc (+1 -1), TimeAve.cc (new 3), TimeAve.h (+415), TransportFactory.cc (+38 -9), TransportFactory.h (+6), sub.mk (+2)
ohdiazi 2018-10-08 15:06 Rev.: 58762

Adding volfraction for stress term. Using multiplication instead of floor

21 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: StressTensor.cc (+20 -7), StressTensor.h (+1)
ohdiazi 2018-10-08 15:06 Rev.: 58761

ghost cell for eps

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KMomentum.h (+1 -1)
ohdiazi 2018-10-08 15:06 Rev.: 58760

Adding eps for different type of variables

77 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: KMomentum.h (+12 -13), KScalarRHS.h (+65 -69)
jthornoc 2018-09-28 15:53 Rev.: 58732

Expose more information regarding the variable registration process for
BCs.

5 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: KMomentum.h (+3 -2), KScalarRHS.h (+2 -2)
jthornoc 2018-09-19 17:32 Rev.: 58689

Cleanup of variable names and converting to DOUT for debug stream.

78 lines of code changed in 13 files:

  • CCA/Components/Arches/Transport: AddPressGradient.cc (+5 -5), ComputePsi.h (+13 -13), Diffusion.h (new), KFEUpdate.h (+8 -8), KMomentum.h (+3 -3), KScalarRHS.h (+28 -28), PressureBC.cc (+1 -1), PressureEqn.cc (+1 -1), StressTensor.cc (+2 -2), VelRhoHatBC.cc (+3 -3)
derekhar 2018-09-05 11:19 Rev.: 58586

Removed reference to old iteration scheme in parallel_for

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: VelRhoHatBC.cc (-6)
jthornoc 2018-08-29 11:04 Rev.: 58562

Fixing several warnings in Arches. Should not change answers.

39 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KMomentum.h (+39 -39)
derekhar 2018-08-13 14:42 Rev.: 58525

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:

  • CCA/Components/Arches/Transport: KFEUpdate.h (+4 -5), PressureBC.cc (+7 -17), PressureEqn.cc (+8 -6), VelRhoHatBC.cc (+20 -7)
allen 2018-08-13 14:25 Rev.: 58524

variable and comment clean up to refer to the material manager rather than the state

3 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: PressureEqn.h (new)
allen 2018-08-10 09:00 Rev.: 58514

removal of shared state and introduction of a material manager

12 lines of code changed in 3 files:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+6 -6), PressureEqn.h (+5 -5), TransportFactory.cc (+1 -1)
bisaac 2018-06-20 16:54 Rev.: 58337

This commit adds all of Minmins work on the nles model. No impact on regression tests.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KMomentum.h (+2)
harman 2018-05-18 17:48 Rev.: 58250

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:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+14), PressureEqn.h (+5)
harman 2018-05-03 09:18 Rev.: 58212

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:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+5 -10), PressureEqn.h (-2)
ohdiazi 2018-04-19 09:43 Rev.: 58167

fixing a bug in BC

7 lines of code changed in 4 files:

  • CCA/Components/Arches/Transport: Diffusion.h (+1 -1), KMomentum.h (+1 -1), KScalarRHS.h (+2 -13), StressTensor.cc (+3 -3)
mcconnell 2018-04-16 15:54 Rev.: 58140

rolled back changes to r58119

375 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: TransportFactory.cc (+375 -202)
mcconnell 2018-04-16 15:04 Rev.: 58134

Adding a no-pressure-solve version of the DQMOM char example.
Adding some bullet proofing.

202 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: TransportFactory.cc (+202 -375)
harman 2018-04-16 10:34 Rev.: 58118

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:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+3 -3)
harman 2018-04-13 12:41 Rev.: 58089

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:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+1 -1)

(20 more)

Generated by StatSVN 0.7.0