Explicity state the class the enums belong to.
Moved logic statements upstream of the PossiblyDynamicallyReallocate() call. Before the logic was
embedded inside of the call, hard to follow.
29 lines of code changed in 2 files:
- Added comments
- more descriptive debugging output.
14 lines of code changed in 1 file:
Add an extra_src tag for scalar eqns to use any arbitrary variable instead of SourceTermFactory ones
0 lines of code changed in 4 files:
Fix another radition file for CQMOM
10 lines of code changed in 1 file:
Update radiation property to work with CQMOM
38 lines of code changed in 1 file:
Updated to ParticleTools instead of ParticleHelper.
8 lines of code changed in 1 file:
Added maximum temperature to dqmom internal coordinates.
348 lines of code changed in 4 files:
Change Arches ParticleHelper to ParticleTools to reduce naming conflicts
347 lines of code changed in 28 files:
Remove a debug condition that snuck in a commit.
5 lines of code changed in 1 file:
Fix ordering.
1 lines of code changed in 1 file:
Fix ParticleHelper for CQMOM particles
0 lines of code changed in 1 file:
Remove some cruft.
Also, start re-abstracting the non-linear solver.
78 lines of code changed in 3 files:
Should have checked for the type before trying to insert the name.
8 lines of code changed in 1 file:
Move sharedState to the factories after they have been instantiated.
Provide base class task organization for the factories.
63 lines of code changed in 4 files:
Warning.
72 lines of code changed in 5 files:
Use the smart pointer.
8 lines of code changed in 5 files:
Store reference.
40 lines of code changed in 5 files:
Change coal temperature to work with varaible particle sizes when needed
53 lines of code changed in 3 files:
Change coal density model to work with variable particle sizes when needed
82 lines of code changed in 4 files:
Add a new property model task subset.
272 lines of code changed in 3 files:
Actually add deposition test to RT
3 lines of code changed in 1 file:
Remove shared state when not used in these models.
160 lines of code changed in 8 files:
removed restart initialization because it was causing restarts to fail.
0 lines of code changed in 1 file:
formatting:
added {}
added vertical and white spaces
alignment.
added dividers
93 lines of code changed in 3 files:
Formatting:
- alignment
- added vertical and white space.
68 lines of code changed in 6 files:
formatting:
- added dividers
- added {}
- added vertical and horizontal spaces.
183 lines of code changed in 4 files:
Fix density predictor bug with variable allocation.
Provide warnings when MODIFIES is used with ghosts (and subsequently set
nGhost = 0).
65 lines of code changed in 5 files:
Add in varaible to turn on wall deposition of particles in CQMOM
0 lines of code changed in 4 files:
Extended LHC ray-direction sampling to include the multi-level ray tracing algorithm.
13 lines of code changed in 1 file:
Updated comments to be slightly more accurate.
1 lines of code changed in 1 file:
Added regression test which tests the new CO property model on a Westbrooke Dryer combustion case.
3 lines of code changed in 1 file:
Added CO model, which predicts equilibrium values at high temperatures and has global rate for low temperatures. Should not effect regression tests.
548 lines of code changed in 6 files:
Change CellNAPID from a short int to an int. This will likely anger the RT.
24 lines of code changed in 15 files:
fix conceptual bug in the 1D MMS mixture fraction source term. One must use the appropriate time (t + dt) for the source term in the rhs of (rho*f)_at_(n+2)
112 lines of code changed in 4 files:
sched_RestartInitialize()
- fixed conditional logic to only schedule if the variables exist in the new_dw
and it's an arches_level
The key, that I missed the first time, is that the mpi rank must own the patch for the
exists() query.
36 lines of code changed in 1 file:
Add white space to make it easier to read.
0 lines of code changed in 2 files:
Change the parsing for the particle models to be more consistent
9 lines of code changed in 2 files:
sched_sigmaT4()
- fixed logic for requiring d_sigmaT4 from the OldDW. Only require it _if_ the
oldDW exists. The oldDW always exists except when schedule_RestartInitialize() is called.
4 lines of code changed in 1 file:
A few minor cosmetic updates.
M StandAlone/sus.cc
- Cosmetic move of #ifdef to make it easier to "see".
M configVars.mk.in
- When "quietly" compiling CUDA files, let the user know it is a CUDA file.
M configure
M configure.ac
- Use standard indention.
- Fix verbage on math lib check.
11 lines of code changed in 4 files:
Updates to use the new apply_pointwise interface in SpatialOps. This will eliminate the bug that could otherwise show up when there are multiple expressions hitting this simultaneously.
78 lines of code changed in 1 file:
Cleanup in Switcher component - for merge with and usage in arl_dev branch.
0 lines of code changed in 4 files:
Cleaning up some code to remove unnessary variables. Also addressing some warnings that appeared at time of compilation.
40 lines of code changed in 8 files:
Clean up permission setting. Add another file to ignore list for RadProps dir.
8 lines of code changed in 7 files:
Arches/SourceTerms/*
- added sched_RestartInitialize() If you're restarting from a Discrete Ord. uda
you must initialize sigmaT4 & RMCRTBoundaryFlux variables
- Added task (DBLsToStencil) and scheduling. Needed to initialize RMCRTboundaryFlux
- removed EOL spaces
Models/Radiation/RMCRT/*
- sched_sigmaT4()
Added logic to restrict when to require d_sigmaT4Label. There are multiple "corner cases"
that need to be accounted for and they are not obvious.
- comment out all filter VarLabels & tasks, they're not used.
- moved d_boundFluxLabel and d_radiationVolqLabel -> RMCRTCommon. Needed
by Arches when restarting.
- updated ToDo list
- removed EOL spaces
This commit will change the number checkpoint variables in some RT tests
336 lines of code changed in 6 files:
Allowing extra specification in the get variable functionality so that
one may grab the same variable from two different DWs as const.
142 lines of code changed in 2 files:
Reorder for clarity.
0 lines of code changed in 2 files:
Added
sched_RestartInitialize()
machinery to the source terms. It's not being utilized in this commit.
Arches::scheduleRestartInitialize:
calling sched_RestartInitialize()
18 lines of code changed in 5 files:
Fix permission updating. Change default installation dir for Titan
9 lines of code changed in 5 files:
Added method:
bool isRestartInitTimestep()
A component can query the scheduler and determine if it is the initial timestep after
a restart.
AMRSimulationController: run()
- moved
bool first = true;
if (d_restarting) {
d_scheduler->setRestartInitTimestep(first);
}
upstream, before doInitialTimestep().
11 lines of code changed in 5 files:
1. Fix a few bugs in the Hypre solver interface for asymmetric matrices
2. Allow components to specify whether a matrix is symmetric or not. This should done via, for example, sParams->setSymmetric(true). To check for symmetry use getSymmetric()
0 lines of code changed in 6 files:
Turn on this test for All systems in the LOCAL_TESTS.
1 lines of code changed in 1 file:
Warning.
0 lines of code changed in 1 file:
Warnings.
173 lines of code changed in 2 files:
Cleaning up warnings.
520 lines of code changed in 5 files:
Clean up unused information.
0 lines of code changed in 1 file:
Fix a problem with the variable registry. The values are no longer being
altered after it is passed to the task.
25 lines of code changed in 3 files:
Remove more _new functions.
333 lines of code changed in 42 files:
Remove the _new tags from the new functions.
12 lines of code changed in 2 files:
Minor front-end change, major back-end change to the Arches Task Interface (ATI).
* Remove the ATI variable type enums in favor of Uintah type descriptions and the FieldAdaptor mapping for better generality.
* Rather than resolving all variables in the task call-back function, resolve the labels when they are retrieved. This is now done in the FieldContainer.h
This should reduce the complexity of the field mapping behind the scenes for easier readability and maintainability.
2600 lines of code changed in 61 files:
Using Wasatch FieldAdaptor to simplify the logic in retrieving and
wrapping Uintah fields in the Arches task interface.
1055 lines of code changed in 4 files:
Adding header file.
46 lines of code changed in 1 file:
* computeBCArea__NEW -> computeBCArea
* Moved the momentum helpers into a separate header…hoping it is useful elsewhere
* Atom editor performed some beautification by removing extra spaces at the ends of lines.
* Re-tooling of variable_stats model including:
1) This class is no longer templated and as a result only works on cell-centered variable (everything but velocity). The templating seemed like an unnecessary complication.
2) As a result of 1), you don’t specify the variable type any more as part of the spec (was an optional input before)
3) The result of the <flux_variable> spec is the running sum of the flux variable on the FACES of the cells in each coordinate direction. The running sums were previously located in the cell center. This was done to enable exact mass/energy/scalar etc. balances.
4) The local variable creation was moved out of the problemSetup and into the automagic ArchesTaskInterface functionality.
985 lines of code changed in 6 files:
rm a __NEW and beautify.
3017 lines of code changed in 3 files:
Beautify.
468 lines of code changed in 1 file:
Fixed initialization issue. Now devol and char models will be initialized. This will break the regression test: coal_channal_FOWY, because we are now saving source terms at time-step 0, where before they weren't saved.
269 lines of code changed in 17 files:
Revert "- Get the framework to compile when C++11 is turned on."
We can remove this once we switch over to C++11 entirely. But not quite yet...
152 lines of code changed in 5 files:
- Get the framework to compile when C++11 is turned on.
- Remove sci_algorithm.h. This must have been from prehistoric times.
4 lines of code changed in 4 files:
print()
- if the "domain" is not defined then don't print it.
0 lines of code changed in 2 files:
Fixed CharOxidation model so that information is now properly pulled from the table when needed. No need to use data Archiver to pull chemical species from table.
40 lines of code changed in 1 file:
Fully removed DO/RMCRT specific code in the Wall-HT model. This can be done since they use the same interface of 6 CCVariables for the fluxes .
29 lines of code changed in 2 files:
Possible fix to memory leak in wallHT model.
3 lines of code changed in 1 file:
Several modifications for the Westbrook Dryer model. Added temperature dependence for flammability limits. Moved various user inputs to the chemistry table to avoid user error. Made model compatible with inerts in the fuel stream.
87 lines of code changed in 12 files:
Added Latin Hyper-Cube ray direction sampling to RMCRT.
156 lines of code changed in 4 files:
Altered WallHT model so that it will treat both radiation models the same. This is in accordance with commit 53735.
6 lines of code changed in 1 file:
Namespace cleanups.
220 lines of code changed in 37 files:
Improve the fault tolerance of the water model. Namely, delete particles
for which the deformation gradient will give non-sense answers.
0 lines of code changed in 4 files:
Add compute for p.temperatureGradient
2 lines of code changed in 1 file: