Avoid an extra nebo assignment when computing kinetic energy in 2D and 1D.
0 lines of code changed in 2 files:
Rip out the Kinetic Energy expression that is now redundant after Tony's commit.
2 lines of code changed in 1 file:
support kinetic energy and velocity magnitude calculations on collocated grids
79 lines of code changed in 3 files:
Add expression that calculates strain for a collocated grid arrangement.
Cleanup a few helper functions for the strain tensor.
530 lines of code changed in 4 files:
correct the strain tensor by removing the dilatational contributions to the normal strain and instead accounting for those only when computing the stress. This will break the RT.
59 lines of code changed in 5 files:
added a force regridding option, added access methods to the sim controller, added regridding option to the libsim
0 lines of code changed in 2 files:
Add a missing file to the sub.mk. Not sure why this was building for me locally.
3 lines of code changed in 1 file:
added a force regridding option, added access methods to the sim controller, added regridding option to the libsim
140 lines of code changed in 9 files:
The beginnings of compressible Wasatch.
- Total internal energy transport equation is (mostly) implemented. Still lacking:
o boundary conditions
o parser support
- Continuity equation mostly implemented. Still lacking BCs.
- Compressible Momentum equation stubs are in place.
This will give us a compiling code to develop against as we refactor the momentum & strain code.
1128 lines of code changed in 5 files:
Cleanup:
- rip out pressure_tag() since we already have that on TagNames.
- some formatting changes along the way
68 lines of code changed in 12 files:
Do not require ProblemSpec for base transport equations. This will allow us to construct transport equations for which there is no input file specification.
93 lines of code changed in 19 files:
More cleanup (and fixing some problems with previous commit)
- remove VelEst. This was obsolete, and I think that there was a bug in the stress contribution there.
- Remove more references to "tau" that should be strain.
36 lines of code changed in 7 files:
one more set of changes that didn't make it in my previous commit.
9 lines of code changed in 1 file:
rename set_tau_tags to set_strain_tags. This should fix the Wasatch build.
1 lines of code changed in 1 file:
Refer to "strain" rather than "stress" or "tau" as appropriate.
Note that this will diff numerous regression tests due to renaming variables.
70 lines of code changed in 5 files:
added additional slots for in-situ commands
140 lines of code changed in 4 files:
Add pressure as an option for -part_stress
0 lines of code changed in 2 files:
Removed the locked variable and created an new grid variable.
0 lines of code changed in 4 files:
Initialized the locked variable in problem setup to avoid issues during a restart.
2 lines of code changed in 1 file:
Documentation provided by Andy Tonge for the TongeRamesh material model. If
putting documentation into the source tree gives anyone heartburn, I'll move it,
I'm just interested in keeping this whole thing together.
0 lines of code changed in 1 file:
initial commit of the Tonge-Ramesh ceramic model, with portable files for building in other codes
11352 lines of code changed in 27 files:
Corrected a few mistakes in the deposition model, and added a new deposition velocity to the WallHT model.
0 lines of code changed in 6 files:
added a comment option and more path info
78 lines of code changed in 2 files:
fixed usage message
1 lines of code changed in 1 file:
added new controls to the libsim
20 lines of code changed in 2 files:
cleaned up the output messages
18 lines of code changed in 1 file:
CPTI domain freezing changes
0 lines of code changed in 6 files:
Added a few additional features to the deposition model. Shouldn't have an impact on the regression tests.
53 lines of code changed in 4 files:
Cleanup unused variable in the Init. Factory.
Typo in the mean_convergence script.
0 lines of code changed in 2 files:
Make timestep_init aware of the current dt.
7 lines of code changed in 1 file:
commented out unused code
2 lines of code changed in 1 file:
added help info when connecting with visit
12 lines of code changed in 1 file:
Update to conform to ExprLib API change that prevents unsafe modification of Expr::Tag.
19 lines of code changed in 2 files:
Corrected the asciart
Added comments
Added dividers
0 lines of code changed in 4 files:
removed last mpi ifdef check
3 lines of code changed in 2 files:
clean up fof the mpi test
681 lines of code changed in 2 files:
Adding partextract to the convenience targets that are linked in StandAlone.
1 lines of code changed in 1 file:
more warning clean up
3 lines of code changed in 1 file:
warning clean up
6 lines of code changed in 1 file:
minor fixes for running in serial
63 lines of code changed in 2 files:
clean up and additional code for parallel support
212 lines of code changed in 3 files:
Added erosion thickness to the deposit model, and an additonal feature to allow for deposit thickness to go to zero.
58 lines of code changed in 2 files:
Removed cout statement from the previous commit.
0 lines of code changed in 1 file:
Added T_slag for wall heat transfer model for coal systems.
8 lines of code changed in 2 files:
Add support for adaptive timestepping with particles. This uses the particle velocity CFL. One can also easily add the particle response time but our current application space does not require that.
110 lines of code changed in 7 files:
Add -nodeCoords as an option, the nodal analog of -cellCoords. Lightly tested,
seems to work.
0 lines of code changed in 2 files:
Fixed depostion velocity bug that was only allowing deposition to occur on an x- face.
5 lines of code changed in 1 file:
Added minor corrected the coal_region ht.
2 lines of code changed in 1 file: