November 2015 Commit Log

Number of Commits:
48
Number of Active Developers:
8
jsutherland 2015-11-30 17:18 Rev.: 54427

Avoid an extra nebo assignment when computing kinetic energy in 2D and 1D.

0 lines of code changed in 2 files:

jsutherland 2015-11-30 17:18 Rev.: 54426

Rip out the Kinetic Energy expression that is now redundant after Tony's commit.

2 lines of code changed in 1 file:

tsaad 2015-11-30 15:57 Rev.: 54425

support kinetic energy and velocity magnitude calculations on collocated grids

79 lines of code changed in 3 files:

tsaad 2015-11-25 16:56 Rev.: 54417

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:

tsaad 2015-11-25 15:37 Rev.: 54414

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:

allen 2015-11-24 17:50 Rev.: 54411

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:

jsutherland 2015-11-24 14:05 Rev.: 54409

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:

allen 2015-11-24 13:54 Rev.: 54408

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:

jsutherland 2015-11-24 13:32 Rev.: 54407

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:

jsutherland 2015-11-24 13:31 Rev.: 54406

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:

jsutherland 2015-11-23 17:09 Rev.: 54402

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:

jsutherland 2015-11-23 16:09 Rev.: 54401

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:

jsutherland 2015-11-23 10:47 Rev.: 54399

one more set of changes that didn't make it in my previous commit.

9 lines of code changed in 1 file:

tsaad 2015-11-23 10:28 Rev.: 54398

rename set_tau_tags to set_strain_tags. This should fix the Wasatch build.

1 lines of code changed in 1 file:

jsutherland 2015-11-23 10:08 Rev.: 54397

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:

allen 2015-11-20 16:45 Rev.: 54390

added additional slots for in-situ commands

140 lines of code changed in 4 files:

guilkey 2015-11-20 13:40 Rev.: 54386

Add pressure as an option for -part_stress

0 lines of code changed in 2 files:

u0407585 2015-11-19 17:02 Rev.: 54375

Removed the locked variable and created an new grid variable.

0 lines of code changed in 4 files:

u0407585 2015-11-19 16:03 Rev.: 54373

Initialized the locked variable in problem setup to avoid issues during a restart.

2 lines of code changed in 1 file:

guilkey 2015-11-19 10:32 Rev.: 54370

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:

leavy 2015-11-19 05:13 Rev.: 54367

initial commit of the Tonge-Ramesh ceramic model, with portable files for building in other codes

11352 lines of code changed in 27 files:

u0407585 2015-11-18 18:06 Rev.: 54365

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:

allen 2015-11-18 12:41 Rev.: 54357

added a comment option and more path info

78 lines of code changed in 2 files:

allen 2015-11-17 19:38 Rev.: 54352

fixed usage message

1 lines of code changed in 1 file:

allen 2015-11-17 19:34 Rev.: 54351

added new controls to the libsim

20 lines of code changed in 2 files:

allen 2015-11-17 15:15 Rev.: 54349

cleaned up the output messages

18 lines of code changed in 1 file:

leavy 2015-11-17 14:21 Rev.: 54348

CPTI domain freezing changes

0 lines of code changed in 6 files:

u0407585 2015-11-17 11:52 Rev.: 54347

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:

jthornoc 2015-11-16 17:36 Rev.: 54346

Cleanup unused variable in the Init. Factory.
Typo in the mean_convergence script.

0 lines of code changed in 2 files:

jthornoc 2015-11-16 16:40 Rev.: 54344

Make timestep_init aware of the current dt.

7 lines of code changed in 1 file:

allen 2015-11-13 15:13 Rev.: 54328

commented out unused code

2 lines of code changed in 1 file:

allen 2015-11-13 15:12 Rev.: 54327

added help info when connecting with visit

12 lines of code changed in 1 file:

jsutherland 2015-11-12 21:22 Rev.: 54319

Update to conform to ExprLib API change that prevents unsafe modification of Expr::Tag.

19 lines of code changed in 2 files:

harman 2015-11-11 19:00 Rev.: 54309

Corrected the asciart
Added comments
Added dividers

0 lines of code changed in 4 files:

allen 2015-11-11 17:49

removed last mpi ifdef check

3 lines of code changed in 2 files:

allen 2015-11-11 17:26 Rev.: 54303

clean up fof the mpi test

681 lines of code changed in 2 files:

guilkey 2015-11-11 10:47 Rev.: 54302

Adding partextract to the convenience targets that are linked in StandAlone.

1 lines of code changed in 1 file:

allen 2015-11-10 19:48 Rev.: 54301

more warning clean up

3 lines of code changed in 1 file:

allen 2015-11-10 19:44 Rev.: 54300

warning clean up

6 lines of code changed in 1 file:

allen 2015-11-10 19:39 Rev.: 54299

minor fixes for running in serial

63 lines of code changed in 2 files:

allen 2015-11-10 18:32 Rev.: 54298

clean up and additional code for parallel support

212 lines of code changed in 3 files:

u0407585 2015-11-09 15:07 Rev.: 54295

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:

u0407585 2015-11-03 14:35 Rev.: 54275

Removed cout statement from the previous commit.

0 lines of code changed in 1 file:

u0407585 2015-11-03 14:18 Rev.: 54273

Added T_slag for wall heat transfer model for coal systems.

8 lines of code changed in 2 files:

tsaad 2015-11-03 13:52 Rev.: 54271

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:

guilkey 2015-11-02 11:58 Rev.: 54260

Add -nodeCoords as an option, the nodal analog of -cellCoords. Lightly tested,
seems to work.

0 lines of code changed in 2 files:

u0407585 2015-11-01 15:01 Rev.: 54257

Fixed depostion velocity bug that was only allowing deposition to occur on an x- face.

5 lines of code changed in 1 file:

u0407585 2015-11-01 14:25 Rev.: 54256

Added minor corrected the coal_region ht.

2 lines of code changed in 1 file:

October 2015 »

Generated by StatSVN 0.7.0