[root]/CCA/Components/Arches
ChemMix
(9 files, 1678 lines)
CoalModels
(37 files, 8393 lines)
fortran
(9 files, 703 lines)
Mixing
(15 files, 3233 lines)
PropertyModels
(11 files, 1173 lines)
Radiation
(14 files, 3653 lines)
fortran
(24 files, 3162 lines)
SourceTerms
(21 files, 2752 lines)
TransportEqns
(9 files, 4774 lines)
fortran
(45 files, 6042 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 818 (100.0%) | 19478 (100.0%) | 23.8 |
jthornoc | 347 (42.4%) | 11418 (58.6%) | 32.9 |
harman | 273 (33.4%) | 5530 (28.4%) | 20.2 |
jsutherland | 16 (2.0%) | 1321 (6.8%) | 82.5 |
jpedel | 53 (6.5%) | 716 (3.7%) | 13.5 |
tsaad | 20 (2.4%) | 267 (1.4%) | 13.3 |
dav | 11 (1.3%) | 131 (0.7%) | 11.9 |
jas | 94 (11.5%) | 88 (0.5%) | 0.9 |
qymeng | 1 (0.1%) | 5 (0.0%) | 5.0 |
charlesreid | 2 (0.2%) | 1 (0.0%) | 0.5 |
cam | 1 (0.1%) | 1 (0.0%) | 1.0 |
Updating boundary condition types.
0 lines of code changed in 2 files:
Finalize code for using Wasatch in Arches. The following changes have been made:
1. Add one way coupling between Arches fluid dynamics and Wasatch transport equations.
2. Add boundary conditions to wasatch-in-arches. All models used from Wasatch have their BCs set in Wasatch.
3. Add a Wasatch material to get things ready for MPMARCHES.
4. Wasatch in Arches now works with multipatch, multiprocessor with mpi (multipatch per processor also).
5. Multistage integrator for wasatch-arches using the Arches RK averaging interface.
6. Modify wasatch transport equations to automatically fill in the root IDs for the solution-graph-helper.
7. Add wasatch-arches input file test. This test is based on the Arches helium_1m.ups.
If you want to test Wasatch-in-Arches, there are two pieces of code in Wasatch that you must comment. This decision is based on our preference to use GhostCells instead of ExtraCells in Wasatch. When these lines of code are commented, wasatch will play well with extraCells. Please contact me or James Sutherland for additional information on what lines must be commented.
200 lines of code changed in 14 files:
Minor reformatting...
4 lines of code changed in 1 file:
Helping Tony sleep at nights:
Removing the redundant specification of the time integrator. Order is now set as:
<TimeIntegrator>
<ExplicitIntegrator order="..some string.."/>
</TimeIntegrator>
where ...some string... options (quoted items) are
foward euler = "first"
ssp rk2 = "second"
ssp rk3 = "third"
Updated script "updateUPS" to make these changes automatically for users.
Finally updated all input files and performed reformatting for consistency.
15 lines of code changed in 1 file:
Refactoring expression registration & construction due to ExprLib refactor
30 lines of code changed in 1 file:
Sign change needed for pressure boundary conditions due to upstream
change.
Fixed some minor formatting.
Move T-channel to MPMARCHES input file directory.
8 lines of code changed in 5 files:
Compute inlet properties correctly for ColdFlow case.
Also made "use_mixing_model" parameter optional. The default is false.
3 lines of code changed in 3 files:
Missing requires for dt label...
4 lines of code changed in 1 file:
Now passing a boolean to allocate on-the-fly for wasatch-ism.
20 lines of code changed in 2 files:
Adding a task interface to timeAvePhi.
Also passing vector<string> rather than vector<const VarLabel*> for this
interface and the fe_update interface committed earlier.
100 lines of code changed in 2 files:
Adding enthalpy model to Arches.cc
4 lines of code changed in 1 file:
Added a task schedule interface to the single patch FE update.
91 lines of code changed in 2 files:
Added the ability to load on src terms to the pressure projection.
147 lines of code changed in 5 files:
Cleaned up some unused functions. Removed some empty MMS source term
calculations. Added access to <src> for the pressure solver.
14 lines of code changed in 10 files:
removed getIteratorBCValueBCKind(). Now using version in
Core/Grid/BoundaryConditions/BCUtils.h
*This should not change the answers
0 lines of code changed in 4 files:
Moved getIteratorBCValueBCKind() from ICE upstream so other
components can use it.
This should not change the answers
45 lines of code changed in 1 file:
Fix linking on Mac for --enable-wasatch-in-arches.
0 lines of code changed in 2 files:
Changes to get wasatch compiling in arches.
It is not linking yet...
54 lines of code changed in 6 files:
make changes based on Dav's recent commit to building wasatch in arches.
41 lines of code changed in 4 files:
Added 2 * pi back to initial velocity equations for Taylor-Green.
9 lines of code changed in 2 files:
(187 more)