[root]/CCA/Components/Arches/Radiation
fortran
(21 files, 3177 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 62 (100.0%) | 2259 (100.0%) | 36.4 |
derekhar | 21 (33.9%) | 1972 (87.3%) | 93.9 |
jthornoc | 2 (3.2%) | 84 (3.7%) | 42.0 |
allen | 11 (17.7%) | 79 (3.5%) | 7.1 |
dav | 3 (4.8%) | 77 (3.4%) | 25.6 |
jas | 22 (35.5%) | 46 (2.0%) | 2.0 |
jholmen | 3 (4.8%) | 1 (0.0%) | 0.3 |
* Added a template parameter to compute4Flux to manage the KokkosView3 type for intensity.
0 lines of code changed in 2 files:
Cleanup of the Scheduler to use ports for all components
1 lines of code changed in 2 files:
Added support for 1-sided ghosts and invoking their use in Arches-sweeps. This results in a 12-25% speed-up of the sweeping algorithm, depending on scale.
13 lines of code changed in 3 files:
* Added build system support for Kokkos.
* Added /src/include/sci_defs/kokkos_testdefs.h.in.
This commit allows --with-kokkos=DIR to be used to point to a Kokkos installation instead of CXXFLAGS and LDFLAGS.
Note, files using #define UINTAH_ENABLE_KOKKOS must now add #include <sci_defs/kokkos_defs.h> to manage this macro.
1 lines of code changed in 1 file:
added needed / removed unneeded include file
1 lines of code changed in 1 file:
added unsigned to remove warnings
4 lines of code changed in 1 file:
added processor node identification to the proc group, also cleaned up method names
7 lines of code changed in 3 files:
Sweeps no longer will allow or require specifiction of a linear solver for radiation.
14 lines of code changed in 1 file:
Replace all instances of StaticArray with std::vector. This has been tested on the RT for all components. It is a drop in replacement. StaticArray is being removed.
32 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.
4 lines of code changed in 1 file:
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.
494 lines of code changed in 2 files:
Cleaned up warnings.
1 lines of code changed in 1 file:
Clean up warnings.
83 lines of code changed in 1 file:
Invert loop for speed, remove if-statement intended to increase speed, will change all scattering regression tests.
16 lines of code changed in 1 file:
Updated radiation properties to change for pressure.
20 lines of code changed in 4 files:
Invoking Temporal Scheduling for the sweeping method.
2 lines of code changed in 1 file:
Upgraded one of the sweeping approaches so that communication is isolated to the relevant patches, using the base task->requires.
157 lines of code changed in 1 file:
Added Sweeps with partial spatial scheduling. Multi-box friendly implementation. Scattering physics are integrated. Reflections are not natively supported. No temporal scheduling supported.
1135 lines of code changed in 2 files:
Update copyright.
13 lines of code changed in 19 files:
Removed Time.h and replaced with Timers.hpp
66 lines of code changed in 4 files:
Updated absorption property model to be more modular.
The primary motivation of this commit is to progress towards removing dependence on radprops.
Also, this commit cleaned up years of "hacks" aimed at quickly adapting the code to fit the needs of the center.
This commit will change every radiation test, most of which are due to round-off differences.
In some instances, a bug of using inconsistent data-warehouses was also present.
117 lines of code changed in 3 files:
Update for changes to petsc 3.6+
1 lines of code changed in 1 file:
Mostly cosmetic changes, and preparing for removing a hacked out warning when we moved to C++ 11.
These changes have passed the local RT on Baja.
- The biggest update in this commit (the update to remove the c++11 warning hack) is that you will
no longer be able to compare a ProblemSpecP to 0 (you will need to compare to 'nullptr').
- White space, coding standards, indentation, remove tabs.
- Line up some variables to make them easier to read.
- Use of 80+ columns of text (we decided to allow this 10 years ago) and it makes reading longer lines of code on the screen easier.
- Please put "else" and "else if" on a new line. The added white space makes following the branching much easier.
- Use {} for if/else clauses even if they are only one line long.
- Swatted some evil endls. (Use "\n")
- Alphabetize #includes and remove some unneeded ones.
- Add in Copyright notice to some files that were missing it.
M CCA/Components/Arches/Arches.cc
M CCA/Components/Arches/ArchesLabel.cc
- Fix code so that "found_role = true" is not repeated a hundred times... As I tell my CS 1000 students, if it
happens in every branch of the 'if' statement, it should be moved out of all of them.
M CCA/Components/Arches/BoundaryCond_new.cc
M CCA/Components/Arches/BoundaryCondition.cc
M CCA/Components/Arches/BoundaryConditions/BoundaryConditionFactory.cc
M CCA/Components/Arches/BoundaryConditions/BoundaryFunctors.h
M CCA/Components/Arches/BoundaryConditions/HandOff.h
M CCA/Components/Arches/CQMOM.cc
M CCA/Components/Arches/ChemMix/ColdFlow.cc
M CCA/Components/Arches/ChemMix/MixingRxnModel.cc
M CCA/Components/Arches/ChemMix/TableLookup.cc
M CCA/Components/Arches/CoalModels/CharOxidationSmith.cc
M CCA/Components/Arches/CoalModels/Deposition.cc
M CCA/Components/Arches/CoalModels/EnthalpyShaddix.cc
M CCA/Components/Arches/CoalModels/HeatTransfer.cc
M CCA/Components/Arches/CoalModels/KobayashiSarofimDevol.cc
M CCA/Components/Arches/CoalModels/SimpleHeatTransfer.cc
M CCA/Components/Arches/DQMOM.cc
M CCA/Components/Arches/ExplicitSolver.cc
M CCA/Components/Arches/IntrusionBC.cc
M CCA/Components/Arches/IntrusionBC.h
M CCA/Components/Arches/LagrangianParticles/LagrangianParticleFactory.cc
M CCA/Components/Arches/MomentumSolver.cc
M CCA/Components/Arches/MomentumSolver.h
M CCA/Components/Arches/ParticleModels/CQMOMSourceWrapper.cc
M CCA/Components/Arches/ParticleModels/ParticleModelFactory.cc
M CCA/Components/Arches/ParticleModels/ParticleTools.h
M CCA/Components/Arches/ParticleModels/ShaddixEnthalpy.h
M CCA/Components/Arches/PressureSolverV2.cc
M CCA/Components/Arches/PropertyModels/RadProperties.cc
M CCA/Components/Arches/PropertyModelsV2/DensityPredictor.cc
M CCA/Components/Arches/PropertyModelsV2/PropertyModelFactoryV2.cc
M CCA/Components/Arches/PropertyModelsV2/VariableStats.cc
M CCA/Components/Arches/Radiation/DORadiationModel.cc
M CCA/Components/Arches/Radiation/RadPropertyCalculator.cc
M CCA/Components/Arches/Radiation/RadPropertyCalculator.h
M CCA/Components/Arches/SourceTerms/DORadiation.cc
M CCA/Components/Arches/SourceTerms/IntrusionInlet.h
M CCA/Components/Arches/SourceTerms/PCTransport.cc
M CCA/Components/Arches/SourceTerms/SourceTermFactory.cc
M CCA/Components/Arches/Transport/ComputePsi.h
M CCA/Components/Arches/Transport/KFEUpdate.h
M CCA/Components/Arches/Transport/KMomentum.h
M CCA/Components/Arches/Transport/KScalarRHS.h
M CCA/Components/Arches/Transport/TransportFactory.cc
M CCA/Components/Arches/TransportEqns/CQMOMEqn.cc
M CCA/Components/Arches/TransportEqns/CQMOM_Convection.cc
M CCA/Components/Arches/TransportEqns/DQMOMEqn.cc
M CCA/Components/Arches/TransportEqns/DQMOMEqnFactory.cc
M CCA/Components/Arches/TransportEqns/ScalarEqn.cc
M CCA/Components/Arches/UPSHelper.h
M CCA/Components/Arches/Utility/InitializeFactory.cc
M CCA/Components/Arches/Utility/TaskAlgebra.h
M CCA/Components/Arches/Utility/UtilityFactory.cc
M CCA/Components/Arches/WBCHelper.cc
M CCA/Components/Arches/WallHTModels/WallModelDriver.cc
- See above for list of updates.
77 lines of code changed in 3 files: