Directory CCA/Components/Arches/Radiation/

Total Files:
10
Deleted Files:
2
Lines of Code:
4170

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

Lines of Code

CCA/Components/Arches/Radiation/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
harman 43 (100.0%) 1327 (100.0%) 30.8

Most Recent Commits

harman 2019-11-18 10:16 Rev.: 59829

DORadiationModel::computeOrdinatesOPL()
- insert the orthogonal directions into m_omu, m_oeta and m_oxi every m_totalOrds/8.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (new)
harman 2019-11-14 13:10 Rev.: 59824

computeOrdinatesOPL()
- orthogonal directions can only be run with 8 ordinates. The results will change if you don't use 8.

insertEveryNth()
- reworked the insertion of elements into the input vector.

23 lines of code changed in 3 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+22 -29), DORadiationModel.h (+1 -1)
harman 2019-11-12 17:03 Rev.: 59815

Disable bulletproofing for addOrthogonalDirs option.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+2)
harman 2019-11-12 14:20 Rev.: 59814

Throw an exception if the number of ordinate !=8 and the addOrthogonalDirs option is enabled.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+8 -1)
harman 2019-11-12 13:53 Rev.: 59813

Added Derek's patch for computing the intensity along orthogonal directions.

104 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+98 -33), DORadiationModel.h (+6)
harman 2019-11-06 15:41 Rev.: 59794

Replaced VarLabel::find( name) with VarLabel::find( name, exceptionMesg ).

Spacing.

17 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+17 -38)
harman 2019-11-04 11:21 Rev.: 59778

Collapse the code that sets the boundary conditions on the intensity into 1 function.

35 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+29 -39), DORadiationModel.h (+6 -12)
harman 2019-11-01 15:40 Rev.: 59771

Deleted dead code. This was something I started years ago and never finished.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModelV2.cc (del), DORadiationModelV2.h (del)
harman 2019-11-01 14:26 Rev.: 59770

OffsetArray1.h
- using m_<var> intead of _<var>
- Added {} as needed
- Added method "to_stl_vector()". This converts offset1 -> std::vector.

DORadiationModel
- Eliminated base 1 arrays used in fortran routines. No more +1, -1 offsets all over the place.
- Name changes:
oxi -> m_oxi
omu -> m_omu
oeta -> m_oeta
wt -> m_wt
_radIntSource -> _emissSrc_label

- Added const to method prototypes variables as needed.

- Added intensityIndx() method to compute the intensity index. No more "ord+iband*m_totalOrds" all over.

159 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+144 -140), DORadiationModel.h (+15 -11)
harman 2019-10-31 17:52 Rev.: 59769

SourceTerms/DORadiation.*
- Ordinate loops changed variable name ix to ord.
- doSweepAdvanced: deleted unused variable in prototype

DORadiationModel:
- Removed dead global variables or code that does nothing
- transition to using m_ for all global/member variables
- eliminated bool flags describing what to use for an initial guess. Now using single var with enums.
- defaults for global vars are specified in the header file, not randomly through out the code.
- Ordinate loops changed variable name ix to ord.
- removed BoundaryCondition(), it's empty.
- If the scope of a variable is within a task/function define it there, not in the header file.
- Standardized global label names to _<name>_label
- Remove intensitysolveSweepOptimizedOld() it's not called.
- defined m_gn = Ghost::None, use that throughout.



422 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+309 -567), DORadiationModel.h (+113 -122)
harman 2019-10-30 18:03 Rev.: 59766

- Variable name changes:
my_stringstream_object -> labelName
direcn -> dir

- Moved accessor code from .cc to the .h file


- Created global variables m_matls and m_matIdx and eliminated the redundant calls to allMaterials("Arches"_

- Using pre existing labels instead of VarLabel::find(X)

- created helper function to compute the intensity index. No need for
ix + iband *_DO_model->getIntOrdinates()
all over the place.


59 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+48 -65), DORadiationModel.h (+11 -3)
harman 2019-10-30 08:20 Rev.: 59762

Formatting!!!


428 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+403 -394), DORadiationModel.h (+25 -21)
harman 2019-10-21 15:27 Rev.: 59725

computeIntensitySource()
-formatting!

58 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+58 -45)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

12 lines of code changed in 20 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+1 -1), DORadiationModel.h (+1 -1), DORadiationModelV2.cc (new 1), DORadiationModelV2.h (new 1), FakeRadPetscSolver.cc (new), RadHypreSolver.cc (new), RadHypreSolver.h (+1 -1), RadPetscSolver.cc (new), RadPetscSolver.h (+1 -1), RadiationSolver.cc (+1 -1), RadiationSolver.h (new), sub.mk (new)
Generated by StatSVN 0.7.0