Directory CCA/Components/Arches/Transport/

Total Files:
16
Deleted Files:
0
Lines of Code:
2816

[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 128 (100.0%) 2123 (100.0%) 16.5
jthornoc 103 (80.5%) 1996 (94.0%) 19.3
ohdiazi 13 (10.2%) 108 (5.1%) 8.3
dav 5 (3.9%) 10 (0.5%) 2.0
allen 3 (2.3%) 5 (0.2%) 1.6
jas 4 (3.1%) 4 (0.2%) 1.0

Most Recent Commits

jthornoc 2017-12-18 12:16 Rev.: 57468

Add a kokkos_translate flag to the DQMOM section so that this code is
only activated when intended.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: TransportFactory.cc (new)
jthornoc 2017-12-18 12:16 Rev.: 57467

Adding initial implementation of DQMOM in the
Arches/Kokkos/TaskInterface mode.

This still needs some work...

447 lines of code changed in 11 files:

  • CCA/Components/Arches/Transport: KFEUpdate.h (new), KScalarRHS.h (+43 -45), TransportFactory.cc (+243 -1), TransportFactory.h (new), TransportHelper.cc (new 39), TransportHelper.h (new 16), sub.mk (+1)
jthornoc 2017-12-08 17:57 Rev.: 57410

More work on bringing the intrusion inlets up to speed.
Handoff capability seems to be working. Still needs verification.
Added some input files for demo purposes.
RT test to come later after verification.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KScalarRHS.h (+1 -1)
jthornoc 2017-11-28 17:55 Rev.: 57367

Throw and error if momentum is on but pressure solver parameters are not
specified. Fixed the AlmgrenMMS prob. with BCs to run with pressure
solver.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: TransportFactory.cc (+1 -4)
jthornoc 2017-11-28 17:55 Rev.: 57362

* Added a equation class to the equation groups to help manage the different scalar types (mixture fraction, DQMOM, etc…)
* Minor spacing, tabs, etc…
* Added an include in Endian.h as I had a couple compilers not being able to identify the IntVector type.

235 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: KFEUpdate.h (+3 -3), KScalarRHS.h (+232 -167)
allen 2017-11-24 15:37 Rev.: 57339

removed the delta T label from the shared state and began removing the shared state where possible

3 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+3 -2)
ohdiazi 2017-11-08 10:57 Rev.: 57275

Adding arches_spec. Fixing solver pressure, drhodt, compute density

41 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+4 -7), TransportFactory.cc (+37 -36)
ohdiazi 2017-11-08 10:57 Rev.: 57265

fixing task to compute phi from rho*phi

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+2 -1)
ohdiazi 2017-11-08 10:56 Rev.: 57255

fixing extrac cell for add pressure

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: AddPressGradient.cc (new)
ohdiazi 2017-11-08 10:56 Rev.: 57254

update rho_phi instead of phi

17 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KFEUpdate.h (+17 -4)
ohdiazi 2017-11-08 10:56 Rev.: 57253

drhodt in pressure equation

15 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+15 -8)
ohdiazi 2017-11-08 10:56 Rev.: 57252

to turn off pressure solver: only for verification

8 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: TransportFactory.cc (+8)
ohdiazi 2017-11-08 10:56 Rev.: 57251

adding rho_phi for variable density

23 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KScalarRHS.h (+23 -13)
ohdiazi 2017-11-08 10:56 Rev.: 57250

Adding label for velocities

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: KMomentum.h (changed)
jthornoc 2017-10-26 17:19 Rev.: 57183

* Added a “modifies” for the boundary condition functors. This will allow one to modify other variables besides the variable on which the bc is being applied.
* Added a subgrid injector bc functor. This needs a little work.
* Added a function in UniformGrid to allow one to check for intersections between two distinct points. Previous functionality only allowed the check between a point and infinity.
* Added a thin-wall check when tri geometry is used as an intrusion in Arches.

19 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: KMomentum.h (+8 -2), KScalarRHS.h (+11 -3)
jthornoc 2017-10-11 15:51 Rev.: 57136

Add an identifier for domain edge and internal face BCs.
Do not throw an error if the internal face BC is missing.
Autoname internal face BCs.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KScalarRHS.h (+1 -1)
jthornoc 2017-10-11 15:51 Rev.: 57135

Remove a static function and code cleanup.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KScalarRHS.h (+7 -3)
jthornoc 2017-10-10 14:40 Rev.: 57131

Put PressureBC in the ArchesCore namespace.

6 lines of code changed in 5 files:

  • CCA/Components/Arches/Transport: PressureBC.cc (new), PressureBC.h (new), TransportFactory.cc (+1 -1)
ohdiazi 2017-10-10 13:59 Rev.: 57123

Label was deleted...

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: PressureEqn.cc (-1)
ohdiazi 2017-10-10 13:59 Rev.: 57122

updated source terms

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+2 -3)
jthornoc 2017-10-09 22:40 Rev.: 57111

Cleaning up spec and input files.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+3 -3)
jthornoc 2017-10-09 16:44 Rev.: 57105

Adding a few initializations.
Fix warnings.

51 lines of code changed in 4 files:

  • CCA/Components/Arches/Transport: AddPressGradient.cc (+7 -12), PressureEqn.cc (+41 -51), PressureEqn.h (+3)
jthornoc 2017-10-09 16:44 Rev.: 57104

Cleaning up warnings and adding Shunn 1D mms.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: StressTensor.cc (new)
jthornoc 2017-10-09 16:44 Rev.: 57103

