remove an unnecessary division when constructing the oscillating cylinder. Thanks James for pointing this out.
0 lines of code changed in 2 files:
propagate high order time integration to the variable-density pressure source
39 lines of code changed in 1 file:
some major changes to correct a few theoretical issues when constructing the rhs of the pressure-Poisson for high-order projection. A few Wasatch tests will fail.
115 lines of code changed in 10 files:
Add support to use a single predictor in the variable density algorithm. This can be triggered by using: <UseOnePredictor/> in the <VariableDensity> block.
49 lines of code changed in 15 files:
rework portions of the varden algorithm:
1. Get rid of the rhof* business and use rhof (TimeAdvance expression) instead
2. Apply appropriate bc on rhof_rhs so that rhof_(n+1) reproduces the correct bc
41 lines of code changed in 4 files:
fix some namespace issues int Ray et al that were causing build failures on mac dbg builds
7 lines of code changed in 4 files:
add varden 1D mms test using the Amagat-Leduc law
0 lines of code changed in 2 files:
remove a cout statement
0 lines of code changed in 2 files:
repair the Wasatch memory test failures.
19 lines of code changed in 1 file:
add regression test for particle-to-mesh interpolation
2 lines of code changed in 1 file:
add support for interpolating and postprocessing particle fields as Eulerian fields. This is driven through the input file. Tests will follow.
199 lines of code changed in 6 files:
silence a few warnings
0 lines of code changed in 2 files:
update the spec for reading data files. specify the format in the data file instead of forcing the user to specify it in the ups file. We now support FLAT and XYZ formats. You must specify those (e.g. FLAT or XYZ) in the first line of your input file.
17 lines of code changed in 2 files:
fix warches
10 lines of code changed in 1 file:
change all initial conditions to STATE_NONE. This is a major refactor. If you are using Wasatch, please change all your initial conditions to STATE_NONE. This commit constitutes the first step towards removing state-specification from input files.
32 lines of code changed in 18 files:
add support for reading flat-format initial conditions.
111 lines of code changed in 2 files:
fix wasatch restarts with particles and particle boundary conditions
30 lines of code changed in 2 files:
Pass the ParticleSubset through the AllocInfo struct. This is consistent with the idea of passing a patch - since the ParticleSubset is to Particles what a Patch is to an Eulerian field. This will fix the threaded Wasatch builds. Thanks to Nathan Yonkee for helping to track this down.
27 lines of code changed in 2 files:
* remove a cout statement
* Use the postprocessing graph to compute the cell centered momentum field for one of the Wasatch tests. This will fix the threaded build on this test. Thanks to Nathan Yonkee for his work on this issue.
0 lines of code changed in 2 files:
* Fix another leak in the recently added interior boundaries
* Allow PostProcessing graphs to be used through the input file
5 lines of code changed in 3 files:
(184 more)