Directory CCA/Components/Arches/TransportEqns/

Total Files:
15
Deleted Files:
2
Lines of Code:
8744

[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 89 (100.0%) 5731 (100.0%) 64.3
awabboud 43 (48.3%) 4417 (77.1%) 102.7
jthornoc 37 (41.6%) 1243 (21.7%) 33.5
derekhar 7 (7.9%) 69 (1.2%) 9.8
jas 2 (2.2%) 2 (0.0%) 1.0

Most Recent Commits

awabboud 2015-10-05 11:25 Rev.: 54117

Rename the old cqmom convection class to make it clear this class is for the operator splittign algorithm

940 lines of code changed in 10 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (changed), CQMOMEqn.h (new), CQMOM_Convection_OpSplit.cc (new 18), CQMOM_Convection_OpSplit.h (new 922), Convection_CQMOM.cc (del), Convection_CQMOM.h (del), sub.mk (new)
awabboud 2015-09-28 14:12 Rev.: 54063

change the particle models for cqmom so <IC> none </IC> is not used for particle properties (temp/density/etc)

23 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+23 -26)
derekhar 2015-09-18 16:23 Rev.: 53982

Added that ability to specify the mass flux of particles using PartMassFlowInlet.
This approach uses the user specified weight distribution which should be computed based on the idealized velocity.

21 lines of code changed in 6 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (new), EqnBase.cc (new), EqnBase.h (+2 -1)
derekhar 2015-09-04 10:32 Rev.: 53907

Removed the need for double specification of the particle velocities on the boundaries.
The boundary conditions are now set via the weights, and weighted abscissa.
Further work needed for transported non-weighted abscissa

Removed unnecessary header files and obsolete Bala velocity model.

48 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+48)
awabboud 2015-08-31 14:50 Rev.: 53880

Add an extra_src tag for scalar eqns to use any arbitrary variable instead of SourceTermFactory ones

0 lines of code changed in 4 files:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (new), ScalarEqn.h (changed)
awabboud 2015-08-28 11:46 Rev.: 53872

Change Arches ParticleHelper to ParticleTools to reduce naming conflicts

4 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+4 -5)
awabboud 2015-08-19 16:52 Rev.: 53844

Add in varaible to turn on wall deposition of particles in CQMOM

0 lines of code changed in 4 files:

  • CCA/Components/Arches/TransportEqns: CQMOM_Convection.cc (new), CQMOM_Convection.h (changed)
jthornoc 2015-08-10 16:19 Rev.: 53802

Warnings.

172 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+172 -173)
awabboud 2015-07-28 10:42 Rev.: 53756

Simplify particle drag adn gravity models. For constant properties utilize type constant model. This will break CQMOM RT.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+5)
awabboud 2015-07-22 14:10 Rev.: 53749

Make a dummy index for wVel in 2D cases to pass through StaticVector. This should fix failing dbg build tests.

12 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOM_Convection.cc (+12 -4)
awabboud 2015-07-21 11:43 Rev.: 53745

Destroy the new varlabel. This should fix failing memory tests.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOM_Convection.cc (+3 -2)
awabboud 2015-07-20 14:12 Rev.: 53739

Change the wall interaction model in CQMOM to approximate stair-step cartesian geometry walls as diagonal angles in the flow cells next to walls

1520 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOM_Convection.cc (+522 -50), CQMOM_Convection.h (+998 -1)
awabboud 2015-07-06 13:23 Rev.: 53699

Switch wall checking in CQMOM from cellType to volfraction

101 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOM_Convection.cc (+57 -33), CQMOM_Convection.h (+44 -44)
awabboud 2015-06-23 13:41 Rev.: 53671

Switch convection in cqmom to use static vector instead of cc-wrapper

104 lines of code changed in 4 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+28 -30), CQMOM_Convection.cc (+58 -87), CQMOM_Convection.h (-4), Convection_CQMOM.h (new 18)
awabboud 2015-06-18 15:56 Rev.: 53652

Refactor the CQMOM source terms so that only one task exists to calculate the source term for each equation at once. This provides a significant speed up in CQMOM.

13 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+11 -19), CQMOMEqn.h (+2 -2)
jthornoc 2015-06-18 11:52 Rev.: 53651

Fix warnings.

1 lines of code changed in 5 files:

  • CCA/Components/Arches/TransportEqns: CQMOM_Convection.cc (-1), DQMOMEqn.cc (+1 -1), Discretization_new.h (new), ScalarEqn.cc (-4)
awabboud 2015-06-09 13:34 Rev.: 53614

Remove unused type CQMOM tag

0 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqnFactory.h (new)
awabboud 2015-06-09 11:27 Rev.: 53612

