February 2019 Commit Log

Number of Commits:
31
Number of Active Developers:
9
jthornoc 2019-02-28 09:51 Rev.: 59229

Check the time step approx. coming from the intrusion.
Also remove the boost dependency in configure.

3 lines of code changed in 1 file:

allen 2019-02-27 13:34 Rev.: 59228

added additional comments for clarity

23 lines of code changed in 2 files:

allen 2019-02-27 11:12 Rev.: 59227

added the ability to optionally dump the time step (default false) and sim time (default true) with the global vars

19 lines of code changed in 2 files:

jthornoc 2019-02-26 15:29 Rev.: 59225

Removing IntVector initialization which was observed to cause a
significant slowdown - at least in Arches cases.

Committed on behalf of Alan H.

0 lines of code changed in 2 files:

jthornoc 2019-02-26 15:29 Rev.: 59224

Removing unused boost includes.

0 lines of code changed in 9 files:

derekhar 2019-02-26 12:42 Rev.: 59222

Fixed a bug when running the wallHT model in combination with dynamic radiation.

0 lines of code changed in 2 files:

guilkey 2019-02-25 10:09 Rev.: 59220

Remove a space that was bugging me.

1 lines of code changed in 1 file:

allen 2019-02-22 15:25 Rev.: 59218

added the ability to modulate the outputing of the global vars

52 lines of code changed in 2 files:

allen 2019-02-22 15:14 Rev.: 59217

added a missing default

1 lines of code changed in 1 file:

jsutherland 2019-02-21 13:42 Rev.: 59215

Disable a test temporarily.

2 lines of code changed in 1 file:

ahumphrey 2019-02-21 11:30 Rev.: 59214

Clean up compiler warning (Intel specifically).
Const and volatile on return types in C++ are meaningless, because functions can only return rvalues. Type qualifiers apply only to lvalues.

2 lines of code changed in 1 file:

allen 2019-02-19 11:33 Rev.: 59213

added additional tab to match other factory output

0 lines of code changed in 4 files:

harman 2019-02-13 16:09 Rev.: 59210

set max_Timesteps for ups files.
Changed name on regression test.

1 lines of code changed in 1 file:

harman 2019-02-13 15:49 Rev.: 59209

extractScalingData:
-Removed code to parse the output file for hypre solver times. extractSolverScalingData is for that.

extractSolverScalingData:
- updated output file name

plotSpiderPlot.tar.gz
- updated comments for dsort array

Added plotSolverSpiderPlot.m, which plots the strong scaling along with hypre scaling.

0 lines of code changed in 6 files:

ohdiazi 2019-02-13 15:06 Rev.: 59208

Steve Petruzza’s script for pidx. The makeMasterUda_index.csh was modified for a simulation with pidx.

73 lines of code changed in 3 files:

spetruzza 2019-02-12 17:14 Rev.: 59207

pidx: comment instructions only used in latest PIDX version

3 lines of code changed in 1 file:

harman 2019-02-12 16:58 Rev.: 59206

Added input files and spatial order of accuracy configuration files for
CouettePoiseuille flow in 3 different directions.

compare_Couette-Poiseuille.m
- fixed bug in exact solution.

597 lines of code changed in 10 files:

harman 2019-02-12 16:54 Rev.: 59205

removed debugging code.

1 lines of code changed in 1 file:

spetruzza 2019-02-12 15:01 Rev.: 59204

pidx: add support for compression bitrate

20 lines of code changed in 3 files:

ohdiazi 2019-02-12 13:59 Rev.: 59203

1. Char oxidation smith 2016 was deleted and char oxidation 2018 was renamed to CharOxidationSmith.
2. Char Oxidation model was renamed to CharOxidationSmithConstLv0. This is the first version of the smith char model and uses a constant particle diameter. This char model will not be used in production code, but it can be use for testing.
3. The following inputs files: mass_energy_balance, mass_energy_balance_Tfluid, mass_energy_balance_psnox, OFC_smith2016 (this file was rename to OFC_smith) and mass_energy_balance_psnox used the CharOxidationSmith2016 model, thus, they are updated to CharOxidationSmith (version of 2018). Therefore, RT is going to fail for these tests.
4. The input file OFC_smith was deleted.
5. The following input files use the original version of CharOxidationSmith (Named CharOxidationSmithConstLv0 after this commit): Coal_Nox,multibox_rmcrt_coal_1L, multibox_rmcrt_coal_2, multibox_rmcrt_coal_DO. The RT will not fail for these tests.

1646 lines of code changed in 15 files:

ohdiazi 2019-02-12 13:59 Rev.: 59202

Fixing print statement

3 lines of code changed in 1 file:

jthornoc 2019-02-12 12:20 Rev.: 59201

Cleaning up print statements.

33 lines of code changed in 3 files:

jthornoc 2019-02-12 09:23 Rev.: 59200

Cleaning up the summation model a bit.

27 lines of code changed in 2 files:

harman 2019-02-11 16:45 Rev.: 59199

- Allow for periodic boundary conditions
- Generalize reading variable from uda.
- Compare shear stress with exact solution

298 lines of code changed in 1 file:

harman 2019-02-07 14:40 Rev.: 59196

Fixed memory double deletes.

6 lines of code changed in 3 files:

harman 2019-02-07 13:55 Rev.: 59195

Polish
- more descriptive variable names
- removed debugging code.
- update comments

meanTurbFluxesVerify.py
-cast numSamples, so it works with python 3.5.

47 lines of code changed in 4 files:

harman 2019-02-05 15:25 Rev.: 59194

- Instructions on how to verify this module.

- Added "switch" to control when verification task is enabled.
<enableVerification/>

planeAverage::transformCellIndex()
- fixed bug with YZ plane.

All plane orientations have been verifed on 27 patches & cores.

47 lines of code changed in 3 files:

harman 2019-02-04 14:27 Rev.: 59192

Added MPI::Bcast() call after MPI::Reduce() so all cores have the same values for
sum and weight.

Identical answers for the verification test, 1 patch vs 27 patches in the XY plane.


33 lines of code changed in 4 files:

jthornoc 2019-02-04 12:04 Rev.: 59190

Turning this feature off until it can be debugged. It is currently
returning zero values for the intrusion inlets when they are clearly
non-zero.

2 lines of code changed in 1 file:

harman 2019-02-01 16:38 Rev.: 59188

Added code so verification tests can be performed when there are multiple patches orthogonal to the
specified plane.

It runs in parallel (27 cores) but the answers are off.

207 lines of code changed in 4 files:

harman 2019-02-01 16:22 Rev.: 59187

Added a warning message.

0 lines of code changed in 2 files:

January 2019 »

Generated by StatSVN 0.7.0