[root]/CCA/Components/Arches/BoundaryConditions
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 |
* 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:
Revert "Adding eps for different type of variables"
This reverts commit e720cbd608c2411e1231981397bc24bd3da6d4a4.
3 lines of code changed in 1 file:
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:
1. Working in Functor for PressureBC
2.Adding files for kinetic energy
17 lines of code changed in 1 file:
1. Adding gas kinetic energy
2. Delete a unused variable
3. Working in Pressure BC
24 lines of code changed in 1 file:
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:
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:
Adding eps for different type of variables
2 lines of code changed in 1 file:
Expose more information regarding the variable registration process for
BCs.
50 lines of code changed in 1 file:
Cleanup of variable names and converting to DOUT for debug stream.
14 lines of code changed in 2 files:
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:
removal of shared state and introduction of a material manager
1 lines of code changed in 1 file:
Passing arches down to the task factories.
4 lines of code changed in 4 files:
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:
Needed to check patchID before trying to get iterator.
42 lines of code changed in 1 file: