Directory CCA/Components/Arches/TransportEqns/

Total Files:
15
Deleted Files:
0
Lines of Code:
6239

[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 84 (100.0%) 3497 (100.0%) 41.6
awabboud 40 (47.6%) 2987 (85.4%) 74.6
jthornoc 39 (46.4%) 485 (13.9%) 12.4
dav 2 (2.4%) 13 (0.4%) 6.5
derekhar 1 (1.2%) 6 (0.2%) 6.0
ahumphrey 1 (1.2%) 6 (0.2%) 6.0
harman 1 (1.2%) 0 (0.0%) 0.0

Most Recent Commits

jthornoc 2014-12-20 00:42 Rev.: 52857

Merge conflicts.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.h (-1)
jthornoc 2014-12-20 00:41 Rev.: 52854

Removed Ben print statements. Added Yamamotodevol changes. Made
coal_channel work. Eddited radiation files to fix bugs. Fixed Enthalpy
shadix radiation bug.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (new)
jthornoc 2014-12-20 00:40 Rev.: 52850

Adding in Ben\'s commits, which update the models to the non-time-lagged
version. Several other modification were made in these changes to aid in
fixing the time-lag problem.

-Jeremy and Ben

27 lines of code changed in 5 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (new), DQMOMEqn.h (+16 -3), DQMOMEqnFactory.cc (new)
jthornoc 2014-12-20 00:38 Rev.: 52841

Merge conflicts.

13 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.h (+12 -8), DQMOMEqnFactory.cc (+1 -1)
jthornoc 2014-12-20 00:38 Rev.: 52840

Add a nominal value for the abscissa.

6 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+5 -2), DQMOMEqn.h (+1)
jthornoc 2014-12-20 00:38 Rev.: 52839

Merge conflicts.

138 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+122 -39), DQMOMEqn.h (+16 -1)
awabboud 2014-11-18 10:45 Rev.: 52725

Chaneg how cqmom sources are parsed into setup

19 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (new)
jthornoc 2014-09-30 16:06 Rev.: 52522

Warnings.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.h (+1 -1)
awabboud 2014-09-30 13:49 Rev.: 52520

Add a new tuneable parameter for stability in CQMOM, expand cout messgae for CQMOM clipping.

30 lines of code changed in 5 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+9 -7), CQMOMEqn.h (new), Convection_CQMOM.h (new)
jthornoc 2014-09-26 16:08 Rev.: 52504

More transport cleanup, this time with the scalars. This should not change answers.

32 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (+32 -35)
jthornoc 2014-09-26 16:08 Rev.: 52503

This commit removes some unused or otherwise unnecessary code in the
DQMOM transport. Answers should not change.

57 lines of code changed in 9 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+43 -94), DQMOMEqn.h (+7 -9), Discretization_new.h (+7 -9), EqnBase.h (-7), ScalarEqn.cc (-24), ScalarEqn.h (-2)
jthornoc 2014-09-23 13:48 Rev.: 52490

Fix a naming convention bug for DQMOM weights.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqnFactory.cc (+2 -1)
jthornoc 2014-09-23 10:22 Rev.: 52486

Removed unused constructor.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.h (-1)
jthornoc 2014-09-23 10:22 Rev.: 52485

DQMOM cleanup: Will change answers.
Changes are due to name changes.

Changed the naming convention on the internal coordinate variable (icv)
to only have the internal coordinate root, then append an _# for the
environment.

Moved the DQMOM eqn registration into the DQMOM factory.

200 lines of code changed in 6 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+36 -15), DQMOMEqn.h (+12 -10), DQMOMEqnFactory.cc (+98), DQMOMEqnFactory.h (+54 -1), EqnBase.h (-1)
awabboud 2014-09-11 13:38 Rev.: 52418

various fixes to the drag model, change Re limit to lessen discontinuity

20 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+20 -4)
awabboud 2014-09-08 15:59 Rev.: 52404

fix the task dependency, this source is always newdw

2 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+2 -10)
awabboud 2014-09-03 08:53 Rev.: 52381

clean up unused area fraction from cqmom convection

23 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+7 -17), Convection_CQMOM.h (+16 -29)
awabboud 2014-08-22 13:34 Rev.: 52335

Add in the soruce wrapper for CQMOM in order to utilize any arbitrary IC soruce term.

95 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+92 -67), CQMOMEqn.h (+3 -2)
awabboud 2014-08-07 15:53 Rev.: 52284

Implement second order spatial scheme for CQMOM transport.

238 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+16 -16), Convection_CQMOM.h (+222 -32)
jthornoc 2014-07-31 21:54 Rev.: 52242

Fix a few warnings.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (-7)
awabboud 2014-07-29 14:34 Rev.: 52208

Add in particle wall collisions into CQMOM with a tunable particle-wall restitution coefficient

101 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+19 -7), Convection_CQMOM.h (+82 -22)
derekhar 2014-07-25 12:12 Rev.: 52201

Added a 3rd party library under regression testing within arches. The thrid party library reads a 1-D table for radiation properties of gray gases including chemical species CO2 H2O CO OH and NO.

Also added linear initialization of transported variables (in the x-direction only) which can be invoked using TransportEqn->Eqn->initialization(linear-x).

