Updating boundary condition types.
0 lines of code changed in 2 files:
forgot to uncomment some preprocessor directives in my previous commit.
0 lines of code changed in 2 files:
Fix wasatch task DW requirements for multistage integrators.
18 lines of code changed in 1 file:
-formatting.
-added Ray Tracing task using the "data Onion" scheme.
Work in progress.
0 lines of code changed in 8 files:
minor modification for Arenisca.cc
0 lines of code changed in 2 files:
Finalize code for using Wasatch in Arches. The following changes have been made:
1. Add one way coupling between Arches fluid dynamics and Wasatch transport equations.
2. Add boundary conditions to wasatch-in-arches. All models used from Wasatch have their BCs set in Wasatch.
3. Add a Wasatch material to get things ready for MPMARCHES.
4. Wasatch in Arches now works with multipatch, multiprocessor with mpi (multipatch per processor also).
5. Multistage integrator for wasatch-arches using the Arches RK averaging interface.
6. Modify wasatch transport equations to automatically fill in the root IDs for the solution-graph-helper.
7. Add wasatch-arches input file test. This test is based on the Arches helium_1m.ups.
If you want to test Wasatch-in-Arches, there are two pieces of code in Wasatch that you must comment. This decision is based on our preference to use GhostCells instead of ExtraCells in Wasatch. When these lines of code are commented, wasatch will play well with extraCells. Please contact me or James Sutherland for additional information on what lines must be commented.
562 lines of code changed in 40 files:
eliminate an unused variable to silence a compiler warning
0 lines of code changed in 1 file:
Consolidate a bunch of duplicate code.
Note: we need rtest coverage on pressure BCs - it appears that we don't have any right now.
32 lines of code changed in 1 file:
minor cleanup
102 lines of code changed in 3 files:
silence some compiler warnings
25 lines of code changed in 1 file:
Simplify DW usage a bit for RK integrator.
6 lines of code changed in 1 file:
Allocating soot only if DORadiation model is active by the old enthalpy
solver or the new source term.
This will break some restart tests due to a change in variables in the
checkpoint.
0 lines of code changed in 2 files:
Initializing a couple of variables.
0 lines of code changed in 4 files:
Output task internal thread waiting time.
30 lines of code changed in 8 files:
Modification so the RT will run. The problem, allocateAndPutting a variable
that wasn't computed. I thought we used to issue errors or warnings about
that?
0 lines of code changed in 2 files:
Added benchmark 4. Made paths to exact solutions relative.
487 lines of code changed in 4 files:
Minor reformatting...
4 lines of code changed in 1 file:
Added exact soln for benchmark 3. Changed a variable in benchmark 2.
47 lines of code changed in 1 file:
Add the option to apply contact in a direction that is normal to the surface
of an arbitrarily oriented rigid body.
To use, along with "rigid" or "specified" or "specified_velocity" (all
different names for the same model) include:
<normal_only>true</normal_only>
in the contact section of the input file. This flag is false by default.
When set to true, the <direction> tag will be ignored.
127 lines of code changed in 3 files:
Tidying and a bit of code rearranging. Might help performance a wee bit,
will help readability at least as much.
0 lines of code changed in 2 files:
Corrected command redirections. Python uses sh for all system commands.
0 lines of code changed in 4 files:
Formatting
22 lines of code changed in 1 file:
Helping Tony sleep at nights:
Removing the redundant specification of the time integrator. Order is now set as:
<TimeIntegrator>
<ExplicitIntegrator order="..some string.."/>
</TimeIntegrator>
where ...some string... options (quoted items) are
foward euler = "first"
ssp rk2 = "second"
ssp rk3 = "third"
Updated script "updateUPS" to make these changes automatically for users.
Finally updated all input files and performed reformatting for consistency.
15 lines of code changed in 1 file:
Fix compiler error
0 lines of code changed in 2 files:
Refactoring expression registration & construction due to ExprLib refactor
1170 lines of code changed in 101 files:
Sign change needed for pressure boundary conditions due to upstream
change.
Fixed some minor formatting.
Move T-channel to MPMARCHES input file directory.
8 lines of code changed in 5 files:
Changed BCs to Dirichlet in benchmark1 input file.
Ensured rays don't enter reflection loop if boundary is black.
Should not change answer or time for benchmark13pt2.
Will change time for benchmark1 and answers from previous commit
for benchmark1.
42 lines of code changed in 1 file:
Added subccling into Arenisca.cc
43 lines of code changed in 1 file:
Compute inlet properties correctly for ColdFlow case.
Also made "use_mixing_model" parameter optional. The default is false.
14 lines of code changed in 7 files:
Test to quantify error associated with coarsening abskg.
270 lines of code changed in 5 files:
Modified Ray.cc to allow for interactive BCs of abskg and temperature.
Removed obsolete parameters from input files.
7 lines of code changed in 1 file:
reverted back to r48003 formatting.
115 lines of code changed in 1 file:
added missing ]
0 lines of code changed in 2 files:
Added a few lines for quick debugging
9 lines of code changed in 1 file:
Changed tabs to spaces
206 lines of code changed in 1 file:
turned off RMCRT reflection case. It is generating nans.
2 lines of code changed in 1 file:
RayTrace()
Include extra cells when getting sigmaT4 and abskg from the data warehouse.
7 lines of code changed in 1 file:
Added benchmark_2 analytic solution.
221 lines of code changed in 1 file:
added grid convergence test for the Burns and Christon benchmark
190 lines of code changed in 5 files:
minor revisions for the Arenisca.cc
5 lines of code changed in 1 file:
added RMCRT reflection test to the nightly & local RT.
5 lines of code changed in 1 file:
RMCRT_Test::Initialization()
setBC(color & abskg)
ups: Dial in for RT test.
- increased number of timesteps
- decreased number of rays
- changed y+ y- abskg boundary condition
3 lines of code changed in 1 file:
Dump version information for SpatialOps and ExprLib in output.
10 lines of code changed in 1 file:
removed extra files related to the simplifiedGeomodel which are not useful anymore
0 lines of code changed in 6 files:
committed new version of the simplifiedGeomodel which is named Arenisca
1261 lines of code changed in 6 files:
Missing requires for dt label...
4 lines of code changed in 1 file:
Now passing a boolean to allocate on-the-fly for wasatch-ism.
20 lines of code changed in 2 files:
Added relax_type to the list of possible hypre parameters.
8 lines of code changed in 2 files:
updating previous model
0 lines of code changed in 2 files:
Adding a task interface to timeAvePhi.
Also passing vector<string> rather than vector<const VarLabel*> for this
interface and the fe_update interface committed earlier.
100 lines of code changed in 2 files:
Adding enthalpy model to Arches.cc
4 lines of code changed in 1 file:
Added a task schedule interface to the single patch FE update.
91 lines of code changed in 2 files:
Added input file switch for random seeding. The default is true.
Added:
<randomSeed> false </randomSeed>
input files.
3 lines of code changed in 2 files:
Put hooks in place to use Extra Cells rather than Boundary Layer cells in Wasatch
136 lines of code changed in 5 files:
Fixing the comliling problem
0 lines of code changed in 2 files:
Particle Enthalpy Model
110 lines of code changed in 17 files:
Adding Particle Enthalpy model for DQMOM
1118 lines of code changed in 2 files:
if openmpi is used, pass in enviromental variables using:
-x MALLOC_STATS -x SCI_SIGNALMODE -np
if mvapich2 use:
-genvlist MALLOC_STATS,SCI_SIGNALMODE -np
15 lines of code changed in 1 file:
Added the ability to load on src terms to the pressure projection.
147 lines of code changed in 5 files:
Cleaned up some unused functions. Removed some empty MMS source term
calculations. Added access to <src> for the pressure solver.
14 lines of code changed in 10 files:
removed getIteratorBCValueBCKind(). Now using version in
Core/Grid/BoundaryConditions/BCUtils.h
*This should not change the answers
0 lines of code changed in 4 files:
Moved getIteratorBCValueBCKind() from ICE upstream so other
components can use it.
This should not change the answers
127 lines of code changed in 10 files:
if (np > 1.0)
add -mpi option to sus command
1 lines of code changed in 1 file:
added missing #include
1 lines of code changed in 1 file:
The example component now requires the user to set boundary conditions
for the color & abskg.
User must also specify an initial condition for abskg.
The answers will change due to extracells being used, but the order of accuracy
is exactly the same.
255 lines of code changed in 4 files:
updated inputfile
0 lines of code changed in 2 files:
If BC is not set and that face is not periodic then throw an exception.
0 lines of code changed in 2 files:
Throw an exception if the user specifies a periodic grid and boundary conditions in that direction
37 lines of code changed in 1 file:
Fix linking on Mac for --enable-wasatch-in-arches.
0 lines of code changed in 4 files:
Changes to get wasatch compiling in arches.
It is not linking yet...
65 lines of code changed in 10 files:
moved boundary condition code that would be useful to other components upstream
202 lines of code changed in 8 files:
More progress on fields
55 lines of code changed in 2 files:
make changes based on Dav's recent commit to building wasatch in arches.
41 lines of code changed in 4 files:
Fix typo
4 lines of code changed in 3 files:
Added --enable-wasatch-in-arches flag.
60 lines of code changed in 4 files:
Added 2 * pi back to initial velocity equations for Taylor-Green.
9 lines of code changed in 2 files:
Don't let -L/usr/lib[64] sneak into the build line...
8 lines of code changed in 2 files:
generalized RMCRT scripts to handle different benchmark cases.
97 lines of code changed in 4 files:
Allow for the user to specify the location of the TestData.
0 lines of code changed in 2 files:
BoundaryCondition relies on mmbcvelocity_fort... (Dd)
1 lines of code changed in 1 file:
fill in more hooks for the arches-wasatch effort. Add expression placeholders for velocity field, a method to access the IOFields from wasatch, and grab the proper information needed by the taskInterface in Arches' Explicit solver.
26 lines of code changed in 2 files:
Added a method to get the kinetic energy of a single material in a cell centered approach.
178 lines of code changed in 8 files:
Pulled 2*pi out of Taylor-Green vortex velocity initialization.
Apples to apples.
9 lines of code changed in 1 file:
Fix for static linking with boost and wasatch_3p.
1 lines of code changed in 1 file:
Added generalized momentum initializiation. Functions for initial velocity may now be easily added. Also added the Taylor-Green vortex input file which tests this new capability.
228 lines of code changed in 6 files:
now using correct 3D Taylor Green Vortex initialization.
0 lines of code changed in 2 files:
Added back in Todd's changes.
204 lines of code changed in 1 file:
small bug fix for classic tables
0 lines of code changed in 2 files:
Simplify by removing the switch statement in lieu of getFaceAxes.
2 lines of code changed in 1 file:
Removed a constant to the outside of a loop.
243 lines of code changed in 1 file:
formatting and cleaned out redundant comments.
206 lines of code changed in 1 file:
Missed the y,z direction for areaFraction on the last commit.
Also, treating the extra cells more explicitly.
49 lines of code changed in 1 file:
A new EOS for solids. No sign change in compression to tension.
283 lines of code changed in 5 files:
More informative output when binary pressure search fails.
0 lines of code changed in 2 files:
preliminary work on sucking Wasatch functionality into Arches.
1233 lines of code changed in 4 files:
oops - fix a mistake introduced in the time task naming commit
4 lines of code changed in 1 file:
Implement a few new methods in Wasatch in preparation for the Arches marriage / affair.
43 lines of code changed in 2 files:
Eliminate space in a file name to make linux commands happy
1 lines of code changed in 1 file:
Fixed a bug where areaFraction values were accessed in Ghost cells when
ghost information was not present. This worked for some mysterious
reason on ember but segFaulted on Kraken.
1 lines of code changed in 1 file:
Removing comments
0 lines of code changed in 1 file:
Fixing particle absorption coefficient
30 lines of code changed in 3 files:
Added reflections and wall emission to Ray.cc. Modified input and xml files to allow user to run benchmark_13pt2
296 lines of code changed in 4 files:
get_iter_bcval_bckind()
- added delete to plug a memory leak.
3 lines of code changed in 1 file:
minor formatting & const changes
132 lines of code changed in 3 files:
Fix some explicit template instantiations
27 lines of code changed in 1 file:
If the env var TEST_COMPONENTS is set, use it instead of testing all of the component
listed in the R_Tester directory. We don't want the RT trying to run gpu tests.
0 lines of code changed in 2 files:
Allow a test to run if the number of mpi processes > number of cores on the machine. Alan needs this for his
4 core machine.
1 lines of code changed in 1 file:
Update const safety due to improvement in ExprLib interface
1 lines of code changed in 1 file:
Modify field window calculation interface to get field extents directly from each field
43 lines of code changed in 2 files:
Modify wasatch rtests a bit.
0 lines of code changed in 2 files:
changed file name so the configure option
--without-petsc
will work. Thanks Dav.
124 lines of code changed in 2 files:
Minor changes to PAPI instrumentation and comments.
4 lines of code changed in 3 files:
Applying boundary conditions on dummy initialization. This may change
the answers in the MPMTests using new scalar solver information. Only
the boundary values at the first two timesteps should be effected.
0 lines of code changed in 2 files:
Plugging a memory leak.
3 lines of code changed in 1 file:
TreeTaskExecute()
create the task outside of the patch loop. Fixes memory leak.
4 lines of code changed in 1 file: