Directory CCA/Components/Arches/PropertyModelsV2/

Total Files:
11
Deleted Files:
11
Lines of Code:
223

[root]/CCA/Components/Arches/PropertyModelsV2

Lines of Code

CCA/Components/Arches/PropertyModelsV2/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 116 (100.0%) 4915 (100.0%) 42.3
jthornoc 106 (91.4%) 4368 (88.9%) 41.2
u0407585 8 (6.9%) 544 (11.1%) 68.0
derekhar 2 (1.7%) 3 (0.1%) 1.5

Most Recent Commits

jthornoc 2015-10-23 14:50 Rev.: 54216

Fix a bug with the mass flux.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: VariableStats.cc (new)
jthornoc 2015-10-16 13:03 Rev.: 54185

Add the ability to create new tasks on-the-fly.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (changed), PropertyModelFactoryV2.h (new)
u0407585 2015-09-24 11:40 Rev.: 54026

removed emissivity from wall hf because it is not needed.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (changed)
jthornoc 2015-08-27 16:36 Rev.: 53865

Move sharedState to the factories after they have been instantiated.
Provide base class task organization for the factories.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+2 -4), PropertyModelFactoryV2.h (+1 -3)
jthornoc 2015-08-27 16:36 Rev.: 53863

Use the smart pointer.

8 lines of code changed in 5 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+1 -1), PropertyModelFactoryV2.h (+2 -2), WallHFVariable.cc (+1 -1), WallHFVariable.h (new)
jthornoc 2015-08-27 16:36 Rev.: 53862

Store reference.

39 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+2 -7), PropertyModelFactoryV2.h (+2 -2), WallHFVariable.cc (+2 -4), WallHFVariable.h (+33 -33)
jthornoc 2015-08-26 11:36 Rev.: 53859

Add a new property model task subset.

26 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (-1), PropertyModelFactoryV2.h (+26 -21)
jthornoc 2015-08-25 14:24 Rev.: 53856

Remove shared state when not used in these models.

160 lines of code changed in 8 files:

  • CCA/Components/Arches/PropertyModelsV2: CO.cc (new), CO.h (new), PropertyModelFactoryV2.cc (+4 -5), VariableStats.cc (+4 -7), VariableStats.h (new)
u0407585 2015-08-25 11:15 Rev.: 53855

removed restart initialization because it was causing restarts to fail.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: CO.cc (-26)
jthornoc 2015-08-19 21:33 Rev.: 53845

Fix density predictor bug with variable allocation.
Provide warnings when MODIFIES is used with ghosts (and subsequently set
nGhost = 0).

63 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: DensityPredictor.cc (new), DensityPredictor.h (+32 -32)
u0407585 2015-08-18 13:29 Rev.: 53837

Added CO model, which predicts equilibrium values at high temperatures and has global rate for low temperatures. Should not effect regression tests.

544 lines of code changed in 5 files:

  • CCA/Components/Arches/PropertyModelsV2: CO.cc (+370), CO.h (+165), PropertyModelFactoryV2.cc (+8), sub.mk (+1)
jthornoc 2015-08-10 16:18 Rev.: 53798

Remove more _new functions.

97 lines of code changed in 3 files:

  • CCA/Components/Arches/PropertyModelsV2: DensityPredictor.cc (+12 -12), VariableStats.cc (+47 -47), WallHFVariable.cc (+38 -38)
jthornoc 2015-08-10 16:18 Rev.: 53796

Minor front-end change, major back-end change to the Arches Task Interface (ATI).
* Remove the ATI variable type enums in favor of Uintah type descriptions and the FieldAdaptor mapping for better generality.
* Rather than resolving all variables in the task call-back function, resolve the labels when they are retrieved. This is now done in the FieldContainer.h

This should reduce the complexity of the field mapping behind the scenes for easier readability and maintainability.

356 lines of code changed in 6 files:

  • CCA/Components/Arches/PropertyModelsV2: DensityPredictor.cc (+85 -85), DensityPredictor.h (+4 -4), VariableStats.cc (+53 -49), VariableStats.h (+1 -1), WallHFVariable.cc (+208 -208), WallHFVariable.h (+5 -5)
jthornoc 2015-08-10 16:18 Rev.: 53795

Using Wasatch FieldAdaptor to simplify the logic in retrieving and
wrapping Uintah fields in the Arches task interface.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: VariableStats.cc (+1 -1)
jthornoc 2015-08-10 16:18 Rev.: 53793

* computeBCArea__NEW -> computeBCArea
* Moved the momentum helpers into a separate header…hoping it is useful elsewhere
* Atom editor performed some beautification by removing extra spaces at the ends of lines.
* Re-tooling of variable_stats model including:
1) This class is no longer templated and as a result only works on cell-centered variable (everything but velocity). The templating seemed like an unnecessary complication.

2) As a result of 1), you don’t specify the variable type any more as part of the spec (was an optional input before) 

3) The result of the <flux_variable> spec is the running sum of the flux variable on the FACES of the cells in each coordinate direction. The running sums  were previously located in the cell center. This was done to enable exact mass/energy/scalar etc. balances. 

4) The local variable creation was moved out of the problemSetup and into the automagic ArchesTaskInterface functionality.

823 lines of code changed in 3 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+31 -125), VariableStats.cc (+697), VariableStats.h (+95 -853)
jthornoc 2015-06-16 12:35 Rev.: 53639

Fixing a bug in the emitted flux. The area was artificially too large.

24 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (+24 -15)
jthornoc 2015-06-15 11:48 Rev.: 53635

