November 2019 Commit Log

Number of Commits:
68
Number of Active Developers:
7
harman 2019-11-26 15:47 Rev.: 59860

Added constantPress_BC regression test.

2 lines of code changed in 1 file:

harman 2019-11-26 14:25 Rev.: 59859

controlVolFluxes:
- Small changes so it will run in parallel and with other analysis modules.

Added input file that is useful in testing the control volume fluxes of Q against the total Q in a controlVol.

Added script for plotting the change in Q in the control vol and the net fluxes across the control vol faces.

72 lines of code changed in 2 files:

guilkey 2019-11-26 11:36 Rev.: 59857

For each of the three main "findCellAnd..." functions, only return
non-zero entries. This gives a substantial speed-up.

0 lines of code changed in 2 files:

harman 2019-11-26 11:12 Rev.: 59856

reduceMPI()
- Added DOUT, comment and more info in existing DOUT mesg.

0 lines of code changed in 2 files:

harman 2019-11-25 14:09 Rev.: 59854

- Increased output precision to 16 sig. figs. That value can be changed using m_precision variable.
- defined new face iterator SFC_Cells.

It's working and giving the correct answers for 1 patch.

25 lines of code changed in 4 files:

harman 2019-11-25 09:04 Rev.: 59853

Always warn the user if a timestep.xml file cannot be found. Redirect error message to stderr.

0 lines of code changed in 2 files:

harman 2019-11-24 14:27 Rev.: 59852

Now writing out each of the faces fluxes and the net fluxes for each control volume.

Added warning if user specifies a control volume outside the computational domain.

Eliminated EOL spaces.

177 lines of code changed in 4 files:

jthornoc 2019-11-22 23:53 Rev.: 59850

These tests need some work to conform to my last commit. Turning them
off for now.

2 lines of code changed in 1 file:

jthornoc 2019-11-22 17:46 Rev.: 59849

This commit fixes a failing test from my last commit (not running to completion) but breaks a bunch of new ones.

I’ve moved the RHS addition of the DQMOM source to DQMOMNoInversion where no DQMOM inversion is taking place. This consolidates some work and removes the need for an extra task. As such, this breaks Coal Production tests in the fuzz.

The Kokkos dqmom_example_char test also fails, but this appears because the source wasn’t being added in the correct place for Kokkos-DQMOM. Differences are small, however. This is still under development…

Also re-grouped the particle models into fewer, more intuitive groups.

Some other minor cleanup occurred.

137 lines of code changed in 21 files:

harman 2019-11-22 13:42 Rev.: 59848

controlVolume.*
- renamed d_X -> m_X

controlVolFluxes.*
- removed faceInfo(), bulletproofing(), assignLabel().
- Output is working for multiple control volumes.
- Progress made on creating a vectors of control volumes with a vector of varLabels.

Still under heavy construction

294 lines of code changed in 4 files:

tsaad 2019-11-21 14:41 Rev.: 59847

Wasatch is now capable of simulating drones

2 lines of code changed in 1 file:

tsaad 2019-11-21 14:35 Rev.: 59846

put the fan model example under RT

9 lines of code changed in 1 file:

tsaad 2019-11-21 14:18 Rev.: 59845

Simplify the Fan/rotor model interface significantly. update the name of the fan model test. clean up here and there and everywhere.

0 lines of code changed in 8 files:

harman 2019-11-21 13:40 Rev.: 59844

The main pieces are in place and it runs.

130 lines of code changed in 4 files:

allen 2019-11-21 10:56 Rev.: 59843

updates to support Apple machines

0 lines of code changed in 2 files:

jthornoc 2019-11-20 16:46 Rev.: 59838

Removed the work performed in timestep_init for scalars and rellocated
it into the eval function conditioned on the timestep.

Cleaned up some task names to include Class origin.

Reconfigured the GridIndStudyTemp.py file with a little more generality.

61 lines of code changed in 3 files:

