Turn off the new task stuff during the time update.
32 lines of code changed in 1 file:
Fix a few warnings.
36 lines of code changed in 7 files:
Cleanup of the task interface. Still working out bugs on the scalarRHS.
180 lines of code changed in 13 files:
Passing level instead of the patches.
195 lines of code changed in 33 files:
On active sources that are used multiple times: only call the extraSetup
once.
17 lines of code changed in 10 files:
Removing an uneeded const.
Cleaner initialization of a couple filter variables.
3 lines of code changed in 2 files:
Missed some extra template declarations.
7 lines of code changed in 1 file:
Clean up a warning. Delete field_container.
5 lines of code changed in 3 files:
Modifiations to the waveform initializer. Since the templating is on
two variable types (indep and depend), it doesnt quite work with the 2D
sin/cos function. Too clunky?
6 lines of code changed in 1 file:
Move over to SpatialFieldPtrs.
1001 lines of code changed in 12 files:
Further iteration on the task interface, including the addition of the
field container.
147 lines of code changed in 10 files:
Warnings.
2 lines of code changed in 3 files:
Put the timestep init to work.
136 lines of code changed in 4 files:
Added a timestep init function to avoid complexity of carry-forward
during the RK stepping.
Rename some functions for clarity.
189 lines of code changed in 12 files:
Check the DWs for spatial fields to avoid problems with ambiguity when
the same variable is requested from two different DWs.
52 lines of code changed in 8 files:
* Pass a reference to the task info to the field collector
* Don’t reassign the dw in the resolve_field_requires function
* Remove old/commented-out code
* get_uintah_field now requires a DW. This will resolve ambiguity when the same variable is requested from two different DWs
133 lines of code changed in 4 files:
Pushing in Arches Task interface updates.
2403 lines of code changed in 38 files:
The Example components are always built (unlike other components (eg:
Arches) that must be explicitly turned on). However, at least one
example component needs to have the radiation models turned
on... therefore turn on MODELS_RADIATION all the time. -Per Todd's
request.
M configure
M configure.ac
22 lines of code changed in 2 files:
Per Jeremy's direction, require building Wasatch if Arches is built.
330 lines of code changed in 2 files:
silence a warning
1 lines of code changed in 1 file:
forgot to commit the ParticleWallBC
113 lines of code changed in 2 files:
Add support for particle boundary conditions:
1. Add a task that finds the list of particles near boundaries. You can easily access this list of boundary particles through a static vector for a particular boundary. (see ParticlesHelper::get_boundary_particles). This list of boundary particles is updated at every timestep and finds the particles that are in the first interior cell near a given boundary. You can choose to do whatever you want with those particles.
2. Add support for wall boundary conditions on particles in Wasatch. We currently support full elastic collisions at walls. You don't need to specify anything unique to activate particle boundary conditions. If there is a Wall present, particles will immediately sense that. Support for wall deposition and other wall models can be easily achieved later on.
This commit will break ALL particle RT because a new dependency was added and the checkpoints will fail to compare.
560 lines of code changed in 16 files:
A new and correct version of the modifies version of the relocation algorithm. The user only provides the list of varlabels that require relocation. Then, the new relocation algorithm creates temporary variables to store the relocated data. Finally, data is copied (safely, psets are replaced as well) from the temporary relocated variables back to the original list supplied by the user.
104 lines of code changed in 3 files:
Correct the calculation of density for use in the timestep size calculation.
7 lines of code changed in 1 file:
Turn on the new CQMOM regression test.
3 lines of code changed in 1 file:
minor tweaks to get it running for a single control volume
22 lines of code changed in 2 files:
Extend CQMOM to be useable in up to 4 dimensions of internal coordinates.
313 lines of code changed in 2 files:
Added changes from previous patch to floatRMCRT.
3 lines of code changed in 1 file:
Fixed a data-onion RMCRT bug. The rare-case bug occurred when RMCRT went down a level, while hitting a wall, with reflections turned on.
81 lines of code changed in 2 files:
Fixed bug in RMCRT. The bug caused RMCRT to incorrectly compute the ray-path-length which is used to calculate the boundary fluxes for non-cubic cells.
3 lines of code changed in 1 file:
Create and destroy d_matlSet once.
2 lines of code changed in 1 file:
Fix a bug that Jeremy uncovered.
2 lines of code changed in 1 file:
Add in particle wall collisions into CQMOM with a tunable particle-wall restitution coefficient
101 lines of code changed in 2 files:
Fix memory leak.
10 lines of code changed in 1 file:
Fix memory leak.
18 lines of code changed in 1 file:
rip out the variable density corrugated-front MMS from Wasatch. This has gone stale and was never used.
2 lines of code changed in 8 files:
remove buoyant force from gas momentum source term
23 lines of code changed in 3 files:
Allow underlying, raw Task to know it's deviceID when GPU-enabled. This commit is on behalf of Abhishek Bagusetty with modifications by Alan Humphrey.
305 lines of code changed in 14 files:
Added a 3rd party library under regression testing within arches. The thrid party library reads a 1-D table for radiation properties of gray gases including chemical species CO2 H2O CO OH and NO.
Also added linear initialization of transported variables (in the x-direction only) which can be invoked using TransportEqn->Eqn->initialization(linear-x).
12 lines of code changed in 3 files:
fix a bug in the Modifies version of the relocation algorithm that showed up when running multipatch/processor + MPI. This change does not affect the traditional relocation algorithm that uses pre_reloc varlabels. The RT should not fail.
9 lines of code changed in 1 file:
Add clipping an option in CQMOM to clip very small nodes to zero to improve moment realizability.
30 lines of code changed in 5 files:
Fix Warches - the poor, neglected step child.
0 lines of code changed in 2 files:
Fix a potential bug where the Uintah variable goes out of scope prior to the SpatialField version of it being deleted.
2 lines of code changed in 1 file:
wrap_uihtah_field_as_spatialops now takes GhostData as an argument.
23 lines of code changed in 4 files:
Fix issue with GPUDataWarehouse::getItem() failing for GPUPerPatch vars.
Also, do some formatting, cleanup, etc.
0 lines of code changed in 2 files:
Clean out a few compile warnings
4 lines of code changed in 2 files:
Commit on behalf of Abhishek.
166 lines of code changed in 1 file:
Arches currently uses two versions of wrap_uintah_field_as_spatialops(). One from Wasatch and another that has been pulled internally into Arches. This commit corrects usage of the one from Wasatch to conform to recent changes. Note that it is preferable to use the Wasatch version to avoid code duplication and make maintenance easier.
10 lines of code changed in 3 files:
When wrapping Uintah fields as SpatialOps fields, return a ref-counted "SpatFldPtr" rather than a raw pointer that requires deletion.
98 lines of code changed in 6 files:
Add clipping of abscissa to CQMOM and recalculate the moments in the cell after clipping occurs.
189 lines of code changed in 3 files:
added a reference for the EOS and divider comments.
0 lines of code changed in 4 files:
Silence a warning and minor cleanup.
85 lines of code changed in 1 file:
Fix typos in scheduling task for the CQMOM operator splitting.
7 lines of code changed in 1 file:
initialize the gravity vector.
0 lines of code changed in 2 files:
Destructor
Added conditional so d_matlSet is only deleted once.
5 lines of code changed in 1 file:
Updates due to changes in SpatialOps API for field location handling.
7 lines of code changed in 3 files:
Corrected heat transfer model for coal. The difference in velocity components will now be used to compute the rate of convective heat transfer. For coal particles and previous to this commit, convection used to be based on the difference between total velocity magnitude of gas and particles.
2 lines of code changed in 1 file:
Remove the d_matlSet reference *before* you delete it.
RMCRT_test_1L and Arches:methane_rmcrt.ups are valgrind clean.
3 lines of code changed in 1 file:
get rid of the ParticleVarManager singleton and use static variable in the ParticlesHelper instead
21 lines of code changed in 3 files:
add three tests for particle-gas two-way coupling (one test for each spatial direction). make a small fix to the particle IC to avoid an assertion from Boost.
10 lines of code changed in 3 files:
documentation for the ParticlesVarManager
42 lines of code changed in 2 files:
move the singleton out of particle variables for safety reasons. particle variables marked for relocation are now tracked a ParticleVarManager.
49 lines of code changed in 3 files:
compiler warnings.
5 lines of code changed in 1 file:
Misc. cleanup of IntVec usage.
0 lines of code changed in 2 files:
fix a bug in the gas momentum source term due to particles. Instead of accounting for the total body force (weight, buoyancy) account for buoyancy only.
32 lines of code changed in 2 files:
Initial commit of OnTheFly module that will apply the momentum principle to fixed volume(s).
This is considered a heavy construction zone.
1017 lines of code changed in 5 files:
Only RMCRTCommon{} should delete d_matlSet.
1 lines of code changed in 2 files:
Formatting fixes
15 lines of code changed in 1 file:
I overlooked that yesterday's change would break the MPMICE tests that have
reacting particles. This change fixes that oversight.
1 lines of code changed in 1 file:
Removed some extra stuff from CQMOM.
0 lines of code changed in 2 files:
Add in operator splitting to CQMOM for convective flux of particles in each direction to be calculated with different permutations of the conditionals.
1130 lines of code changed in 5 files:
Fix lib64/lib32/lib test when no lib given.
22 lines of code changed in 1 file:
1. Allow users to specify a maximum number of particles (per patch).
2. Add some documentation to particles helper.
16 lines of code changed in 3 files:
This should fix the mini boiler segfaults we were seeing on prism & the RT machine.
18 lines of code changed in 1 file:
Few minor cleanups...
M configure
M configure.ac
- Fix test to raise error if fortran turned off but Arches is requested.
- Update configure with error when a bad path is given.
M Core/Grid/Variables/ParticleSubset.h
- Number of particles should be an "unsigned int", not a particleIndex.
- Use "unsigned int" in other locations where is needed.
- Clean up constructors... Use "unsigned int" and make arguments readable.
- Add in some whitespace for easier reading.
M Core/Grid/Variables/ParticleSubset.cc
- Add in {} to some 'for' and 'if' statements.
- Add in some whitespace for easier reading.
- Fix use of "unsigned int" for d_numParticles.
- Indent arguments so they can be more easily read.
M Core/DataArchive/DataArchive.h
- Fix findPatchAndIndex() declaration so it is readable.
- Make 'const' parameters that are not updated by function
so that it is more clear to the user what parameters'
values are changing.
M Core/DataArchive/DataArchive.cc
- Make findPatchAndIndex() function parameters readable.
- Remove int vs unsigned int warnings.
- Add in {} to some 'for' and 'if' statements.
M Core/ProblemSpec/ProblemSpec.h
- Added in appendElement() for unsigned int.
- Alphabetized the appendElements() to make parsing easier.
M Core/ProblemSpec/ProblemSpec.cc
- Added in appendElement() for unsigned int.
208 lines of code changed in 10 files:
cleaned up code and removed warnings during build
11 lines of code changed in 1 file:
1. add support for filling arbitrary geometry shapes with randomly distributed particles.
2. add two regression tests for this.
327 lines of code changed in 4 files:
For static builds, BOOST must be last.
0 lines of code changed in 2 files:
remove a few cout statements
2 lines of code changed in 2 files:
Update method name to reflect change in SpatialOps. This commit is on behalf of Abhishek Bagusetti.
1 lines of code changed in 1 file:
Applied the final polish to the radiometer refactor.
RMCRTCommon
- made common variables static
Radiometer
problemSetup() Added conditional statement around
variables that must be read when using OnTheFly. These
variables are duplicates of the what RMCRT uses.
This commit will fix the restart bug in RMCRT_VR.ups file
48 lines of code changed in 8 files:
allow creation of shared geometry across multiple expressions. this will reduce input file clutter and overhead.
19 lines of code changed in 2 files:
add first round of comprehensive particle test coverage to the RT
6 lines of code changed in 1 file:
fix some logic in the random particle initialization. add 3 tests that exercise bordy forces and drag in x, y, and z, respectively.
15 lines of code changed in 1 file:
Change the way pVolume is updated to accomodate particles having some initial
void space. Also, add an update to pVolume if using pressure stabilization.
This was inadvertently left out when the F calculation was moved into SerialMPM.This might explain why pressure stabilization hasn't worked with artificial
viscosity for about the same time.
11 lines of code changed in 1 file:
enforce an integer seed when creating random particles. use const when referring to end iterators.
10 lines of code changed in 2 files:
1. Use ParticlePerCell when initializing particles instead of total number of particles.
2. Modify the seed in the random particle initialization to allow for repetitive random sequences. This will help us test problems with random particle IC on the RT machine.
42 lines of code changed in 4 files:
Now using static variables for
d_matl
d_matlSet
d_sigmaT4_label;
d_abskgLabel;
d_temperatureLabel;
d_cellTypeLabel;
d_divQLabel;
This class is instantiated more than once but only want to initialize these variables once.
Thanks Dav for all your help!!
28 lines of code changed in 2 files:
Restrict execution to a single thread for the first timestep on restarts.
This fixes the deadlock when restarting with high thread counts on BGQ architecture.
20 lines of code changed in 5 files:
Fix a bug in Upwind interpolants where the wrong BoundaryCellInfo object was being used.
5 lines of code changed in 1 file:
Chaneg the classic table lookup to perform the search only once per tabulated value, and return a double vector of all dependent variables when getState is called to improve the speed
212 lines of code changed in 2 files:
Remove existing installation of Wasatch3P when configuring. This will help avoid clashes if a header is removed or moved.
1 lines of code changed in 1 file:
Finalize the divorce between the ParticlesHelper and Wasatch. The ParticlesHelper class is now ready to deploy in other components. The majority of its interface is virtual to allow you to specialize a few things, such as initialization. See the WasatchParticlesHelper class for a derived version that lives in Wasatch. Right now, the ParticlesHelper lives in the Wasatch directory because it doesn't fit upstream yet. Maybe creating a Helpers directory under src/CCA would be a good place for this.
370 lines of code changed in 8 files:
removed unused radiometer variables.
2 lines of code changed in 3 files:
continue the divorce of ParticlesHelper from Wasatch
0 lines of code changed in 2 files:
added ability for the disaggregation algorithm to be turned on and off with a flag. off by default. also fixed some bugs relating to inequalities in the algorithm
11 lines of code changed in 2 files:
Reversing the previous delete. This was causing segfaults in other
tests. However, valgrind is reporting it still as a "leak". I believe
the RT will as well.
Cleaning up some memory issues in other parts of Arches.
9 lines of code changed in 3 files:
Cleaning up memory errors.
8 lines of code changed in 3 files:
oops.
1 lines of code changed in 1 file:
Workaround for a strange compiler bug that showed up on a few gcc compilers.
A big thanks to Dav for coming up with a workaround!
2 lines of code changed in 1 file:
More radiometer refactoring.
- removed radiometer methods and variables from ray.cc & ray.h
- Allow the radiometerFluxLabel to be modified.
The user interface has redundant entries and will be cleaned up shortly.
* The number of checkpoint variables will decrease by 1 causing the RT tests to fail*
414 lines of code changed in 4 files:
Unfortunately order of libraries is important for static builds... this should fix the linking problem on Vulcan and anywhere else building statically.
1 lines of code changed in 1 file:
Fixed error in RadProps-Arches interface. A label intended for abskp was using the label used by abskg.
1 lines of code changed in 1 file:
Fixing a bug in the 3-d table lookup within Arches, that was making several restart files crash.
11 lines of code changed in 1 file:
Allow users to disable particle-gas coupling for (1) debugging, and (2) until we fix the particle-to-cell operator.
33 lines of code changed in 1 file:
start divorcing the ParticlesHelper class from Wasatch-specific types and objects. In this commit: use a string to track particle variables instead of an expression tag.
13 lines of code changed in 3 files:
Add a deleteSet map to the ParticlesHelper class to set and delete particles. Add an example method to that end.
208 lines of code changed in 3 files:
Further encapsulation of the radiometer code. Moved the core computations
to a function which will eventually be called by RMCRT
81 lines of code changed in 2 files:
More robust partial specialization for creating particle operators. Thanks Dr. Sutherland!
4 lines of code changed in 1 file:
silence a warning
1 lines of code changed in 1 file:
Cleanup some stale Scheduler/Task code while waiting on the debug queue.
102 lines of code changed in 4 files:
Re-landscaping.
Removed DO radiation model from ICE. I don't know how many man
hours Steve and I put into this but it was a lot. It was used to produce
a couple of TST slides and movies. This commit will make the models
re-arrangement that much easier.
91 lines of code changed in 53 files:
forgot to commit the actual momentum source terms.
185 lines of code changed in 1 file:
Remove the obsolete "set_time" task & associated task interface.
0 lines of code changed in 2 files:
Removed weeds, includes to Models files.
0 lines of code changed in 1 file:
Add particle-gas momentum coupling. We now have two way momentum coupling support in Wasatch. Also take this opportunity to standardize the names of some temporary particles variables. Change the name of a particle variable - this will break the RT. Note that there is a bug in the Particle-to-Field operator that will be fixed soon. Until then, no two-way coupling tests will be added to Wasatch.
84 lines of code changed in 7 files:
remove the failing wasatch test from the RT until we fix a bug in ExprLib's UintahFieldManager.
1 lines of code changed in 1 file:
Updating the 3-d table lookup within Arches. This removes a previous assumption used in the table look-ups with varying spacing in the first independent variable. THIS WILL CHANGE THE ANSWERS TO THE REGRESSION TESTS FOR ALL CASES USING 3D TABLE LOOKUPpwdpwdpwdpwdpwdpwd
82 lines of code changed in 1 file:
Cleanup: removed configure specs for blaze
Updated configure line. Now using --enable-all-components
0 lines of code changed in 2 files:
Added an additional function to the radiation properties which sets absorption coefficients at the boundaries.
7 lines of code changed in 2 files:
M CCA/Components/Wasatch/Expressions/PBE/QMOM.h
M CCA/Components/Wasatch/Expressions/DensityCalculator.cc
- Use the FIX_NAME macro to provide the correct underscoring for fortran
utility names. FIX_NAME resides in uintah_defs.h.
M configVars.mk.in
- Alphabetize some variables.
M aclocal.m4
- If a bad path is given, it is an error, not a warning.
24 lines of code changed in 6 files:
Updating configure such that you are now required to explicitly list
the components you want to turn on at configure time. Use something
like:
--enable-all-components
or
--enable-arches
--enable-mpm
The old use of setting variables such as "USE_WASATCH=yes" or
"USE_ICE=no" is now deprecated.
If you do not turn on any component, Uintah will build the Core and
utilities.
M configure.ac
M configure
- Updates for above.
M CCA/Components/Models/sub.mk
- When all components are turned on, then some sub.mk files
(accidentally) provide the lists of libs needed for other
directories... Now that you can turn off components, this shows up
with missing libraries... hence Components/Models relies on LAPACK
so I have to add it explicitly to this sub.mk.
M StandAlone/tools/sub.mk
- Likewise, now that Arches requires the Wasatch3P, if it is turned
on, but Wasatch was not, then the Wasatch 3P libs were not linked by
these tools, so we need to list them with the other LIBS.
311 lines of code changed in 5 files:
Change the Moment inlet condition to a more generic name ForcedDirchlet condtion. This will just set the value in the extra cell ratehr than extrapolating it, and will be useful with using the rmcrt
4 lines of code changed in 1 file:
fix the RT (misspelled a test's ups filename)
1 lines of code changed in 1 file:
support restarts with particles in Wasatch. Add a test to exercise that.
27 lines of code changed in 4 files:
OnTheFly/radiometer.cc
- user must specify the label names of temperature, abskg and cell type.
Added xml spec. for the radiometer. This file is a temporary place holder.
29 lines of code changed in 2 files:
Allow users to propagate the name of the particle position variable throughout the uda archive so that Visit can parse that information and properly visualize particles. Note that this is 100% backwards compatible with the current standard of using p.x as the particle position variable. To accomplish this, an optional uintah-level <ParticlePosision> spec has been added. That spec is propagated through the dataArchiver so that visit can pick it up. If the user does NOT provide <ParticlePosition> then things default to p.x (the current standard). Note that Visit is not yet ready for this change because it current uses an older version of Uintah. Once a new version of Uintah is released, the appropriate change will be pushed to Visit and you will be free to use whatever varlabel you like for particle position.
24 lines of code changed in 4 files:
add a method to Uintah::Patch that computes and returns cell volume. The method is called cellVolume() to be consistent with other methods in the patch class. Also, this method will throw an internal error if the mesh is stretched. This function should now replace traditional ways of computing cell volumes, i.e.
Vector dx = patch->dCell();
double vol = dx.x()*dx.y()*dx.z();
Now you can use:
const double vol = patch->cellVolume();
20 lines of code changed in 2 files:
* Clean up a slew of warnings in Schedulers and Tests.
* Humble beginnings of some infrastructure cleanup and documentation, starting with sus.cc
204 lines of code changed in 9 files:
Removed tabs, alphabetized - removed duplicate libs.
26 lines of code changed in 1 file:
Make particle initialization more intelligent by creating zero-sized particle subsets in Patches that do not have particles. This is based on the bounds specified in the particle initialization expressions. This approach will save a relocation/deletion of particles after initialization. Also add a regression test.
65 lines of code changed in 2 files:
Update the build configuration for SpatialOps in build_wasatch_3p.sh
1 lines of code changed in 1 file:
change inclusion path for a header
48 lines of code changed in 87 files:
Cleaning up some more bugs associated with an earlier commit.
1 lines of code changed in 3 files:
Remove "structured" namespace which has now been removed from SpatialOps
805 lines of code changed in 144 files:
use patchid instead of MPIRank when seeding the random number generator. This guarantees a unique seed when a simulation uses multiple patches per processor.
1 lines of code changed in 1 file:
change the "low" coordinates on the Cell-to-Particle operators based on the cell field type (i.e. Scalar, staggered). This makes the operators a bit more robust when interpolating near patch boundaries.
42 lines of code changed in 1 file:
remove Wasatch.pyc from the tree.
0 lines of code changed in 1 file:
add documentation to the particle initialization expressions. improve the user input spec for uniform particle initialization. get rid of obsolete xml spec.
113 lines of code changed in 2 files:
- Add "WasatchParticles" doxygen group.
- Add more documentation.
- Reformat a few things.
501 lines of code changed in 28 files:
The saga continues...missing another delete. Would be useful if memory
tests actually worked on a mac.
1 lines of code changed in 1 file:
Forgot to delete the calculator.
1 lines of code changed in 1 file:
a cleaner and more beautiful interface for initializing particle positions.
11 lines of code changed in 1 file:
Improve particle initialization by using the Uintah patch information (see previous commit). This commit will break the RT for the particles test because I changed the formula for the uniform particle position initial condition.
174 lines of code changed in 2 files:
Create a Uintah patch container and register it as an operator in the OperatorsDatabase. This will allow Wasatch expressions to have easy access to the Uintah patch they live on.
37 lines of code changed in 2 files:
More input file fixes. For some reason, rmcrt isnt allowing abskg to be
saved in the data archiver. Need to fix this.
2 lines of code changed in 1 file:
Change wasatch to use the new registerVarLabel.
Coal channel had a mistake in the input file.
0 lines of code changed in 1 file:
Adding missing files.
400 lines of code changed in 2 files:
Silence a few warnings
6 lines of code changed in 2 files:
Remove an obsolete header inclusion.
0 lines of code changed in 3 files:
I missed some merge markers when merging.
Remove the particle absorp. in favor of a total absorption coeffient for
RMCRT.
0 lines of code changed in 4 files:
** THIS COMMIT CHANGES THE ANSWERS **
Moving the radiation properties into the property model. Currently, the
properties are being computed every timestep on every RK stage. This
fact changes the answers from previous results. Also, the ERSCG term was
moved into the fortran for DORadiation which also caused some numerical
fuzzzzzzzzzz.
With this commit, the radiation properties are completely independent
from the radiation model allowing for use of multiple radiation models
at once (ie, DORadiation + RMCRT virtual radiaometer).
302 lines of code changed in 8 files:
Complete divorce of the radiation properties from the radiation models
themselves. This simplified the radiation models considerably. The
properties are now being computed upstream and only accessed by the
models themselves.
For the RadProps models with particles, the particle interface needs to
added back in. It should be done in a generic way so as not to preclude
any CQMOM interface.
454 lines of code changed in 23 files:
Cleaning up the abskg/abskp stuff for the DO radiation model.
Also pulled some weeds and spruced the place up.
165 lines of code changed in 6 files:
Silence doxygen warnings.
0 lines of code changed in 2 files:
Move a delete statement
1 lines of code changed in 1 file:
update doxygen in Wasatch. This will help us get automatic builds of a Wasatch doxygen page through Jenkins.
1865 lines of code changed in 56 files:
Rip out some unnecessary arguments.
2 lines of code changed in 1 file:
-This line, and those below, will be ignored--
Turned off all calls to the radiometer code. There's a problem
with OSX builds, it won't link
M OnTheFlyAnalysis/radiometer.cc
11 lines of code changed in 1 file:
Filled in the remaining missing pieces.
It runs but needs to be tested.
66 lines of code changed in 2 files:
Turn on the new CQMOM regression tests.
9 lines of code changed in 1 file:
All files: minor cleanup
Radiometer.cc changed label string from from VRFlux -> RadiometerFlux
15 lines of code changed in 3 files:
Add in the adaptive method for CQMOM inversion and a small clip to weights in convective term for CQMOM with velocity internal coordinates.
244 lines of code changed in 4 files:
Initial commit for OnTheFly radiometer.
This code is still under heavy development.
265 lines of code changed in 4 files:
add and track particle ID in Wasatch. The name will adhere to Uintah's requirements of using p.particleID
62 lines of code changed in 3 files:
Clean up a few compiler warnings in Wasatch and other minor code cleanup.
40 lines of code changed in 3 files:
Use "iterator" and "const_iterator" rather than "interior_iterator" and "const_interior_iterator" where applicable as the "interior" versions are typedefed to the non-interior versions and I am going to remove that soon.
13 lines of code changed in 3 files:
Allow option to use lapack for linear solve in conditional moments.
89 lines of code changed in 3 files:
make the particle initial condition more robust and update related tests
36 lines of code changed in 2 files:
Fix 1D weights
1 lines of code changed in 1 file:
Add minor checks to improve CQMOM stability. Change spelling of variable. Allow for use of one internal coordiante.
47 lines of code changed in 2 files:
forgot to add the particle test to the nightly RT
1 lines of code changed in 1 file:
add regression test for particles
8 lines of code changed in 1 file:
add a task that deletes particles. this is experimental atm.
74 lines of code changed in 4 files:
silence a few warnings
4 lines of code changed in 2 files:
add uniform particle initialization (as opposed to random) to get deterministic results in preparation for particle regression testing
96 lines of code changed in 2 files:
fix particle gravity name
3 lines of code changed in 1 file: