Check the time step approx. coming from the intrusion.
Also remove the boost dependency in configure.
3 lines of code changed in 1 file:
added additional comments for clarity
23 lines of code changed in 2 files:
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:
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:
Removing unused boost includes.
0 lines of code changed in 9 files:
Fixed a bug when running the wallHT model in combination with dynamic radiation.
0 lines of code changed in 2 files:
Remove a space that was bugging me.
1 lines of code changed in 1 file:
added the ability to modulate the outputing of the global vars
52 lines of code changed in 2 files:
added a missing default
1 lines of code changed in 1 file:
Disable a test temporarily.
2 lines of code changed in 1 file:
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:
added additional tab to match other factory output
0 lines of code changed in 4 files:
set max_Timesteps for ups files.
Changed name on regression test.
1 lines of code changed in 1 file:
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:
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:
pidx: comment instructions only used in latest PIDX version
3 lines of code changed in 1 file:
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:
removed debugging code.
1 lines of code changed in 1 file:
pidx: add support for compression bitrate
20 lines of code changed in 3 files:
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:
Fixing print statement
3 lines of code changed in 1 file:
Cleaning up print statements.
33 lines of code changed in 3 files:
Cleaning up the summation model a bit.
27 lines of code changed in 2 files:
- Allow for periodic boundary conditions
- Generalize reading variable from uda.
- Compare shear stress with exact solution
298 lines of code changed in 1 file:
Fixed memory double deletes.
6 lines of code changed in 3 files:
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:
- 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:
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:
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:
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:
Added a warning message.
0 lines of code changed in 2 files: