Directory CCA/Components/Arches/SourceTerms/

Total Files:
38
Deleted Files:
0
Lines of Code:
5016

[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 169 (100.0%) 2842 (100.0%) 16.8
harman 88 (52.1%) 1467 (51.6%) 16.6
jthornoc 68 (40.2%) 1142 (40.2%) 16.7
awabboud 5 (3.0%) 212 (7.5%) 42.4
ihunsaker 6 (3.6%) 14 (0.5%) 2.3
ahumphrey 1 (0.6%) 6 (0.2%) 6.0
dav 1 (0.6%) 1 (0.0%) 1.0

Most Recent Commits

harman 2012-12-28 14:01 Rev.: 49770

sched_initialize()
- added bulletproofing. The number of levels must be > 1 if your using the
data onion algorithm.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (changed)
jthornoc 2012-12-20 09:35 Rev.: 49756

Updates to the wall heat tranfer model framework, including putting it into
production mode.

Removing the <const_wall_temperature> spec from the new DORadiation
model. This was confusing and actually clashed with the
SolidWallTemperature spec in the <BoundaryConditions> section of the
input file. It is now on the user to specify BC's for the
SolidWallTemperature values if they want something other than the
resultant temperature from the indep. var space.

Updating some input files to be consistent with the new spec.

Local RT is reporting that methane_jet.ups will fail, but the
differences are in the noise.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+1 -2)
jthornoc 2012-12-19 02:33 Rev.: 49748

Cleaning up the westbrook/dryer model.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (changed), WestbrookDryer.h (changed)
harman 2012-12-17 15:16 Rev.: 49726

All:
Now using < instead of <= in maxLevel loops

2 level approach
- Now setting the boundary conditions for abskg and sigmaT4 on the coarse levels
not just the fine level which is wrong.

This will change all ML results

9 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+9 -9)
harman 2012-12-17 10:35 Rev.: 49716

- Pulled the scinew Task() inside of if(on archesLevel) conditional statement to plug a memory leak.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+3 -7)
harman 2012-12-15 12:27 Rev.: 49709

Added the "Data Onion" algorithm to Arches:RMCRT along with an input file.

It runs.

45 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+45 -4)
harman 2012-12-15 10:02 Rev.: 49707

Added multi-level capabilities
constructor
defined the material set local to this model...yuck.

sched_initialize()
initialize cellType = 0 on non-arches levels This is a temporary hack
until we can initialize it in sched_cellTypeInit()

sched_computeSources()
-carryForward cellType on non-arches levels. All cellType data needs to be in the new_dw
- Only schedule on RK step 0 and on an archeslevel


96 lines of code changed in 3 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+91 -60), RMCRT.h (+5 -5)
harman 2012-12-14 12:16 Rev.: 49703


Each source terms is now responsible for initializing its own variables.
Motivation for this change is RMCRT needs to initialize vars on levels other
than the Arches level.

RMCRT: now using ArchesMaterials() as the matlSet

All RT tests should pass except rmcrt_1L.


305 lines of code changed in 63 files:

  • CCA/Components/Arches/SourceTerms: BowmanNOx.cc (+9 -9), BowmanNOx.h (+7 -7), CoalGasDevol.cc (+9 -9), CoalGasDevol.h (new), CoalGasHeat.cc (+5 -5), CoalGasHeat.h (new), CoalGasMomentum.cc (+9 -9), CoalGasMomentum.h (+7 -7), CoalGasOxi.cc (new), CoalGasOxi.h (+7 -7), ConstSrcTerm.cc (new), ConstSrcTerm.h (+7 -7), DORadiation.cc (+9 -15), DORadiation.h (new), Inject.h (new), IntrusionInlet.h (+11 -11), MMS1.cc (new), MMS1.h (+7 -7), PCTransport.cc (new), PCTransport.h (+6 -6), RMCRT.cc (+43 -30), RMCRT.h (+8 -8), SourceTemplate.cc (new), SourceTemplate.h (new), SourceTemplatedTemplate.h (+12 -12), SourceTermBase.h (new), TabRxnRate.cc (+9 -9), TabRxnRate.h (+7 -7), UnweightedSrcTerm.cc (+9 -9), UnweightedSrcTerm.h (+7 -7), WasatchExprSource.cc (+10 -10), WasatchExprSource.h (+7 -7), WestbrookDryer.cc (+9 -9), WestbrookDryer.h (+7 -7)
