Directory CCA/Components/Wasatch/Transport/

Total Files:
58
Deleted Files:
0
Lines of Code:
14748

[root]/CCA/Components/Wasatch/Transport

Lines of Code

CCA/Components/Wasatch/Transport/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 247 (100.0%) 910 (100.0%) 3.6
mcconnell 126 (51.0%) 650 (71.4%) 5.1
mike.hansen 19 (7.7%) 142 (15.6%) 7.4
jas 79 (32.0%) 57 (6.3%) 0.7
harman 5 (2.0%) 21 (2.3%) 4.2
mokbel.karam 1 (0.4%) 20 (2.2%) 20.0
allen 4 (1.6%) 13 (1.4%) 3.2
tsaad 4 (1.6%) 6 (0.7%) 1.5
jsutherland 9 (3.6%) 1 (0.1%) 0.1

Most Recent Commits

tsaad 2018-10-05 13:52 Rev.: 58750

Add support for applying dirichlet conditions on (surface) fluxes.

6 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (new), ScalarTransportEquation.cc (+5)
mcconnell 2018-09-11 11:30 Rev.: 58645

Removed some code that resulted in a bug when tar and soot are enabled.

0 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Transport: PseudospeciesTransportEquation.cc (changed), PseudospeciesTransportEquation.h (changed)
mcconnell 2018-09-11 11:30 Rev.: 58644

(re)made changes necessary after rebasing.

15 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (new), ParseEquation.h (new)
mcconnell 2018-09-11 11:30 Rev.: 58643

density-weighted scalars at STATE_NP1 are now cleaved from children and scalar BCs are now applied to STATE_NP1 rather than STATE_N when the low-Mach fluid model is implemented. Cleaving fixes an issue where the density solver would hang ro fail due to NaNs in ghost cells when the domain had more than one patch.

6 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: ScalarTransportEquation.cc (+6 -9)
mcconnell 2018-09-11 11:30 Rev.: 58642

Revert "Tag"

This reverts commit 503515f49b7bd2753264361a5fe2ef48a933d9f1.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+2 -1)
mcconnell 2018-09-11 11:30 Rev.: 58641

Tag

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+1 -2)
mcconnell 2018-09-11 11:30 Rev.: 58640

fixed a few issues with applying boundary conditions for scalars

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: ScalarTransportEquation.cc (+2 -3)
mcconnell 2018-09-11 11:30 Rev.: 58636

The low-mach algorithm can now be run with a turbulence model again. Low-mach + weak scalar transport also runs again.

105 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Transport: ScalarTransportEquation.cc (+103 -97), ScalarTransportEquation.h (+2 -2)
mcconnell 2018-09-11 11:30 Rev.: 58635

added the option to specify a suffix for scalar diffusive flux tags.

0 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Transport: ParseEquationHelper.cc (new), ParseEquationHelper.h (new)
mcconnell 2018-09-11 11:30 Rev.: 58633

fixed a bug I introduced at some point.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: ScalarTransportEquation.cc (+3 -9)
mcconnell 2018-09-11 11:30 Rev.: 58632

Some work getting turbulent low-mach capability fixed

31 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Transport: PseudospeciesTransportEquation.cc (+3 -2), ScalarTransportEquation.cc (+25 -10), ScalarTransportEquation.h (+3 -3)
mcconnell 2018-09-11 11:29 Rev.: 58630

fixed a bug

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: ParseEquationHelper.cc (+1 -1)
mcconnell 2018-09-11 11:29 Rev.: 58629

remove unneeded variable

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (-1)
mcconnell 2018-09-11 11:29 Rev.: 58626

cleanup

5 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+4 -4), ParseEquationHelper.cc (-2), ScalarTransportEquation.cc (+1 -1)
mcconnell 2018-09-11 11:29 Rev.: 58625

Changes made for temporal order verification

13 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: ScalarTransportEquation.cc (+13 -6)
mcconnell 2018-09-11 11:29 Rev.: 58624

Removing star quantities for weak scalar transport for low-Mach model... not done yet.

3 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+1 -3), MomentumTransportEquationBase.cc (+1 -1), ParseEquation.cc (+1 -1)
mcconnell 2018-09-11 11:29 Rev.: 58623

