Directory CCA/Components/Arches/Radiation/

Total Files:
14
Deleted Files:
0
Lines of Code:
5697

[root]/CCA/Components/Arches/Radiation
                    directory in repo fortran (21 files, 3177 lines)

Lines of Code

CCA/Components/Arches/Radiation/ Lines of Code

Developers

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

Most Recent Commits

jholmen 2017-12-18 18:58 Rev.: 57475

* Added a template parameter to compute4Flux to manage the KokkosView3 type for intensity.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (new)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

1 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: RadPetscSolver.cc (new)
derekhar 2017-11-22 15:10 Rev.: 57332

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:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+10 -10), DORadiationModel.h (+3 -3)
jholmen 2017-11-21 23:41 Rev.: 57328

* 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:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+1)
allen 2017-11-17 15:25 Rev.: 57310

added needed / removed unneeded include file

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.h (+1 -1)
allen 2017-11-06 11:49 Rev.: 57213

added unsigned to remove warnings

4 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+4 -4)
allen 2017-10-25 12:48 Rev.: 57176

added processor node identification to the proc group, also cleaned up method names

7 lines of code changed in 3 files:

  • CCA/Components/Arches/Radiation: DORadiationModelV2.cc (new), RadPetscSolver.cc (+5 -5)
derekhar 2017-10-18 19:41 Rev.: 57154

Sweeps no longer will allow or require specifiction of a linear solver for radiation.

14 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+14 -8)
jas 2017-10-13 14:42 Rev.: 57138

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:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+26 -26), DORadiationModel.h (+6 -7)
derekhar 2017-09-13 12:11 Rev.: 56995

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:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+4)
derekhar 2017-09-08 18:35 Rev.: 56975

removed reference to previously deleted fortran files.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: sub.mk (changed)
derekhar 2017-09-08 17:39 Rev.: 56974

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:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+448 -531), DORadiationModel.h (+46 -28)
jthornoc 2017-07-06 11:56 Rev.: 56758

Cleaned up warnings.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+1 -1)
jthornoc 2017-07-06 11:50 Rev.: 56757

Clean up warnings.

83 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+83 -84)
derekhar 2017-06-26 11:53 Rev.: 56699

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:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+16 -21)
derekhar 2017-06-21 14:54 Rev.: 56680

Updated radiation properties to change for pressure.

20 lines of code changed in 4 files:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+3 -3), RadPropertyCalculator.h (new)
derekhar 2017-06-07 18:12 Rev.: 56618

Invoking Temporal Scheduling for the sweeping method.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+2)
derekhar 2017-06-07 10:24 Rev.: 56615

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:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+157 -217)
derekhar 2017-05-26 17:49 Rev.: 56582

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:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+1027 -11), DORadiationModel.h (+108 -4)
jas 2017-04-20 13:20 Rev.: 56454

Update copyright.

13 lines of code changed in 19 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+2 -2), DORadiationModel.h (+1 -1), DORadiationModelV2.cc (+1 -1), DORadiationModelV2.h (+1 -1), FakeRadPetscSolver.cc (new), RadHypreSolver.cc (new), RadHypreSolver.h (+1 -1), RadPetscSolver.cc (+1 -1), RadPetscSolver.h (+1 -1), RadiationSolver.cc (+1 -1), RadiationSolver.h (new), sub.mk (+1 -1)
allen 2017-04-13 16:24 Rev.: 56421

Removed Time.h and replaced with Timers.hpp

66 lines of code changed in 4 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+8 -5), DORadiationModelV2.cc (+18 -13), RadHypreSolver.cc (+39 -43), RadPetscSolver.cc (+1 -1)
derekhar 2017-04-05 17:20 Rev.: 56392

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:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+34 -50), RadPropertyCalculator.cc (+76 -701), RadPropertyCalculator.h (+7 -245)
jas 2017-03-10 16:32 Rev.: 56317

Update for changes to petsc 3.6+

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPetscSolver.cc (+1 -1)
dav 2017-02-24 00:50 Rev.: 56249


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:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+37 -37), RadPropertyCalculator.cc (+36 -34), RadPropertyCalculator.h (+4 -4)
Generated by StatSVN 0.7.0