ahumphrey 2012-12-13 17:28 Rev.: 49697

Merge changes in commit on branches/arches_alcc_dev r49696 to HEAD.
We now have GPU-RMCRT operational within Arches.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+6 -1)
harman 2012-12-07 16:30 Rev.: 49668

added printScheduling() & printTasks().

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+1 -1)
harman 2012-12-06 08:36 Rev.: 49661

RMCRT_VR.ups
removed slice tag

SourceTermFactory
tabs and formatting

0 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: SourceTermFactory.cc (new)
harman 2012-12-05 17:23 Rev.: 49659

formatting

24 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+24 -31)
jthornoc 2012-11-27 17:53 Rev.: 49616

More updates to the RadProp interface. Basic functionality is now there, but this still needs to be vetted.

37 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+35 -3), RMCRT.h (+2)
jthornoc 2012-11-09 14:51 Rev.: 49540

* Setup PC Transport source terms.
* Added an input file test test the PCTransport.
* Added a single patch version of the wall heat transfer model. This is
* probably the way we want to go.

126 lines of code changed in 3 files:

  • CCA/Components/Arches/SourceTerms: PCTransport.cc (+114 -8), PCTransport.h (+6), SourceTermFactory.cc (+6)
jthornoc 2012-10-23 22:02 Rev.: 49491

Now building PCTransport. It still doesn't do anything.

196 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: PCTransport.cc (+180 -19), PCTransport.h (+15 -4), sub.mk (new)
jthornoc 2012-10-15 13:43 Rev.: 49435

Adding empty functions for the PC model.

192 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: PCTransport.cc (+112), PCTransport.h (+80)
jthornoc 2012-09-24 13:26 Rev.: 49265

Adding an interface to RadProps. This isn't currently functioning.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+1 -1)
jthornoc 2012-09-19 20:39 Rev.: 49244

1) Added a new filtering operation that doesn't use PETSC. Still need to verify.
2) Fixing the stripping factor in the Westbrook/Dryer model to use the CstarStrip mixture fraction.
3) Fix the rate term to account for diluent.

10 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (+5 -6), WestbrookDryer.h (+5 -9)
jthornoc 2012-09-14 22:33 Rev.: 49231

Adding flammability limits to the westbrook dryer model.

141 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (+105 -33), WestbrookDryer.h (+36 -3)
harman 2012-09-12 09:06 Rev.: 49207

problemSetup()
- consistency with RMCRT_test::problemSetup()

29 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+26 -31), RMCRT.h (+3 -3)
jthornoc 2012-08-30 10:49 Rev.: 49152

Now requiring a specification for the mass fraction which is computing
the stripping factor.

9 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (+7 -2), WestbrookDryer.h (+2)
jthornoc 2012-08-29 15:58 Rev.: 49150

Fix name in spec.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (+1 -1)
jthornoc 2012-08-29 15:25 Rev.: 49147

Adding a temperature clip to the rate term.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: WestbrookDryer.cc (+1), WestbrookDryer.h (+2 -1)
jthornoc 2012-08-27 14:45 Rev.: 49137

1) Fixing Martin's restart issue. Looks like the d_labelInit flag was
not being used correctly.

2) Adding post-mixing to the enthalpy calculation (for heat loss)

3) Removing the laminar_pr number option.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: CoalGasMomentum.cc (+1 -1)
jthornoc 2012-05-25 15:41 Rev.: 48800

Adding an empirical soot model that computes absorption coef for
radiation and soot volume fraction.

39 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: DORadiation.cc (+37 -15), DORadiation.h (+2)
harman 2012-05-25 14:45 Rev.: 48799

Prep work for initializing abskg & temp from previously run Arches udas.

Ray:
initProperties()
- this task modifies abskg & temperature. It no longer computes sigmaT4
- deleted time_sub_step related code. This was implemented for Arches
and Arches isn't using this task.

sched_CoarsenAll()
- passing in modifies (abskg & sigmaT4) bools.

Arches/RMCRT.cc
- updated sched_coarsenAll() parameter list

RMCRT_Test.cc
scheduleTimeAdvance()
- CarryForward cellType, color and abskg at top of timestep.
This simpilfies everything.

DataOnion
- scheduling sigmaT4 & setBoundaryConditions tasks.

CoarseLlevel approach
- scheduling sigmaT4 & setBoundaryConditions tasks
This mimics the task scheduling in Arches:RMCRT.