Removed more star stuff. Yet more to come.

5 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+5 -5)
mcconnell 2018-09-11 11:29 Rev.: 58622

More cleanup.

50 lines of code changed in 8 files:

  • CCA/Components/Wasatch/Transport: EnthalpyTransportEquation.cc (+3 -3), LowMachMomentumTransportEquation.cc (+10 -11), LowMachMomentumTransportEquation.h (new), ParseEquation.cc (+5 -7), ScalarTransportEquation.cc (+31 -29), ScalarTransportEquation.h (+1 -2)
mcconnell 2018-09-11 11:29 Rev.: 58620

Cleanup

25 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+25 -19)
mcconnell 2018-09-11 11:29 Rev.: 58619

"star" versions of diffusive flux expressions are no more.

116 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Transport: ParseEquationHelper.cc (+56 -5), ParseEquationHelper.h (+5 -1), ScalarTransportEquation.cc (+55 -14)
mcconnell 2018-09-11 11:28 Rev.: 58618

A reference to persistentFields is now a member of ScalarTransportEquation.

90 lines of code changed in 9 files:

  • CCA/Components/Wasatch/Transport: EnthalpyTransportEquation.cc (+3 -2), EnthalpyTransportEquation.h (+2 -1), ScalarTransportEquation.cc (+78 -40), ScalarTransportEquation.h (+2), TotalInternalEnergyTransportEquation.cc (new), TotalInternalEnergyTransportEquation.h (+2 -1)
mcconnell 2018-09-11 11:28 Rev.: 58617

removed density* from compressible algorithm

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (changed)
mcconnell 2018-09-11 11:28 Rev.: 58616

the flow treatment is given directly to TransportEquation, negating the need to pass the 'isConstDensity" bool

33 lines of code changed in 34 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (-1), CompressibleMomentumTransportEquation.h (new), EnthalpyTransportEquation.cc (+1 -2), EnthalpyTransportEquation.h (-1), LowMachMomentumTransportEquation.cc (+1 -6), LowMachMomentumTransportEquation.h (-1), MomentTransportEquation.cc (new), MomentTransportEquation.h (-1), MomentumTransportEquationBase.cc (+1 -3), MomentumTransportEquationBase.h (-1), ParseEquation.cc (+2 -11), ParseEquation.h (-7), PseudospeciesTransportEquation.cc (+1 -2), ScalabilityTestTransportEquation.cc (+7 -2), ScalarTransportEquation.cc (+4 -6), ScalarTransportEquation.h (-1), SootParticleTransportEquation.cc (+1 -1), SootTransportEquation.cc (+1 -1), SpeciesTransportEquation.cc (new), TarTransportEquation.cc (new), TotalInternalEnergyTransportEquation.cc (-1), TransportEquation.cc (new), TransportEquation.h (+6 -2)
mcconnell 2018-09-11 11:28 Rev.: 58615

more cleanup

39 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+16 -22), LowMachMomentumTransportEquation.h (+2), ParseEquation.cc (+12 -10), ScalarTransportEquation.cc (+7 -6), ScalarTransportEquation.h (+2)
mcconnell 2018-09-11 11:28 Rev.: 58613

Hopefully addressed the BC issues.

19 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+8 -11), ParseEquation.cc (+11 -3)
mcconnell 2018-09-11 11:28 Rev.: 58612

More work

6 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+4 -4), ScalarTransportEquation.cc (+2)
mcconnell 2018-09-11 11:28 Rev.: 58611

More progress removing star variables

42 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+10 -7), ParseEquation.cc (+11 -9), ParseEquationHelper.cc (+9 -6), ParseEquationHelper.h (+2 -1), ScalarTransportEquation.cc (+10 -9)
mcconnell 2018-09-11 11:28 Rev.: 58610

A start to replacing 'star' variables with 'non-star' variables at STATE_NP1 or removing when necessary.

12 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+9 -8), ParseEquation.cc (+2 -2), ScalarTransportEquation.cc (+1 -1)
jsutherland 2018-08-13 09:14 Rev.: 58522

clean up a few warnings out of Wasatch and update target ExprLib version.

1 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (+1 -1), PreconditioningParser.cc (-1)
allen 2018-08-10 09:00 Rev.: 58514