Modifications to the wall_heatflux model.

86 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (+83), WallHFVariable.h (+3)
jthornoc 2015-06-15 11:48 Rev.: 53634

Fix a restart problem for squared sum variables when adding a new
average.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: VariableStats.h (+4)
jthornoc 2015-06-03 14:54 Rev.: 53591

* Adding a nebo-ized version of the density predictor in Arches.
This new version can also compute the exact rho-f/rho relationship for
cold-flow mixing.
* Also added a get-task-by-type mechanism in the task factory base
class.

281 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: DensityPredictor.cc (+201), DensityPredictor.h (+69), PropertyModelFactoryV2.cc (+10), sub.mk (+1)
jthornoc 2015-05-11 14:56 Rev.: 53469

Use a SMALLNUM when worried about divide by zero problems (Thanks,
Todd/Dav, for pointing this out.)

Get the reference pressure working for two-d problems.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (+4 -4)
jthornoc 2015-04-23 11:30 Rev.: 53401

Avoid divide by zero.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (+5 -2)
jthornoc 2015-04-22 13:03 Rev.: 53399

More modification to the heat flux model. Now integrating total heat
into the surface then renomalizing by area to get a total flux into the
wall.

18 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (+18 -14)
jthornoc 2015-04-21 17:32 Rev.: 53397

Compute the exposed surface area for the heat flux and store it.

32 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (+31 -4), WallHFVariable.h (+1)
jthornoc 2015-04-17 17:22 Rev.: 53385

Previous logic was broken for multi-patch

19 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (+19 -19)
jthornoc 2015-04-17 16:26 Rev.: 53384

Adding a total heat flux variable that is the sum over all components.
Placing this value in the wall cell adjacent to the flow.

25 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (+25 -6)
jthornoc 2015-03-25 11:22 Rev.: 53301

Request ghosts for these variables.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (+7 -7)
jthornoc 2015-03-24 15:32 Rev.: 53297

Fix a bug in the direction.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (+1 -1)
jthornoc 2015-03-24 15:32 Rev.: 53295

* BTDevol -> FOWYDevol
* Determine the variable type for the VariableStats model.
* Clean up some RT tests

76 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+76 -11)
jthornoc 2015-03-24 15:32 Rev.: 53294

Move TimeAve -> VariableStats and template the class.

984 lines of code changed in 6 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+36 -5), TimeAve.cc (del), TimeAve.h (del), VariableStats.cc (+4), VariableStats.h (+943), sub.mk (+1 -1)
jthornoc 2015-03-24 15:32 Rev.: 53293

Clean up:
1) get_uintah_const_field -> get_const_uintah_field
2) Combine the bc and standard task interface. Now using enum to
distignuish the two. This will allow other task types to be added (if
needed) in the future.

59 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: TimeAve.cc (new 49), WallHFVariable.cc (+10 -10)
jthornoc 2015-03-24 15:32 Rev.: 53292

Better convention.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (+1 -1)
jthornoc 2015-03-24 15:32 Rev.: 53290

Add the ability to add on more variables for time averaging OR
reinitialize variables to zero upon restart.

80 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: TimeAve.cc (+67 -4), TimeAve.h (new 13)
jthornoc 2015-03-24 15:32 Rev.: 53289

Go over extraCells. Should have been this way from the start.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: TimeAve.cc (+1 -1)
jthornoc 2015-03-24 15:32 Rev.: 53284

Fix a logic error.

8 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: TimeAve.cc (+7 -5), TimeAve.h (+1 -1)
jthornoc 2015-03-24 15:32 Rev.: 53283

Drop the required density for all time_ave options.
Only need density now if you are computing a flux.

134 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: TimeAve.cc (+132 -114), TimeAve.h (+2)
jthornoc 2015-03-24 15:32 Rev.: 53282

Updates to the timeAve property. This is currently working in the
tradiational Uintah style. The nebo version is not working with
extra-cells.

626 lines of code changed in 5 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+10 -1), PropertyModelFactoryV2.h (+16 -1), TimeAve.cc (+511), TimeAve.h (+88), sub.mk (+1)
jthornoc 2015-03-18 22:17 Rev.: 53234

Using sched_restartInitialize to enable models to be turned on for
restart when they haven't been turned on previously.

47 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: WallHFVariable.cc (+41 -5), WallHFVariable.h (+6)
jthornoc 2015-01-29 13:26 Rev.: 53050

WallHeatFlux calculator added.

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

264 lines of code changed in 5 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+17 -2), PropertyModelFactoryV2.h (+3 -2), WallHFVariable.cc (+168), WallHFVariable.h (+75), sub.mk (+1)
jthornoc 2015-01-07 17:10 Rev.: 52941

Moving particle models to a better home.
This shouldn't change answers.

2 lines of code changed in 12 files:

  • CCA/Components/Arches/PropertyModelsV2: CoalDensity.cc (del), CoalDensity.h (del), CoalTemperature.cc (del), CoalTemperature.h (del), CoalTemperatureNebo.cc (del), CoalTemperatureNebo.h (del), ConstEnvProperty.cc (del), ConstEnvProperty.h (del), PropertyHelper.h (del), PropertyModelFactoryV2.cc (-41), PropertyModelFactoryV2.h (+2 -5), sub.mk (-4)
jthornoc 2015-01-06 13:04 Rev.: 52932

More warning cleanup. Shouldn't change answers.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: CoalTemperatureNebo.cc (new 1)

(2 more)

Generated by StatSVN 0.7.0