[root]/CCA/Components/Arches/Transport
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 |
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:
Adding initial implementation of DQMOM in the
Arches/Kokkos/TaskInterface mode.
This still needs some work...
447 lines of code changed in 11 files:
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:
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:
* 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:
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:
Adding arches_spec. Fixing solver pressure, drhodt, compute density
41 lines of code changed in 2 files:
fixing task to compute phi from rho*phi
2 lines of code changed in 1 file:
fixing extrac cell for add pressure
0 lines of code changed in 2 files:
update rho_phi instead of phi
17 lines of code changed in 1 file:
drhodt in pressure equation
15 lines of code changed in 1 file:
to turn off pressure solver: only for verification
8 lines of code changed in 1 file:
adding rho_phi for variable density
23 lines of code changed in 1 file:
Adding label for velocities
0 lines of code changed in 2 files:
* 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:
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:
Remove a static function and code cleanup.
7 lines of code changed in 1 file:
Put PressureBC in the ArchesCore namespace.
6 lines of code changed in 5 files:
Label was deleted...
0 lines of code changed in 1 file:
updated source terms
2 lines of code changed in 1 file:
Cleaning up spec and input files.
3 lines of code changed in 1 file:
Adding a few initializations.
Fix warnings.
51 lines of code changed in 4 files:
Cleaning up warnings and adding Shunn 1D mms.
1 lines of code changed in 2 files:
Divide by dt for init condition causing NaNs since dt = 0.
1 lines of code changed in 1 file:
Merging Oscar's bug fixes for the transport eqns.
55 lines of code changed in 2 files:
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:
Cleaning up some warnings.
6 lines of code changed in 3 files:
* 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:
* 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:
Fixing a bug in the direction member of the computePsi class.
0 lines of code changed in 2 files:
Move the stress tensor to the Transport directory.
House it under the transport factory.
286 lines of code changed in 4 files:
Adding stress term calculation.
34 lines of code changed in 1 file:
Using the variable helper names to remove logic.
10 lines of code changed in 1 file:
Directional dependent sources for the momentum solver.
57 lines of code changed in 1 file:
LATESTDW -> NEWDW
1 lines of code changed in 1 file:
* 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:
Remove a debug print statement.
Removed the MACRO in ComputePsi in favor of a templated function.
71 lines of code changed in 2 files:
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:
* 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:
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:
(12 more)