removal of shared state and introduction of a material manager

13 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+1 -1), LowMachMomentumTransportEquation.h (+2 -2), ParseEquation.cc (+6 -6), ParseEquation.h (+4 -4)
mike.hansen 2018-05-14 21:12 Rev.: 58233

- get rid of header-header includes with forward declarations, and do some ancillary cleanup. This ought to fix the broken GPU build. If it doesn't I'm going to need some help...

11 lines of code changed in 11 files:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+1), ParseEquation.h (+2 -1), SpeciesTransportEquation.cc (+1), SpeciesTransportEquation.h (+2 -1), SpeciesTransportEquation_diffusion.cc (+1), SpeciesTransportEquation_reaction.cc (+1), TotalInternalEnergyTransportEquation.cc (+1), TotalInternalEnergyTransportEquation.h (+2 -1)
mike.hansen 2018-05-14 16:01 Rev.: 58226

- adds a block-implicit pseudotransient continuation method for compressible, multicomponent gases or compressible, calorically perfect gases, or for scalar advection-diffusion-reaction equations with a passive velocity field
- enable fixed-point with local dual time step
- add debug stream for dual time matrix info
- clean up some of the info containers and dual time maps

131 lines of code changed in 8 files:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+37 -8), ParseEquation.h (+10 -3), SpeciesTransportEquation.cc (+27 -5), SpeciesTransportEquation.h (+11 -2), SpeciesTransportEquation_diffusion.cc (+2), SpeciesTransportEquation_reaction.cc (+2 -1), TotalInternalEnergyTransportEquation.cc (+35 -3), TotalInternalEnergyTransportEquation.h (+7 -1)
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.




18 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+9 -12), LowMachMomentumTransportEquation.h (+1 -5), ParseEquation.cc (+8 -8)
mcconnell 2018-04-19 13:18 Rev.: 58174

Addressing more compiler warnings

4 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: SpeciesTransportEquation.cc (+4 -4)
mcconnell 2018-04-19 13:18 Rev.: 58173

Fixed instances where GraphHelper was forward declared as a Class rather than a Struct.

9 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Transport: EquationBase.h (+3 -3), ParticleEquationBase.h (+3 -3), TransportEquation.h (+3 -3)
mcconnell 2018-04-16 16:13 Rev.: 58141

In Wasatch:
1. Made expressions for calculating energy transfer terms due to devolatilization, char reactions, and evaporation gpu-runnable.
2. Improved test coverage of coal models
3. Replaced elemental hydrogen in CPD model with diatomic hydrogen
4. removed a cantera file with a faulty chemical mechanism from the inputs directory

4 lines of code changed in 6 files:

  • CCA/Components/Wasatch/Transport: ParticleMassEquation.cc (new), PersistentParticleICs.cc (new), SetupCoalModels.cc (+1 -4)
mcconnell 2018-04-16 15:54 Rev.: 58140

rolled back changes to r58119

5 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Transport: ParticleMassEquation.cc (-1), PersistentParticleICs.cc (+1 -2), SetupCoalModels.cc (+4 -1)
mcconnell 2018-04-16 15:05 Rev.: 58139

In Wasatch:
1. Made expressions for calculating energy transfer terms due to devolatilization, char reactions, and evaporation gpu-runnable.
2. Improved test coverage of coal models
3. Replaced elemental hydrogen in CPD model with diatomic hydrogen
4. removed a cantera file with a faulty chemical mechanism from the inputs directory

4 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Transport: ParticleMassEquation.cc (+1), PersistentParticleICs.cc (+2 -1), SetupCoalModels.cc (+1 -4)
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.


3 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+1 -1), ParseEquation.cc (+2 -2)
mokbel.karam 2018-03-29 13:40 Rev.: 58015

fixed 1D MMS BCs for Variable Density.
-This line, and those below, will be ignored--

M src/CCA/Components/Wasatch/Expressions/BasicExprBuilder.cc
M src/CCA/Components/Wasatch/Transport/ParseEquation.cc
M src/StandAlone/inputs/UPS_SPEC/wasatch_spec.xml

20 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+20 -8)

(5 more)

Generated by StatSVN 0.7.0