6 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (+6)
awabboud 2014-07-23 14:03 Rev.: 52199

Add clipping an option in CQMOM to clip very small nodes to zero to improve moment realizability.

6 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+5), CQMOMEqn.h (+1)
awabboud 2014-07-22 12:36 Rev.: 52194

Clean out a few compile warnings

0 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (-6)
awabboud 2014-07-21 11:02 Rev.: 52187

Fix typos in scheduling task for the CQMOM operator splitting.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+7 -7)
awabboud 2014-07-16 14:44 Rev.: 52169

Add in operator splitting to CQMOM for convective flux of particles in each direction to be calculated with different permutations of the conditionals.

486 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+446), CQMOMEqn.h (+40)
awabboud 2014-07-03 15:01 Rev.: 52082

Silence a few warnings

4 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Convection_CQMOM.h (+4)
awabboud 2014-07-02 16:03 Rev.: 52066

Add in the adaptive method for CQMOM inversion and a small clip to weights in convective term for CQMOM with velocity internal coordinates.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Convection_CQMOM.h (+5 -5)
awabboud 2014-06-24 15:48 Rev.: 52012

Add in the CQMOM specific convection term for when particle velocity is an internal coordinate of the system.

920 lines of code changed in 6 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+198 -60), CQMOMEqn.h (+14 -3), Convection_CQMOM.cc (new 18), Convection_CQMOM.h (+689), sub.mk (new)
jthornoc 2014-06-14 17:31 Rev.: 51982

Adding a gaussian initialization function to the property model.
To do: This really could be generalized to transport eqns, sources, etc...

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (+1 -1)
awabboud 2014-06-03 14:35 Rev.: 51920

Change CQMOM to not require density.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+1 -17)
awabboud 2014-06-02 14:26 Rev.: 51911

Comment out CQMOM sources until these are developed. This should fix a memory leak.

12 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+12 -12)
harman 2014-05-30 16:48 Rev.: 51906

Pulled weeds, removed the variable _label_sched_init. It's no longer needed.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (-2)
dav 2014-05-21 16:42 Rev.: 51859


Finish fix/cleanup of code to use the correct underscore version of
some Fortran routines.

M CCA/Components/MPM/ConstitutiveModel/fortran/MIGUtils.cc
M CCA/Components/Arches/CQMOMInversion.h

- FIX_NAME macro (in previous commit) was moved to include/sci_defs/uintah_defs.h.

M CCA/Components/Arches/TransportEqns/EqnBase.h
M CCA/Components/Arches/Arches.cc

- Use proc0cout instead of cout to minimize spew.

M Core/Math/sci_lapack.cc

- Removed tabs.
- FIX_NAME macro (in previous commit) was moved to include/sci_defs/uintah_defs.h.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (+3 -3)
awabboud 2014-05-21 13:01 Rev.: 51857

Change the input file to CQMOM to get ready for velocity internal coordinates.

14 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+12 -2), CQMOMEqn.h (+2 -1)
awabboud 2014-05-19 10:11 Rev.: 51853

Add in the preliminary code for CQMOM particles in Arches. Currently this only works for 2 or 3 internal coordinates which are passive scalars. Todo: addition of soruce terms, convective flux for kinetic equations, expansion to N number of internal coordinates, regression tests.

1004 lines of code changed in 5 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+613), CQMOMEqn.h (+170), CQMOMEqnFactory.cc (new 111), CQMOMEqnFactory.h (new 108), sub.mk (+2)
dav 2014-03-06 19:29 Rev.: 51618

Fixed a number of warnings. ICC compiler pointed out a number of
times where functions where returning "const int" (or some such), and
that it does not make any sense to return a const number, as the
caller can do what they want with the result. (This removes 1000s of
warning messages during compilation.)

(I assume that the author did not mean to put the "const" after the
function name? It didn't appear that this was what was desired, but
perhaps he/she could take a look?)

Also, removed a lot of stray ';'s (semi-colons). Seems like someone
just randomly through them in without knowing what lines require them
and what lines do not. I only removed the ones near the locations of
the "const" return values, but there are probably many more that
should be cleaned up.

M TransportEqns/EqnBase.h

Removed const from return value of get_stage().

M Radiation/RadPropertyCalculator.h
M Radiation/RadPropertyCalculator.cc

Removed const from return value of does_scattering().

M SourceTerms/SourceTermBase.h

Removed const from return value of stage_compute().

10 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (+10 -10)
jthornoc 2014-03-05 11:08 Rev.: 51608

- Computing reference density once rather than every time step to avoid a reduction operation
- Reference density is now specified as a user input using the appropriate option given the property calculation.
- Added a single IV transform function for the classic-table interface.
- Don’t use cellInfo for pressure coefficient calculations.
- Fix a typo in the logic comparison for the advanced clipping.
- Updating a slew of input files to meet spec.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (+1 -1)
jthornoc 2014-03-05 11:08 Rev.: 51595

More clarity on the error message.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (+1 -1)
jthornoc 2014-03-05 11:07 Rev.: 51594

Fix a warning.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (+6 -2)

(1 more)

Generated by StatSVN 0.7.0