pseudoCFD()
- highlighted a bug that needs to be addressed.


The RMCRT_ML test will fail. The answers are the same but
inconsistent material sets for variable abskg in checkpoints.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+5 -4)
ihunsaker 2012-05-18 17:15 Rev.: 48775

Getting celltype for the RayTrace task.
Todd: this gives the same answers as your most
recent commit.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+2 -1)
jthornoc 2012-05-14 14:27 Rev.: 48753

Now passing celltype label to Ray.cc to inform it of intrusion boundary
conditions.

Updated example component so that celltype is initialized through
geom_object specification from the input file.

Added a new input file (RMCRT_test_1L_wIntrusion.ups) as an example of
specifying an intrusion geometry.

Todd: Please let us know if there is anything you don't like here. We
are happy to iterate.

Jeremy & Isaac

3 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+2), RMCRT.h (+1)
harman 2012-05-09 14:56 Rev.: 48736

rmcrt_test.ups:
- added temperature boundary conditions for RMCRT

SourceTerms/RMCRT.cc
- global change color -> temp
- no longer initializing abskg or temperature, that's handled upstream
- added extraSetup() step in problemSetup() task to set the temperature label
- updated argument linst in sched_sigmaT4
- now setting boundary conditions on abskg & sigmaT4 after
compute_sigmaT4() task.
- no longer setting boundary conditions in radProperties()


ray.cc/h
sigmaT4()
-Pass in includeEC, if you want to include extra cells in the computation.

setBoundaryConditions()
- use a copy of the temperature and setBC on that copy before computing
sigmaT4 in the extraCells.


RMCRT_Test.cc
- moved sheduling of ROI_Extents
- update argument lists


65 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+53 -60), RMCRT.h (+12 -9)
jthornoc 2012-04-23 15:52 Rev.: 48664

Added the ability for sources to do extra setup if needed after the
property stuff is determined.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: SourceTermBase.h (+3)
dav 2012-04-13 15:14 Rev.: 48593

Newline at end of file to quite compiler warning.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: WasatchExprSource.cc (+1 -1)
harman 2012-03-30 16:58 Rev.: 48484

Benchmark 1 runs with Arches.
Temperature field has been hardwired.
Answers need to be verified


13 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+13 -34)
ihunsaker 2012-03-30 14:00 Rev.: 48482

Made VRFLux label local to Ray.cc

1 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+1 -2), SourceTermBase.h (-1)
ihunsaker 2012-03-30 11:14 Rev.: 48479

Removed obsolete boolean modifies_VRFlux.
Todd: Removal of VRFlux_label from RMCRT.cc
to Ray.cc to come shortly

1 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+1 -4)
ihunsaker 2012-03-27 16:27 Rev.: 48459

Created a label for VRFlux in preparation for
putting the virtual radiometer model under
regression testing.

10 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+9 -2), SourceTermBase.h (+1)
jthornoc 2012-03-14 16:48 Rev.: 48395

Fix mistake in last commit with EnthalpyShaddix.
Clean out more warnings.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: SourceTermBase.cc (+1 -1)
awabboud 2012-03-13 14:42 Rev.: 48386

Added use of new Spatial Ops nebo conditionals. Adding additional error printout for QMOM. Added constant expressions of table headers for wasatch-in-arches build. Removed unecessary ifdef.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/SourceTerms: SourceTermFactory.cc (+2 -3)
harman 2012-03-04 17:42 Rev.: 48349

SourceTerms/RMCRT.cc
- added single level RMCRT to SourceTerm Framework
90ish% complete

EnthalpySolver & Explicit Solver
- removed RMCRT code.

311 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+255 -273), RMCRT.h (+56 -51)
harman 2012-03-01 14:07 Rev.: 48342

RadPropertyCalculator.h:
- added missing include files

RMCRT:
- added property calculator

arches_spec.xml:
- added rmcrt_radiation tags

16 lines of code changed in 2 files:

  • CCA/Components/Arches/SourceTerms: RMCRT.cc (+10), RMCRT.h (+6 -1)
jthornoc 2012-02-29 23:23 Rev.: 48337

Moved source term registration into source factory.
Created a builder for RMCRT radiation ---> give it a shot Todd.

225 lines of code changed in 4 files:

  • CCA/Components/Arches/SourceTerms: SourceTermFactory.cc (+212), SourceTermFactory.h (new), sub.mk (+3 -3)

(5 more)

Generated by StatSVN 0.7.0