Directory CCA/Components/Arches/SourceTerms/

Total Files:
37
Deleted Files:
4
Lines of Code:
5391

[root]/CCA/Components/Arches/SourceTerms

Lines of Code

CCA/Components/Arches/SourceTerms/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 146 (100.0%) 3654 (100.0%) 25.0
ajosephson 31 (21.2%) 1808 (49.5%) 58.3
jthornoc 50 (34.2%) 811 (22.2%) 16.2
harman 25 (17.1%) 782 (21.4%) 31.2
derekhar 8 (5.5%) 165 (4.5%) 20.6
u0407585 19 (13.0%) 86 (2.4%) 4.5
jas 2 (1.4%) 2 (0.1%) 1.0
tsaad 9 (6.2%) 0 (0.0%) 0.0
awabboud 2 (1.4%) 0 (0.0%) 0.0

Most Recent Commits

u0407585 2015-10-30 13:54 Rev.: 54248

Commented out print statements in coal - soot model.

0 lines of code changed in 8 files:

  • CCA/Components/Arches/SourceTerms: BrownSootFormation_Tar.cc (new), BrownSootFormation_nd.cc (changed), BrownSootFormation_rhoYs.cc (changed), SootMassBalance.cc (new)
ajosephson 2015-10-22 10:59 Rev.: 54210

Added clipping terms to the soot source terms to ensure that soot never becomes negative in the system.

72 lines of code changed in 12 files:

  • CCA/Components/Arches/SourceTerms: BrownSootFormation_Tar.cc (+13 -3), BrownSootFormation_Tar.h (+1), BrownSootFormation_nd.cc (+15 -2), BrownSootFormation_nd.h (new), BrownSootFormation_rhoYs.cc (+25 -20), BrownSootFormation_rhoYs.h (+5 -5), SootMassBalance.cc (+10 -1), SootMassBalance.h (+1)
harman 2015-10-21 16:42 Rev.: 54207

Added logic/methods to control how cellType is coarsened.
there are two user options ROUNDUP and ROUNDDOWN

ROUNDDOWN:
- if the cellType_coarse cell is slightly < INTRUSION convert to a FLOWCELL
ROUNDUP:
- If the cellType_coarsen > 0 convert to INTRUSION

User Specs:
<RMCRT>
<cellTypeCoarsenLogic> ROUNDDOWN </cellTypeCoarsenLogic>
or
<cellTypeCoarsenLogic> ROUNDUP </cellTypeCoarsenLogic>

</RMCRT>

- cleaned up proc0cout statements
- added input file for testing

12 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (new), RMCRT.h (new)
derekhar 2015-10-08 12:04 Rev.: 54142

RMCRT-arches now initializes 6 CCvariables/fluxes.

67 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+58), RMCRT.h (+9)
harman 2015-08-17 16:52 Rev.: 53833

sched_RestartInitialize()
- fixed conditional logic to only schedule if the variables exist in the new_dw
and it's an arches_level

The key, that I missed the first time, is that the mpi rank must own the patch for the
exists() query.


36 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+36 -25)
ajosephson 2015-08-13 15:14 Rev.: 53817

Cleaning up some code to remove unnessary variables. Also addressing some warnings that appeared at time of compilation.

40 lines of code changed in 8 files:

  • CCA/Components/Arches/SourceTerms: BrownSootFormation_Tar.cc (-13), BrownSootFormation_Tar.h (-1), BrownSootFormation_nd.cc (+7 -33), BrownSootFormation_nd.h (+1 -3), BrownSootFormation_rhoYs.cc (+23 -46), BrownSootFormation_rhoYs.h (+6 -6), SootMassBalance.cc (+3 -23), SootMassBalance.h (-1)
harman 2015-08-13 11:04 Rev.: 53815

Arches/SourceTerms/*
- added sched_RestartInitialize() If you're restarting from a Discrete Ord. uda
you must initialize sigmaT4 & RMCRTBoundaryFlux variables

- Added task (DBLsToStencil) and scheduling. Needed to initialize RMCRTboundaryFlux

- removed EOL spaces

Models/Radiation/RMCRT/*
- sched_sigmaT4()
Added logic to restrict when to require d_sigmaT4Label. There are multiple "corner cases"
that need to be accounted for and they are not obvious.

- comment out all filter VarLabels & tasks, they're not used.
- moved d_boundFluxLabel and d_radiationVolqLabel -> RMCRTCommon. Needed
by Arches when restarting.
- updated ToDo list
- removed EOL spaces

This commit will change the number checkpoint variables in some RT tests


277 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+256 -129), RMCRT.h (+21)
harman 2015-08-12 14:23 Rev.: 53810

Added
sched_RestartInitialize()
machinery to the source terms. It's not being utilized in this commit.

Arches::scheduleRestartInitialize:
calling sched_RestartInitialize()

9 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: SourceTermBase.cc (new), SourceTermBase.h (new)
u0407585 2015-08-06 12:27 Rev.: 53782

Several modifications for the Westbrook Dryer model. Added temperature dependence for flammability limits. Moved various user inputs to the chemistry table to avoid user error. Made model compatible with inerts in the fuel stream.

86 lines of code changed in 11 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+1 -1), RMCRT.h (+3 -2), SourceTermBase.h (+2 -1), SourceTermFactory.cc (+3 -2), SourceTermFactory.h (new), WestbrookDryer.cc (+39 -28), WestbrookDryer.h (new)
harman 2015-07-17 15:39 Rev.: 53735

varLabel name change boundFlux -> RMCRTboundFlux

Added a task stencilToDBLs that:
copies CCVariabble<stencil 7> values into 6 CCVariable< double>
mimics output of DO radiation model.

174 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+95), RMCRT.h (+79 -62)
ajosephson 2015-07-03 15:38 Rev.: 53698

Missed adjusting this file for the introduction of the Alex Brown Soot Model in Arches.

20 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: SourceTermFactory.cc (+20)
jthornoc 2015-06-24 12:28 Rev.: 53675

Revert "Templated wallHT model to interface with a generic type for directional radiative fluxes. "

This reverts commit fad7a4aa53a6c03168d3c25e8d2094e6554c70f8.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (-14)
ajosephson 2015-06-22 17:34 Rev.: 53669

This is the promised second commit to add the remaining files and updates needed to run the Alex Brown Soot Model using Arches.

425 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: SootMassBalance.cc (+312), SootMassBalance.h (+109), sub.mk (new)
ajosephson 2015-06-22 17:18 Rev.: 53668

This is the first of two commits to add the Alex Brown Soot Model into the Arches code. Second commit will contain remaining source term files as well as changes in a few other files.

1251 lines of code changed in 6 files:

  • CCA/Components/Arches/SourceTerms: BrownSootFormation_Tar.cc (+266), BrownSootFormation_Tar.h (+118), BrownSootFormation_nd.cc (+311), BrownSootFormation_nd.h (+123), BrownSootFormation_rhoYs.cc (+310), BrownSootFormation_rhoYs.h (+123)
jthornoc 2015-06-18 11:52 Rev.: 53651

Fix warnings.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (new), ShunnMoinMMSMF.cc (-4)
derekhar 2015-06-08 14:28 Rev.: 53608

Templated wallHT model to interface with a generic type for directional radiative fluxes.
RMCRT can now be used in combination with the year 1 coal physics code.

14 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+14)
awabboud 2015-06-05 11:25 Rev.: 53601

Fix the initializatino of this term

0 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: MomentumDragSrc.cc (new)
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

570 lines of code changed in 6 files:

  • CCA/Components/Arches/SourceTerms: ShunnMoinMMSCont.cc (new 174), ShunnMoinMMSCont.h (new 73), ShunnMoinMMSMF.cc (+216), ShunnMoinMMSMF.h (new 76), SourceTermFactory.cc (+10), sub.mk (+21 -19)
jas 2015-05-28 09:26 Rev.: 53557

Revert c++-11 namespace changes.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.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/SourceTerms: RMCRT.cc (+1 -1)
harman 2015-05-15 10:24 Rev.: 53498

scheduleInitialize()
added requires for radiationVolq.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+8 -7)
derekhar 2015-05-13 13:36 Rev.: 53483

Added a missing initialize for radVolQ. Now rmcrt can run with caol problems.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+4)
derekhar 2015-05-11 16:46 Rev.: 53475

Fixed thread safety issues in coal models, and in hottel-sarofim radiation properties.
This commits also removes ambiguous calls to isnan and isinf which cause compile errors in c++11.

4 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: ConstSrcTerm.cc (new)
jthornoc 2015-03-24 15:31 Rev.: 53270

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

26 lines of code changed in 8 files:

  • CCA/Components/Arches/SourceTerms: CoalGasDevol.cc (new), CoalGasHeat.cc (new), CoalGasMomentum.cc (+6 -16), CoalGasOxi.cc (+6 -10)
harman 2015-03-23 16:36 Rev.: 53259

When setting the boundary conditions (setExtraCellScalarValueBC()) use the appropriate label names.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+7 -4)
harman 2015-03-23 13:12 Rev.: 53258

sched_initialize() and initialize task
- initialize abskg on non-arches levels to 0.0. This allows the user to
outputInitTimestep.

26 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+26 -7)
harman 2015-03-23 10:51 Rev.: 53255

Moved setExtraCellScalarValueBC () from BoundaryCond_new.h -> .c
Templated the function and added explicit instantions for float and double.

Added getNewBoundaryCondition() to BoundaryCondition.h

ARCHES:RMCRT is now using arches boundary conditions.

Changed input files to reflect the change. User must specify
abskg "ForcedDirichlet"



8 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+8 -8)
jthornoc 2015-03-20 11:42 Rev.: 53244

Remove multiple "privates" to make setExtraCell BC public.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+3 -3)
harman 2015-03-19 17:44 Rev.: 53240

Added methods so Arches boundary conditions will be used. Currently disabled.

182 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+161 -10), RMCRT.h (+21 -1)
harman 2015-03-17 12:08 Rev.: 53229

Arches is now setting cellType on non-arches levels during initialization. It's then
carried forward on all timesteps.

This will change the answers on all multi-level calculations.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+2 -3)
jthornoc 2015-03-16 21:10 Rev.: 53228

Merge with Todd's change.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+1 -1)
jthornoc 2015-03-16 21:03 Rev.: 53227

Pass BC to source terms through the extraSetup phase.

32 lines of code changed in 8 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+1 -3), DORadiation.h (+12 -11), RMCRT.cc (+3 -3), RMCRT.h (+7 -9), SourceTermBase.h (+4 -1), SourceTermFactory.cc (+4 -4), SourceTermFactory.h (+1 -1)
harman 2015-03-16 15:31 Rev.: 53224

Initilization of cellType on the coarse levels is now the component's responsibility.

RMCRT_test.cc Arches:RMCRT
- define cellType during the initialization and just carry forward on coarser levels.

RMCRT_test.cc
- Initialize cellType on coarse level to d_flowCell (-1). This is correct and
will changed multi-level answers.



31 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+30 -5), RMCRT.h (+1 -1)
harman 2015-03-09 16:36 Rev.: 53205

Starting to use cellType the dataOnion tasks. Just pulling it out of the DW. Not being used yet.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+4 -3)
tsaad 2015-02-10 17:22 Rev.: 53097

rip out Warches :( There may be a few tentacles left. Arches et al. should feel free to point those out to me or rip them out entirely. Verified OPT build with the Arches and Wasatch local RT. RIP Warches.

0 lines of code changed in 9 files:

  • CCA/Components/Arches/SourceTerms: BowmanNOx.cc (new), SourceTermBase.h (-2), SourceTermFactory.cc (-7), WarchesSrc.cc (del), WarchesSrc.h (del), WasatchExprSource.cc (del), WasatchExprSource.h (del), sub.mk (-2)
jthornoc 2015-01-29 13:26 Rev.: 53050

WallHeatFlux calculator added.

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

0 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (-1)
derekhar 2015-01-22 13:18 Rev.: 52992

Added a feature for users running DO Radiation with scattering so that they can switch the number of ordinates in the middle of a production run.

76 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+75 -10), DORadiation.h (+1)
harman 2015-01-07 18:01 Rev.: 52943

Removed global materialSet variable (_matlSet), using

sharedStated->allArchesMaterials()

instead.

6 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+5 -19), RMCRT.h (+1 -4)
jthornoc 2015-01-06 16:03 Rev.: 52935

Retab.

177 lines of code changed in 18 files:

  • CCA/Components/Arches/SourceTerms: BowmanNOx.h (+2 -2), CoalGasHeat.h (+5 -5), CoalGasMomentum.h (+2 -2), DORadiation.h (+6 -6), ManifoldRxn.cc (+1 -1), MomentumDragSrc.h (+1 -1), PCTransport.cc (new), SourceTermBase.h (+3 -3), TabRxnRate.cc (new), WasatchExprSource.cc (new 1), WestbrookDryer.h (+1 -1)
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/SourceTerms: BowmanNOx.cc (-9), PCTransport.cc (+2 -2)
Generated by StatSVN 0.7.0