harman 2019-11-20 16:36 Rev.: 59837

*.ups
- changed label from abskt -> absk, to cut down on the confusion. The user can specify any
absorption coefficient.

Arches/SourceTerms/RMCRT.*
- renamed variables m_abskt -> m_absk_*

Arches/PropertyModelsV2/sumRadiation.cc
- problemSetup()
Added some confusing code to only add absk_name to the vector of names if it's unique.
We need to clearly define what abskt is and stick with that definition.

44 lines of code changed in 5 files:

harman 2019-11-20 09:22 Rev.: 59834

find()
- added missing "throw" before exception.

0 lines of code changed in 2 files:

harman 2019-11-19 14:35 Rev.: 59833

Integrated control volume class into controlVolFluxes.
Under heavy construction.

238 lines of code changed in 4 files:

jthornoc 2019-11-18 16:05 Rev.: 59832

Initialize some variables to avoid garbage in extra cells.
Update box1.ups input file.
Remove convection calc in extra cells for tangential vel comps. (will
cause RT failure due to diffs in extra cells).
Other general cleanup.

93 lines of code changed in 7 files:

harman 2019-11-18 14:37 Rev.: 59831

Added new module to compute the face fluxes of Q and total Q inside control volume(s). For each
control volume the total Q, the net fluxes through each face and each of the faces
fluxes will be output to a separate file. The output frequency is controlled by the user.


1028 lines of code changed in 6 files:

harman 2019-11-18 10:51 Rev.: 59830

Added controlVolume class that contains methods for looping over the control volume and the each of the
control volume faces. This class is based on Patch.


388 lines of code changed in 3 files:

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:

jthornoc 2019-11-15 16:00 Rev.: 59827

Adding the option of saving out specific radiation intensities.
Updated an RT input file which will cause this test to fail due to the
addition of new saved variables.

0 lines of code changed in 8 files:

allen 2019-11-15 10:36 Rev.: 59826

cleaned up the formatting of stats and minor cleanup of the enums for clarity

0 lines of code changed in 8 files:

harman 2019-11-14 16:38 Rev.: 59825

BrownSoot_Spectral.ups: changed number of ordinates to 8 and added <addOrthogonalDirs> tag.

ARCHES.py: Added BrownSoot_Spectral test with the <addOrthogonalDirs> flag enabled.


7 lines of code changed in 1 file:

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:

allen 2019-11-13 11:14 Rev.: 59822

added the net wall time - for debugging

6 lines of code changed in 1 file:

allen 2019-11-12 19:43 Rev.: 59821

minor fixes for the stats after testing the unified scheduler

11 lines of code changed in 1 file:

allen 2019-11-12 19:06 Rev.: 59820

forgot to set back to false

1 lines of code changed in 1 file:

allen 2019-11-12 18:56 Rev.: 59819

clean up for the task infomapper

0 lines of code changed in 6 files:

allen 2019-11-12 18:55 Rev.: 59818

converted the exec times to an info mapper and update others for optonall outputting files

183 lines of code changed in 13 files:

allen 2019-11-12 18:54 Rev.: 59817

expanded the infomapper to output files

299 lines of code changed in 1 file:

harman 2019-11-12 17:03 Rev.: 59815

Disable bulletproofing for addOrthogonalDirs option.

2 lines of code changed in 1 file:

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:

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:

harman 2019-11-12 13:17 Rev.: 59812

Added a series of sweeps tests.

12 lines of code changed in 1 file:

tsaad 2019-11-11 10:20 Rev.: 59810

fix RT.

0 lines of code changed in 2 files:

allen 2019-11-08 16:06 Rev.: 59808

added task handling

98 lines of code changed in 1 file:

tsaad 2019-11-08 15:40 Rev.: 59807

Add a fan model. This will allow for the specification of a target velocity within an (arbitrary) geometry primitive inside a domain.

488 lines of code changed in 5 files:

allen 2019-11-08 12:35 Rev.: 59806

added per rank VisIt/libsim/visit_libsim_database.cctask mapping

139 lines of code changed in 7 files:

allen 2019-11-08 12:10 Rev.: 59805

fixed task name so to match the task

0 lines of code changed in 2 files:

allen 2019-11-08 11:26 Rev.: 59804

accidently removed the accumulation with the last commit - now restored

28 lines of code changed in 1 file:

allen 2019-11-08 10:44 Rev.: 59803

exposed the task exec collection

12 lines of code changed in 2 files:

jholmen 2019-11-07 20:11 Rev.: 59802

* Removed get_unmanage_const_field.

0 lines of code changed in 2 files:

allen 2019-11-07 13:44 Rev.: 59800

added init

4 lines of code changed in 1 file:

allen 2019-11-07 13:38 Rev.: 59799

added affinity mapping to the threads

18 lines of code changed in 1 file:

allen 2019-11-07 12:34 Rev.: 59798

added stats to teh info mapper

8 lines of code changed in 3 files:

ahumphrey 2019-11-07 12:18 Rev.: 59797

Store local tid and affinity within each UnifiedSchedulerWorker instance (2 ints). This is for RuntimeStats, specifically to support viz of threads and their placement on a node.

33 lines of code changed in 2 files:

jthornoc 2019-11-06 16:01 Rev.: 59796

Remove all traces of get_unmanaged field getters.

1 lines of code changed in 7 files:

jthornoc 2019-11-06 15:50 Rev.: 59795

Remove use of unmanaged field getter.

12 lines of code changed in 1 file:

harman 2019-11-06 15:41 Rev.: 59794

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

Spacing.

40 lines of code changed in 2 files:

allen 2019-11-06 11:48 Rev.: 59791

cast values

0 lines of code changed in 2 files:

allen 2019-11-06 11:38 Rev.: 59790

minors fixes for the threads and whitespace cleanup

247 lines of code changed in 1 file:

allen 2019-11-06 11:37 Rev.: 59789

check for no stats and whitespace cleanup

59 lines of code changed in 1 file:

allen 2019-11-06 11:36 Rev.: 59788

changed view

3 lines of code changed in 1 file:

harman 2019-11-06 11:10 Rev.: 59787

VarLabel.*
Added a version of find() that throws an exception if the VarLabel isn't found. This will
reduce the bulletproofing clutter in the app codes.


RMCRT.*
- Implemented the sigmaT4 task that includes particle temperatures and absk. This is different
from the RMCRT::sigmaT4()

- Variable name changes.
- removed dead code.
- added m_matlSet variable.

391 lines of code changed in 5 files:

allen 2019-11-05 14:58 Rev.: 59786

Forgot to removes test code and fixed incorrect def

1 lines of code changed in 1 file:

allen 2019-11-05 14:42 Rev.: 59785

new layout mapping for threads

122 lines of code changed in 4 files:

allen 2019-11-05 14:42 Rev.: 59784

minor clean up to the layout

0 lines of code changed in 2 files:

allen 2019-11-05 14:40 Rev.: 59783

Forgot to removes tabs

4 lines of code changed in 1 file:

allen 2019-11-05 14:40 Rev.: 59782

New utility for system calls via pipes

186 lines of code changed in 4 files:

tsaad 2019-11-04 12:26 Rev.: 59780

remove a couple of silly print statements.

0 lines of code changed in 2 files:

tsaad 2019-11-04 12:21 Rev.: 59779

Further support for Interior BCs and provide option to disallow setting pressure on momentum at those boundaries.

11 lines of code changed in 5 files:

harman 2019-11-04 11:21 Rev.: 59778

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

38 lines of code changed in 3 files:

harman 2019-11-04 10:33 Rev.: 59777

Added comments.
Finished populating the ghost type names.

0 lines of code changed in 2 files:

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:

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.

241 lines of code changed in 4 files:

October 2019 »

Generated by StatSVN 0.7.0