Change pow to for loop multiplication for speed up. This will change RT answers slightly.

12 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOM_Convection.h (+12 -4)
awabboud 2015-06-09 11:01 Rev.: 53611

Use temporary doubles for CQMOM convection for reused CC variables

114 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: CQMOM_Convection.h (+114 -90)
awabboud 2015-06-04 17:09 Rev.: 53596

Fix failing cqmom tests

6 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+4 -3), CQMOMEqn.h (+2 -1)
awabboud 2015-06-01 14:52 Rev.: 53576

Refactor the convective term for CQMOM transport equations. This provides a significant performance increase. This commit will break most of the CQMOM regression tests.

1560 lines of code changed in 4 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+87 -179), CQMOM_Convection.cc (+580), CQMOM_Convection.h (+892), sub.mk (+1)
jthornoc 2015-06-01 11:25 Rev.: 53571

* Create a separate task for initializing the velocity fields
* add the 2D, variable density MMS (Shunn/Moin) with corresponding source terms for f and continuity
* simplify the cold flow input interface
* consolidate the scalar initial condition interface into the base class
* use the solvability condition rather than the reference pressure
* fix the continuity residual check to include the effects of the source terms and the mass source from the solvability condition
* fix the continuity redidual check to include other mass source terms

226 lines of code changed in 4 files:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+192), EqnBase.h (+32), ScalarEqn.cc (+2 -155), ScalarEqn.h (-3)
jas 2015-05-28 09:26 Rev.: 53557

Revert c++-11 namespace changes.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (+1 -1)
jas 2015-05-27 15:34 Rev.: 53554

Explicit namespace usage as part of the transition to c++-11.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (+1 -1)
jthornoc 2015-05-11 15:22 Rev.: 53473

Fix thread safety issues.

7 lines of code changed in 4 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+2 -7), DQMOMEqn.cc (+3 -9), EqnBase.h (-2), ScalarEqn.cc (+2 -9)
jthornoc 2015-03-24 15:31 Rev.: 53270

Merge of Derek/Ben/Jeremy branch into the latest svn head.

29 lines of code changed in 4 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+13 -9), DQMOMEqn.h (new), Discretization_new.h (+3 -3)
jthornoc 2015-01-29 13:26 Rev.: 53050

WallHeatFlux calculator added.

Derek and Jeremy debugged the vanleer limiter to get it working.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+4 -1)
jthornoc 2015-01-23 18:19 Rev.: 53016

Fixing boundary issues with the new rate/weight/abscissa clipping
approach.

12 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+5 -1), DQMOMEqn.cc (+7 -2)
jthornoc 2015-01-23 11:36 Rev.: 53000

Adding 2nd order upwind and QUICK schemes.

333 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+333)
jthornoc 2015-01-22 11:40 Rev.: 52991

Arches Task Interface
* remove the booleans to control task execution. This is now determined
by the size of the variable registry.

DQMOM
* For the no-solve method, remove requirement for moment specification
* Allow weights to have a non-zero source term (birth)
* Fix a couple bugs in the SimpleBirth model

Other
* Change the constant particle model to be constant/environment

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+1)
jthornoc 2015-01-21 17:47 Rev.: 52987

* Renamed a DQMOM function.
* Added a new model term for representing simple particle birth.
* Changed the (new) constant particle model to have a
constant/environment.

4 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+3 -14), DQMOMEqn.h (+1 -1)
jthornoc 2015-01-21 12:57 Rev.: 52983

Fix a couple bugs in choosing the new limiters with the "wall model".

50 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+50 -1)
jthornoc 2015-01-20 23:07 Rev.: 52980

Fix input file for RadPropsPlanck.

Add flux limiters with a "wall model".

256 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+256 -3)
jthornoc 2015-01-19 21:50 Rev.: 52976

Add scaling constants/environment. This will only change answer on the
coal_channel test.

17 lines of code changed in 3 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+14 -7), EqnBase.h (+3 -3), ScalarEqn.cc (-3)
jthornoc 2015-01-06 16:03 Rev.: 52935

Retab.

128 lines of code changed in 3 files:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+21 -21), EqnBase.h (+4 -4), ScalarEqn.cc (+103 -103)
jthornoc 2015-01-06 13:04 Rev.: 52932

More warning cleanup. Shouldn't change answers.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: CQMOMEqn.cc (+1 -1), DQMOMEqn.cc (-2)
jthornoc 2015-01-05 18:17 Rev.: 52924

Clean up warnings.
This won't change answers.

2 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: Convection_CQMOM.h (+2 -2), DQMOMEqn.cc (-1)
Generated by StatSVN 0.7.0