Directory CCA/Components/Arches/BoundaryConditions/

Total Files:
4
Deleted Files:
0
Lines of Code:
1653

[root]/CCA/Components/Arches/BoundaryConditions

Lines of Code

CCA/Components/Arches/BoundaryConditions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 21 (100.0%) 571 (100.0%) 27.1
ohdiazi 7 (33.3%) 226 (39.6%) 32.2
derekhar 2 (9.5%) 213 (37.3%) 106.5
jthornoc 11 (52.4%) 131 (22.9%) 11.9
allen 1 (4.8%) 1 (0.2%) 1.0

Most Recent Commits

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.

15 lines of code changed in 2 files:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+15 -15)
ohdiazi 2018-10-12 16:25 Rev.: 58819

Revert "Adding eps for different type of variables"

This reverts commit e720cbd608c2411e1231981397bc24bd3da6d4a4.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+3 -2)
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.

59 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+59 -58)
ohdiazi 2018-10-08 15:07 Rev.: 58780

1. Working in Functor for PressureBC
2.Adding files for kinetic energy

17 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+17 -12)
ohdiazi 2018-10-08 15:07 Rev.: 58779

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

24 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+24 -12)
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

101 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+101)
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.

20 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+20 -20)
ohdiazi 2018-10-08 15:06 Rev.: 58760

Adding eps for different type of variables

2 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+2 -3)
jthornoc 2018-09-28 15:53 Rev.: 58732

Expose more information regarding the variable registration process for
BCs.

50 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+50 -27)
jthornoc 2018-09-19 17:32 Rev.: 58689

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

14 lines of code changed in 2 files:

  • CCA/Components/Arches/BoundaryConditions: HandOff.h (+14 -14)
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.

213 lines of code changed in 2 files:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+207 -137), HandOff.h (+6 -7)
allen 2018-08-10 09:00 Rev.: 58514

removal of shared state and introduction of a material manager

1 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+1 -1)
jthornoc 2018-04-13 06:32 Rev.: 58082

Passing arches down to the task factories.

4 lines of code changed in 4 files:

  • CCA/Components/Arches/BoundaryConditions: BoundaryConditionFactory.cc (new), BoundaryConditionFactory.h (new)
jthornoc 2018-03-22 15:31 Rev.: 57982

Removal of duplicate scheduling functionality in the Arches Task Interface. Now we go through the factory.
Cleaning up the failures in the kokkos turbulence models, which required an input file change (removal of volFraction def)
Fixing the setting of simTime in the Arches tasks. Previously time was zero always resulting in nonsense answers.
Finally, changing the Atomic task to derive off the Arches Task rather than be its own beast.

Expecting the following "failures" which will require update to GS:
S U M M A R Y
Failed: ARCHES-opt tests
:kokkos-x-scalar_mms_RK1: test failed comparison tests
:kokkos-x-scalar_mms_RK1: (restart) test failed comparison tests
:kokkos-x-scalar_mms_RK2: test failed comparison tests
:kokkos-x-scalar_mms_RK2: (restart) test failed comparison tests
:kokkos-x-scalar_mms_RK3: test failed comparison tests
:kokkos-x-scalar_mms_RK3: (restart) test failed comparison tests
:problem3_Shunn_mms-x: test failed comparison tests
:problem3_Shunn_mms-x: (restart) test failed comparison tests
:isotropic_kokkos_wale: test failed comparison tests

6 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryConditionFactory.cc (+6 -7)
jthornoc 2018-03-15 16:22 Rev.: 57934

Needed to check patchID before trying to get iterator.

42 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+42 -35)
Generated by StatSVN 0.7.0