October 2019 Commit Log

Number of Commits:
53
Number of Active Developers:
7
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.



448 lines of code changed in 4 files:

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.


242 lines of code changed in 4 files:

jthornoc 2019-10-30 15:01 Rev.: 59764

Spacing/returns on DOUT.

2 lines of code changed in 1 file:

harman 2019-10-30 08:20 Rev.: 59762

Formatting!!!


833 lines of code changed in 4 files:

tsaad 2019-10-29 18:06 Rev.: 59761

Fix failing RT by removing an oldvar that shouldn't have made it to the repo.

0 lines of code changed in 2 files:

tsaad 2019-10-29 15:19 Rev.: 59760

Add support for Symmetry boundary conditions.

43 lines of code changed in 3 files:

jthornoc 2019-10-29 13:02 Rev.: 59758

Getting rid of a warning and use of a macro.

0 lines of code changed in 4 files:

jthornoc 2019-10-29 12:13 Rev.: 59757

Find and replace all: "new_get_uintah_field" is now "get_field"

1206 lines of code changed in 159 files:

jthornoc 2019-10-29 12:12 Rev.: 59756

Updating these two files as there was a problem with a git merge and my
earlier commits. This should preserve Todds commit with the updated
variable getters.

109 lines of code changed in 2 files:

jthornoc 2019-10-29 12:12 Rev.: 59755

Redefine these as not static.

144 lines of code changed in 4 files:

jthornoc 2019-10-29 12:12 Rev.: 59754

Removing old variable getters for good.

0 lines of code changed in 1 file:

jthornoc 2019-10-29 12:12 Rev.: 59753

Final (?) cleanup of old variable getters. Old variable getters are now
commented out in TaskVariableTools and new getters are used everywhere.

171 lines of code changed in 21 files:

jthornoc 2019-10-29 12:12 Rev.: 59752

Fifth replacement of variable getters from TaskVariableTools.
This commit hits some of the getters with irregular spacing (thanks
RegEx).

79 lines of code changed in 16 files:

jthornoc 2019-10-29 12:12 Rev.: 59751

Fourth replacement of variable getters from TaskVariableTools.
This commit comments out one of the older getters in TaskVariableTools.
Note also that this was the first commit to handle pointers with the new
method in some cases.

490 lines of code changed in 64 files:

jthornoc 2019-10-29 12:12 Rev.: 59750

Third replacement of variable getters from TaskVariableTools.

302 lines of code changed in 51 files:

jthornoc 2019-10-29 12:11 Rev.: 59749

Second replacement of variable getters from TaskVariableTools.

196 lines of code changed in 40 files:

jthornoc 2019-10-29 12:11 Rev.: 59748

First commit using the new variable getter in TaskVariableTools.

133 lines of code changed in 35 files:

harman 2019-10-25 14:29 Rev.: 59743

Formatting!!!

344 lines of code changed in 2 files:

harman 2019-10-24 14:37 Rev.: 59741

Added Dout stream that outputs the variables that are used in the abskt calc.

Name change
_gas_part_name -> m_absk_names

Formattting

66 lines of code changed in 3 files:

jthornoc 2019-10-24 13:51 Rev.: 59739

Removing unused functions.

Also, FieldTool now returns a reference rather than a pointer.

175 lines of code changed in 5 files:

jthornoc 2019-10-24 13:51 Rev.: 59738

Removed unused files.

0 lines of code changed in 6 files:

jthornoc 2019-10-23 10:31 Rev.: 59735

Fix a sign error in the intrusion inlet when the inlet is the in the
negative direction.

Clean up the pruning of intrusions across patches so that the geometry
bounding box is used. Somehow this was changed to the patch box in an
old commit.

Clean up documentation in the arches_spec and require that the massflow
be specified as a positive value for all faces. The sign is now assigned
based on the face normal.

0 lines of code changed in 2 files:

harman 2019-10-23 10:08 Rev.: 59734

Changed member naming convenction from _varName -> m_varName.


255 lines of code changed in 2 files:

harman 2019-10-23 09:44 Rev.: 59733

Formatting

0 lines of code changed in 2 files:

jthornoc 2019-10-22 12:41 Rev.: 59729

Clearing up enum names.

175 lines of code changed in 37 files:

jthornoc 2019-10-22 12:41 Rev.: 59728

Fixing an issue where two enums had the same name causing undefined
behavior with the compiled exe.

41 lines of code changed in 10 files:

jholmen 2019-10-21 19:02 Rev.: 59726

* Updated RayKokkos.cc/h to the latest Ray.cc/h.

70 lines of code changed in 3 files:

harman 2019-10-21 15:27 Rev.: 59725

computeIntensitySource()
-formatting!

58 lines of code changed in 1 file:

jbhooper 2019-10-18 14:05 Rev.: 59722

Suppress warnings and ensure the right abs() function is used.

0 lines of code changed in 2 files:

jthornoc 2019-10-18 11:48 Rev.: 59720

Removing unneeded include and fixing a warning.

3 lines of code changed in 3 files:

jthornoc 2019-10-18 11:48 Rev.: 59719

Warning.

0 lines of code changed in 2 files:

jthornoc 2019-10-18 09:04 Rev.: 59718

Removing the general variadic implementation as it was causing some
ambiguity for some compilers.

0 lines of code changed in 1 file:

harman 2019-10-17 08:10 Rev.: 59716

Generalization: each slave can point to a different gold standard.

0 lines of code changed in 2 files:

jthornoc 2019-10-16 14:54 Rev.: 59715

Make return types consistent.

2 lines of code changed in 1 file:

jthornoc 2019-10-16 14:26 Rev.: 59714

Compact grid variable getters with a variadic option.

28 lines of code changed in 3 files:

harman 2019-10-16 12:47 Rev.: 59712

Radiometer.cc
- Removed the input tag orientation and replaced it with normalVector or unitNormalVector.

RMCRT_radiometer.ups
- Changed the domain limits to -0.5 -> 0.5, which is a more rigorous test of the radiometer code.
- using both <normalVector> and <unitNormal> specs.

RMCRT_VR.ups & methane_VR.ups
- updated input tags.

36 lines of code changed in 1 file:

harman 2019-10-16 12:32 Rev.: 59711

Fixed typos in email addresses.

2 lines of code changed in 1 file:

harman 2019-10-16 08:23 Rev.: 59709

Delete the vector <radiometers*>

4 lines of code changed in 1 file:

harman 2019-10-15 15:40 Rev.: 59708

Radiometer.cc/.h
- Generalized so the user can specify N radiometers, each with its own orientation,
nRays, solid angle and location.
- cleanup

RMCRT_radiometer.ups
- Added a radiometer in each of the domain corners. Each radiometer is oriented
to the opposing corner of the domain. The problem is symmetric so all of the radiometer's fluxes should
be the same, which they are.

** This shouldn't impact the results.

298 lines of code changed in 3 files:

harman 2019-10-14 16:31 Rev.: 59707

- Added references.
- Changed variable name to match the references
- Clarified comments

81 lines of code changed in 2 files:

mcconnell 2019-10-14 09:18 Rev.: 59703

Modified EnthalpyTransportEquation to be compatible with low-Mach enthalpy transport along with other necessary changes.

0 lines of code changed in 16 files:

mcconnell 2019-10-14 09:18 Rev.: 59702

Added a function for creating a tag for a field that is a derivative.

0 lines of code changed in 4 files:

mcconnell 2019-10-14 09:17 Rev.: 59700

Hopefully fixed discrete ordinates radiation solver in Wasatch for non-periodic problems.

0 lines of code changed in 2 files:

mcconnell 2019-10-14 09:17 Rev.: 59698

Added some changes that should have been in the last commit. Oops.

31 lines of code changed in 5 files:

mcconnell 2019-10-14 09:16 Rev.: 59696

A simple mixture fraction transport problem with heat loss now runs. Contributions from transported scalars to dilatation still need to be added.

23 lines of code changed in 4 files:

harman 2019-10-11 09:33 Rev.: 59692

Added tst that performs sanity checks on the virtual radiometer.

209 lines of code changed in 3 files:

harman 2019-10-10 14:46 Rev.: 59689

RMCRT_Test::scheduleTimeAdvance(): radiometerOnly
- added carryForward task for the VRIntensityLabel.


0 lines of code changed in 2 files:

harman 2019-10-10 14:40 Rev.: 59688

Added taskgraph index to exception message. Minor reformatting of message.

0 lines of code changed in 2 files:

jbhooper 2019-10-08 12:13 Rev.: 59685

Implement convex polyhedrons as a geometry object. A polyhedron is defined by either a center and a number of offsets to nearby surface planes (good for platonic solids) or a center and a number of bounding half-spaces. No checks are made to ensure that the polyhedra are properly capped if they run into an enclosing CSG edge, but they are otherwise set up to be used in CSG.

940 lines of code changed in 9 files:

allen 2019-10-07 15:02 Rev.: 59684

added in full support for the mapped info mappers

246 lines of code changed in 2 files:

allen 2019-10-07 14:58

made the no extra geom the default

0 lines of code changed in 6 files:

allen 2019-10-07 14:52 Rev.: 59681

added the ability to calculate the sum for vector and mapped info mappers

105 lines of code changed in 1 file:

jthornoc 2019-10-06 20:04 Rev.: 59679

Raise the max_dt in Axb.ups.

Also fix a bug in the setTimestep code. Was not actually looking for
const dt.

3 lines of code changed in 1 file:

September 2019 »

Generated by StatSVN 0.7.0