Divide by dt for init condition causing NaNs since dt = 0.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: PressureEqn.cc (+1 -1)
jthornoc 2017-10-09 16:44 Rev.: 57099

Merging Oscar's bug fixes for the transport eqns.

55 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: KMomentum.h (+37 -19), KScalarRHS.h (+18 -8)
jthornoc 2017-09-28 17:08 Rev.: 57046

Fixed a bug in the KScalarRHS - initialize RHS to zero.
Add some error checking in Properties.
Minor edit to almgrenMMS input file.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KScalarRHS.h (+2)
jthornoc 2017-09-11 10:25 Rev.: 56977

Cleaning up some warnings.

6 lines of code changed in 3 files:

  • CCA/Components/Arches/Transport: PressureBC.cc (-3), StressTensor.cc (+6 -4), TransportFactory.cc (-4)
jthornoc 2017-09-06 17:21 Rev.: 56965

* Move the flux initialization up to the timestep_initialize task for the scalar calc.
* Start cleaning up some redundant enums. This needs a little more work.
* Add a little more information to the ArchesTaskDBG helper.
* Fix a bug in the FaceVelocity task wherein the registration for the variables wasn’t passing the time_substep.
* Convert several task scheduling calls in KokkosSolver from individual scheduling to scheduling through the factory in groups.

16 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KScalarRHS.h (+16 -14)
jthornoc 2017-09-05 09:46 Rev.: 56962

* Expanding the template parameters on the transport to include the flux type. This allows for greater modularity in the transport code.
* Added a function for getting temp or const variables from the DW (in the Arches task interface) so that one can pack or not pack tasks depending on the scenario.

115 lines of code changed in 4 files:

  • CCA/Components/Arches/Transport: KMomentum.h (+12 -12), KScalarRHS.h (+41 -48), TransportFactory.cc (+60 -16), TransportFactory.h (+2)
jthornoc 2017-08-31 16:17 Rev.: 56949

Fixing a bug in the direction member of the computePsi class.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: ComputePsi.h (new)
jthornoc 2017-08-30 11:09 Rev.: 56926

Move the stress tensor to the Transport directory.
House it under the transport factory.

286 lines of code changed in 4 files:

  • CCA/Components/Arches/Transport: StressTensor.cc (+189), StressTensor.h (new 82), TransportFactory.cc (+13), sub.mk (+2 -1)
jthornoc 2017-08-12 21:56 Rev.: 56884

Adding stress term calculation.

34 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KMomentum.h (+34 -35)
jthornoc 2017-08-12 21:56 Rev.: 56883

Using the variable helper names to remove logic.

10 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KMomentum.h (+10 -33)
jthornoc 2017-08-12 21:56 Rev.: 56882

Directional dependent sources for the momentum solver.

57 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KMomentum.h (+57 -10)
jthornoc 2017-08-12 21:56 Rev.: 56881

LATESTDW -> NEWDW

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: KScalarRHS.h (+1 -1)
jthornoc 2017-08-10 17:25 Rev.: 56872

* Add the pressure boundary conditions post pressure linear solve which eases the calculation of the pressure gradient.
* Added a cc-velocity calculation
* Fixed a bug in the u = rho*u/rho calculation for walls (was getting something / zero )
* Pressure gradient wasn’t being added on the + side properly when boundary conditions - fixed.
* KFEupdate had one too many iterators on the + side - Fixed

204 lines of code changed in 7 files:

  • CCA/Components/Arches/Transport: AddPressGradient.cc (+29 -3), KFEUpdate.h (+3 -3), PressureBC.cc (+76), PressureBC.h (+72), PressureEqn.cc (+12 -8), TransportFactory.cc (+11), sub.mk (+1)
jthornoc 2017-08-07 16:23 Rev.: 56851

Remove a debug print statement.
Removed the MACRO in ComputePsi in favor of a templated function.

71 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: ComputePsi.h (+70 -48), KFEUpdate.h (+1 -3)
jthornoc 2017-08-04 16:10 Rev.: 56848

Fix some confusing use of enums in the FEUpdate
Fix a bug when applying BCs for scalars - it was being skipped when the pressure system was not constructed.
Fix a bug with the GetPsi macro - index spaces were off

21 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: ComputePsi.h (+10 -2), KFEUpdate.h (+11 -11)
jthornoc 2017-07-18 15:32 Rev.: 56799

* In a previous commit, I had messed up the template parameters for the convection helper.
* Split out the FE update for momentum from the “momentum_solve” - this was due to a requires and modifies in the same task group. Combining them needs a little more work to ensure everything is working as planned.
* Added a global_pack_tasks for testing.
* For single patch cases, packed and unpacked momentum solves show exact comparison

145 lines of code changed in 4 files:

  • CCA/Components/Arches/Transport: KMomentum.h (+87 -28), KScalarRHS.h (+54 -34), TransportFactory.cc (-3), TransportFactory.h (+4 -3)
jthornoc 2017-07-17 13:35 Rev.: 56797

This commit breaks the kokkos scalar tests.

* Template ConvectionHelper to enable temporary variable use in this function.
* Changed up some of the macros to have better (more descriptive) names
* Added a new patch range macro
* Packaged the momentum updates into a smaller package
* register_variable now passes a bool to indicate if the variable is temp or not. If temp, it avoids the registration

104 lines of code changed in 6 files:

  • CCA/Components/Arches/Transport: ComputePsi.h (+53 -25), KFEUpdate.h (+8 -8), KMomentum.h (+22 -18), KScalarRHS.h (+2 -2), TransportFactory.cc (+15 -1), TransportFactory.h (+4 -1)

(12 more)

Generated by StatSVN 0.7.0