Fixed hi yield bug which occurs when temperatues exceed Tbp_graphite.
1 lines of code changed in 1 file:
*.py: Linux-> all
runSusTests and generateGoldStandards:
- Warn the user if the OS they're using while running the localRT isn't valid for a component.
62 lines of code changed in 8 files:
Linux tests to All.
91 lines of code changed in 1 file:
Add log law wall model by wall_closure 'log' label
381 lines of code changed in 5 files:
Fix the bugs for sigma model
0 lines of code changed in 2 files:
Reformulation of the wall closure for our LES algorithm. Previous implementation was buggy and of unclear origin. This commit adds three approaches to computing the wall shear stress with the option of adding more in the future. Included also is a full slip condition.
In addition, the wall upwind approach in the hybrid coef code has been removed in favor of these “physically-based” approaches.
This commit breaks several tests. Input files have been updated accordingly.
-Ben, Jeremy et al.
671 lines of code changed in 13 files:
Fixed a bug in the KScalarRHS - initialize RHS to zero.
Add some error checking in Properties.
Minor edit to almgrenMMS input file.
6 lines of code changed in 2 files:
Some minor cleanup accessing the task interface from the ExplicitSolver.
Also added access to some other factories in Explicit Solver.
88 lines of code changed in 4 files:
Update to new SpatialOps
1 lines of code changed in 1 file:
Remove unused HashTable.
0 lines of code changed in 1 file:
No longer saving the flag isNonCubic to udas. That flag is now set whenever a level is finalized.
If the volume of a level's bounding box != sum(patch volumes) then a level is nonCubic.
Level.cc
computeVariableExtents(): added particle type and fixed NCVariable extents.
Ups files: added <Grid doAMR= "true"> to files where it was missing.
removed <nonCubid_domain>
Ray.cc: diabled isnan bulletproofing. Something isn't working correctly and nans are being detected.
** You need to run make reallyclean before compiling.
79 lines of code changed in 5 files:
Remove use of HashTable.h -- legacy implementation.
4 lines of code changed in 3 files:
Updated illinois 6 ash data base.
7 lines of code changed in 1 file:
Remove fixedvector.h header.
0 lines of code changed in 1 file:
Should fix the problem on Mira with crashing threads.
12 lines of code changed in 1 file:
Remove delayed thread detach hack.
1 lines of code changed in 1 file:
Remove fixedvector, use vector<> instead.
0 lines of code changed in 2 files:
Somehow the elimination of duplicate dependencies has fouled up OutputNthProc. Revert commit -r56875 until I can figure this one out.
7 lines of code changed in 1 file:
Added a new coal for the emissivity model.
15 lines of code changed in 1 file:
Do not use FixedVector for selectType. Use std::vector<> instead.
7 lines of code changed in 2 files:
- Minor changes to conform to SpatialOps changes.
- update auto-build SpatialOps hash
- clean up a few warnings.
44 lines of code changed in 24 files:
Point to new SpatialOps version.
1 lines of code changed in 1 file:
Minor cleanup
0 lines of code changed in 6 files:
- Developers no longer needs to use 1.1 to signal that mpirun should be used, it's now the default.
- Removed the "-mpi" sus option.
188 lines of code changed in 11 files:
Updated the FOWY devol model to include linear increasing yield above 1800K. This will break all coal cases using FOWY.
113 lines of code changed in 6 files:
Replace deprecated finite with isfinite()
1 lines of code changed in 1 file:
reverted code to keep the last reduction task and added dbg statement
26 lines of code changed in 1 file:
fixes for W-cycle and performing on-the-fly analysis
183 lines of code changed in 16 files:
Pass generic tg_num to addTask, let that method handle details.
1 lines of code changed in 1 file:
Extract common code for adding task to task graph(s) into helper method (private addTask with different signature). Should help with current work with w-cycles.
44 lines of code changed in 2 files:
Add mutex to postMPIRecvs until we can sort out the foreignVar race condition. This should fix the failing MPM charpy test, and perhaps issues with other components.
Clean up some DWDatabase source while under the hood.
127 lines of code changed in 2 files:
Switched hybrid momentum discretization upwind approximation. This will break the OFC hybrid test.
243 lines of code changed in 3 files:
fixed DW issue with W cycle and correct callswith materials
236 lines of code changed in 1 file:
added an exception for W cycle with analysis cause it no worky
9 lines of code changed in 1 file:
added material basis for computers and requires
19 lines of code changed in 1 file:
Added directory that contains scripts used in scalability studies.
346 lines of code changed in 8 files:
Updates to compute neumann bc.
87 lines of code changed in 1 file:
Reverted Jon's changes.
9645 lines of code changed in 35 files:
Added some bullet proofing
14 lines of code changed in 1 file:
Corrected the time and dw put with material
22 lines of code changed in 2 files:
Delete varLabels at the end of the simulation, for scattering-sweeps DO radiation, and the brown-soot model.
8 lines of code changed in 2 files:
Reverted SCJMC commit.
1 lines of code changed in 34 files:
added PhaseField component
2068 lines of code changed in 10 files:
- added Heat component
- coarse to fine connections made conditional upon #define SKIP_COARSE_TO_FINE_CONNECTIONS
function: HypreDriverSStruct::makeLinearSystem_CC
file: src/CCA/Components/Solvers/AMR/HypreDriverSStruct.cc Please enter the commit message for your changes. Lines starting
7518 lines of code changed in 30 files:
minor clean up to remoe additional warnings
3 lines of code changed in 1 file:
changed to strict else to remove a warning
2 lines of code changed in 1 file:
fixed specified z library
2 lines of code changed in 1 file:
added specified z library
8 lines of code changed in 13 files:
Code formatting and simplication.
- compiles but doesn't run.
198 lines of code changed in 2 files:
Add BrownSoot and spectral physics to RT suite. Minor spec edits.
5 lines of code changed in 3 files:
Dust off Jennifer VanRij's slip boundary conditions from 2011.
- code compiles but doesn't run.
276 lines of code changed in 2 files:
Forgot to add a file.
18 lines of code changed in 1 file:
added in new task monitoring feature on a per patch basis
438 lines of code changed in 7 files:
Adding flag information.
2 lines of code changed in 1 file:
Cleaning up some warnings.
14 lines of code changed in 10 files:
removed reference to previously deleted fortran files.
0 lines of code changed in 2 files:
Added support for spectral solvers for Arches-radiation. Support is currently only provided for the sweeping solver. This commit also removed several experimental sweeping approaches.
This commit will break all radiation tests due to the changing of a label name, but otherwise should not change the answers.
Removed some of the unused fortran code.
815 lines of code changed in 19 files:
increased size of dialog window
0 lines of code changed in 2 files:
Formatting in the output file mem_leak_check.log
Fixed syntax error
cd to $HERE after merging the malloc_stats files in the gold standards dirs.
32 lines of code changed in 3 files:
check for patch meshes before patch vars
95 lines of code changed in 1 file:
no analysis vars with the first time step
1 lines of code changed in 1 file:
Fixed major flaws in how memory gold standards were created.
compare_sus_runs:
- variable create_gs determines whether to copy the original uda and memory files to the GS or
the restart memory files to the GS.
highwater_percent.pl
- Throw an error if the high water value isn't available in either the current RT or the GS.
mem_leak_check
- Throw an error if the merged malloc_stat file has 0 bytes.
- rearrange where the highwater memory plots are generated.
replace_gold_standard
- spacing
runComponentTests
- set the environmental variable COMMON_GROUP in the doTestScripts
runSusTests.py
- Perform memory tests before comparing udas. This allows the malloc_stats file to be copied to the GS
- regression test fails if memory tests fails
- use the variable create_gs (yes_inputfile, yes_retart, no) to control when a GS is generated and
what is copied.
*** Any test that performs a memory check and if the GS:malloc_stats or GS:restart_malloc_stats are missing will fail.
188 lines of code changed in 8 files:
cleaned up output formatting
14 lines of code changed in 1 file:
* 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.
61 lines of code changed in 8 files:
Use arches material, instead of a material created solely to satisfy interface requirements.
16 lines of code changed in 2 files:
* 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.
245 lines of code changed in 6 files:
Including a transparent band, for scenarios with soot/coal particles.
17 lines of code changed in 2 files:
Extended spectral radiation properties to include soot.
30 lines of code changed in 2 files:
Removed an output statement that should not have been in the previous commit 56956.
0 lines of code changed in 1 file:
Updates to the heat equation example and added an AMR version. The AMR version is still in progress.
312 lines of code changed in 6 files: