Directory CCA/Components/Arches/TransportEqns/

Total Files:
9
Deleted Files:
0
Lines of Code:
4774

[root]/CCA/Components/Arches/TransportEqns

Lines of Code

CCA/Components/Arches/TransportEqns/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 51 (100.0%) 2892 (100.0%) 56.7
jthornoc 26 (51.0%) 2059 (71.2%) 79.1
jpedel 15 (29.4%) 783 (27.1%) 52.2
jsutherland 2 (3.9%) 37 (1.3%) 18.5
dav 5 (9.8%) 10 (0.3%) 2.0
charlesreid 3 (5.9%) 3 (0.1%) 1.0

Most Recent Commits

jthornoc 2011-12-01 12:30 Rev.: 47901

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:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (new)
jpedel 2011-11-11 11:16 Rev.: 47798

New DQMOM formulation based on weighted abscissas which conserves particle mass and momentum. This should break the regression dqmom tests 2 to 5. Gold standards will need to be replaced

135 lines of code changed in 8 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (new), DQMOMEqn.h (+5), DQMOMEqnFactory.cc (new), DQMOMEqnFactory.h (+18)
jthornoc 2011-10-18 15:04 Rev.: 47740

NO2 should have been N2
Also initialized a variable.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (new)
jthornoc 2011-09-26 07:10 Rev.: 47633

Shelving Julien's commit until we can resolve the differences in the RT
or determine if we need new GS's and tests.

42 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+42 -187), DQMOMEqn.h (-15)
jpedel 2011-09-25 14:52 Rev.: 47630

Implementing a better formualtion for weighted DQMOM

202 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+187 -42), DQMOMEqn.h (+15)
jthornoc 2011-09-23 05:56 Rev.: 47625

Unintialized intrusion object causing issues. Now using a boolean to
indicate on/off. Maybe find a more elegant solution later?

Also, memory cleanup needed.

11 lines of code changed in 3 files:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (new), ScalarEqn.cc (+3 -1)
jthornoc 2011-09-23 05:55 Rev.: 47624

Initial commit of the new intrusion boundary mechanism. This new
version allows for more sophisticated boundary conditions on specified
faces of the intrusions. Currently, only flat profiles of scalars and
momentum are implemented.

12 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (+7), ScalarEqn.cc (+5 -2)
jthornoc 2011-09-15 17:23 Rev.: 47599

Fixing bugs:
ClassicTableInterface -- extra (spurious?) line in the boundary
assignment.
Discretization -- psi where r should have been
Input files -- missing specification of x- face.

-- Julien and Jeremy

2 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (new)
jpedel 2011-08-29 10:24 Rev.: 47525

Fixing an error

2 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+2 -2)
jthornoc 2011-08-23 08:50 Rev.: 47502

Removing commits until the RT can be sorted.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+2 -2)
jthornoc 2011-08-23 08:10 Rev.: 47500

Bullet proofing.

14 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+14 -1)
jthornoc 2011-08-16 07:58 Rev.: 47460

Added some comments to the new flux limiter interface.
Added the VanLeer flux limiter.

39 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+39 -5)
jthornoc 2011-08-16 07:28 Rev.: 47459

Simplified implementation of flux limiters to remove redundant code.
This should allow for easier implementation of various limiters.

989 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+989 -762)
jpedel 2011-08-14 16:52 Rev.: 47449

Avoiding error in source term for weights.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+4 -2)
jpedel 2011-08-14 16:34 Rev.: 47446

Adding minmod flux limiter

436 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+436)
jthornoc 2011-07-28 18:00 Rev.: 47389

Pulled some weeds.
Added new prefill stuff...about %80 done.
Clip scalar then apply boundary conditions.

6 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+3 -3), ScalarEqn.cc (+3 -3)
jsutherland 2011-07-13 16:24 Rev.: 47336

more cleanup and chasing the Arches test failures.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.h (+6 -6)
jsutherland 2011-07-12 23:04 Rev.: 47324

Eliminate "using namespace std" and similar from header files. That is a big no-no!

31 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+31 -31)
jthornoc 2011-06-21 18:20 Rev.: 47285

EnthalpySolver:
Passing the correct enthalpy source for energy exchange.

TransportEqns/ScalarEqn.cc:
Cleaned up some unused variables.

MPMArches.cc:
Indenting.

energy_exchange_term:
Computing the boundary condition for radiative heat flux to the gas from
the solid.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (-3)
jthornoc 2011-05-17 11:50 Rev.: 47200

Last leak...

3 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+3)

(11 more)

Generated by StatSVN 0.4.0