Directory CCA/Components/Arches/PropertyModelsV2/

Total Files:
44
Deleted Files:
6
Lines of Code:
4921

[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 257 (100.0%) 5589 (100.0%) 21.7
jthornoc 182 (70.8%) 2347 (42.0%) 12.8
derekhar 46 (17.9%) 1917 (34.3%) 41.6
ohdiazi 22 (8.6%) 1294 (23.2%) 58.8
dav 4 (1.6%) 24 (0.4%) 6.0
jas 3 (1.2%) 7 (0.1%) 2.3

Most Recent Commits

derekhar 2017-12-20 12:53 Rev.: 57487

Add Table interface for paritcle radiation properties.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: partRadProperties.cc (changed), partRadProperties.h (changed)
jthornoc 2017-11-28 17:55 Rev.: 57367

Throw and error if momentum is on but pressure solver parameters are not
specified. Fixed the AlmgrenMMS prob. with BCs to run with pressure
solver.

14 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+6 -3), PropertyModelFactoryV2.h (+8 -8)
jthornoc 2017-11-28 17:55 Rev.: 57366

* Some naming convention updates
* Add property evaluation to the cold flow properties in the initialization
* Updated a bunch of input files to now use state properties

1 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: ContinuityPredictor.cc (new)
jthornoc 2017-11-28 17:55 Rev.: 57364

Deleting unused class.
Reverting ColdFlowProps to its original state.
Other minor cleanup.

188 lines of code changed in 12 files:

  • CCA/Components/Arches/PropertyModelsV2: ContinuityPredictor.cc (+18 -13), DensityStar.cc (+22 -20), DensityStar.h (new), Drhodt.cc (new 81), Drhodt.h (new 62), DrhodtEs.cc (del), DrhodtEs.h (del), PropertyModelFactoryV2.cc (+2 -7), sub.mk (+1 -1)
jthornoc 2017-11-28 17:55 Rev.: 57363

Fixing a typo.

387 lines of code changed in 6 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+8 -8), UnweightVariable.cc (new 1), UnweightVariable.h (new 375), UnweigthVariable.cc (del), UnweigthVariable.h (del), sub.mk (+3 -3)
jthornoc 2017-11-28 17:55 Rev.: 57362

* Added a equation class to the equation groups to help manage the different scalar types (mixture fraction, DQMOM, etc…)
* Minor spacing, tabs, etc…
* Added an include in Endian.h as I had a couple compilers not being able to identify the IntVector type.

62 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+62 -51)
ohdiazi 2017-11-08 10:57 Rev.: 57276

fixing BC for FX group of eqns

59 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UnweigthVariable.h (new 59)
ohdiazi 2017-11-08 10:57 Rev.: 57275

Adding arches_spec. Fixing solver pressure, drhodt, compute density

72 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+68 -20), PropertyModelFactoryV2.h (+4)
ohdiazi 2017-11-08 10:57 Rev.: 57273

I added "compute_density_star" in ups with variable density

12 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+12 -7)
ohdiazi 2017-11-08 10:57 Rev.: 57271

Fixing ups.

92 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+16), UnweigthVariable.h (+76 -59)
ohdiazi 2017-11-08 10:57 Rev.: 57265

fixing task to compute phi from rho*phi

52 lines of code changed in 3 files:

  • CCA/Components/Arches/PropertyModelsV2: ContinuityPredictor.cc (+2 -1), DrhodtEs.cc (new 2), UnweigthVariable.h (+48 -18)
ohdiazi 2017-11-08 10:56 Rev.: 57258

tasks to compute: drhodt, density guess and check continuity equation

594 lines of code changed in 8 files:

  • CCA/Components/Arches/PropertyModelsV2: ContinuityPredictor.cc (+106), ContinuityPredictor.h (new 63), DensityStar.cc (+181), DensityStar.h (+67), DrhodtEs.cc (+90), DrhodtEs.h (new 62), PropertyModelFactoryV2.cc (+22), sub.mk (+3)
ohdiazi 2017-11-08 10:56 Rev.: 57257

task to compute phi or ui

301 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: UnweigthVariable.cc (new 1), UnweigthVariable.h (+300)
ohdiazi 2017-11-08 10:56 Rev.: 57256

task to compute phi or u

112 lines of code changed in 3 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+102 -5), PropertyModelFactoryV2.h (+9), sub.mk (+1)
jthornoc 2017-10-31 13:32 Rev.: 57201

Code cleanup.

195 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: CO.cc (+158 -165), CO.h (+37 -37)
jas 2017-10-13 14:42 Rev.: 57138

Replace all instances of StaticArray with std::vector. This has been tested on the RT for all components. It is a drop in replacement. StaticArray is being removed.

7 lines of code changed in 3 files:

  • CCA/Components/Arches/PropertyModelsV2: partRadProperties.cc (+5 -6), spectralProperties.cc (+2 -3)
jthornoc 2017-10-09 16:44 Rev.: 57105

Adding a few initializations.
Fix warnings.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+1 -1)
jthornoc 2017-10-09 16:44 Rev.: 57104

Cleaning up warnings and adding Shunn 1D mms.

6 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: FaceVelocities.cc (new)
jthornoc 2017-10-09 16:44 Rev.: 57099

Merging Oscar's bug fixes for the transport eqns.

106 lines of code changed in 9 files:

  • CCA/Components/Arches/PropertyModelsV2: CCVel.cc (new), CCVel.h (new), FaceVelocities.cc (+11 -22), UFromRhoU.cc (new), UFromRhoU.h (new)
derekhar 2017-09-11 16:17 Rev.: 56983

Add BrownSoot and spectral physics to RT suite. Minor spec edits.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: sootVolumeFrac.cc (new)
jthornoc 2017-09-11 10:25 Rev.: 56977

Cleaning up some warnings.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+1 -1)
derekhar 2017-09-08 17:39 Rev.: 56974

Added support for spectral solvers for Arches-radiation. Support is currently only provided for the sweeping solver. This commit also removed several experimental sweeping approaches.

This commit will break all radiation tests due to the changing of a label name, but otherwise should not change the answers.
Removed some of the unused fortran code.

46 lines of code changed in 5 files:

  • CCA/Components/Arches/PropertyModelsV2: spectralProperties.cc (+23 -22), spectralProperties.h (new), sumRadiation.cc (+22 -7)
jthornoc 2017-09-06 17:21 Rev.: 56965

* Move the flux initialization up to the timestep_initialize task for the scalar calc.
* Start cleaning up some redundant enums. This needs a little more work.
* Add a little more information to the ArchesTaskDBG helper.
* Fix a bug in the FaceVelocity task wherein the registration for the variables wasn’t passing the time_substep.
* Convert several task scheduling calls in KokkosSolver from individual scheduling to scheduling through the factory in groups.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: FaceVelocities.cc (+1 -1)
derekhar 2017-09-01 16:22 Rev.: 56959

Including a transparent band, for scenarios with soot/coal particles.

17 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: spectralProperties.cc (+17 -11), sumRadiation.cc (-2)
derekhar 2017-09-01 12:21 Rev.: 56958

Extended spectral radiation properties to include soot.

30 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: spectralProperties.cc (+26 -2), spectralProperties.h (+4)
dav 2017-08-31 17:11 Rev.: 56954

Remove tabs, alphabetize

12 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: sub.mk (+12 -12)
derekhar 2017-08-31 17:08 Rev.: 56953

New soot volume fraction computation.

222 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: sootVolumeFrac.cc (+101), sootVolumeFrac.h (new 121)
derekhar 2017-08-31 16:34 Rev.: 56950

Decoupled computation of soot volume fraction and the radiative contribution from soot. Minor clean-up of estalished property models.

24 lines of code changed in 10 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+6), gasRadProperties.cc (-2), gasRadProperties.h (new), partRadProperties.cc (-2), partRadProperties.h (-4), spectralProperties.cc (+15 -7), spectralProperties.h (+2 -2), sub.mk (+1)
derekhar 2017-08-30 17:42 Rev.: 56945

Added a 4 band spectral property model for CO2-H2O mixtures. Based on publication Bordbar et al. 2014.
The model was developed to be accurate in the temperate range of 500K-2400K and H2O/CO2 molar ratios ranging from 0.01 to 4.0.

348 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+8), spectralProperties.cc (+202), spectralProperties.h (+137), sub.mk (+1)
jthornoc 2017-08-30 13:35 Rev.: 56942

Bad commit in last commit.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: CO.cc (-2)
jthornoc 2017-08-30 13:34 Rev.: 56941

Even more missing files.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: CO.cc (+3)
jthornoc 2017-08-30 13:31 Rev.: 56940

More missing files.

178 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: CCVel.cc (+101), CCVel.h (+77)
jthornoc 2017-08-30 13:28 Rev.: 56939

Adding missing files.

201 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: VarInterpolation.cc (new 1), VarInterpolation.h (new 200)
jthornoc 2017-08-30 11:10 Rev.: 56934

* Moved the calc of the CC velocities into its own task (by necessity)
* Add an optional parameter to the task scheduling through the factory to ignore the task if not found.
* Some additional cleanup

10 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+9 -1), UFromRhoU.cc (-27), UFromRhoU.h (-3), sub.mk (+1)
jthornoc 2017-08-30 11:09 Rev.: 56930

* cleaned up some unused functionality in the ConvectionHelper - Specifically the old implementation of the staggered convective operator.
* In GridTools, moved around the enums for the DIR variable to make better sense.
* Added the start of a 1D interpolator. This needs some (re)verification since I modified what Oscar had initially.
* Had to add const version of the VariableHelper.
* Using the 1D interpolator, added a helper task to do 1D interpolation. Needs a little more work as it currently excludes FC -> FC

57 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+57 -4)
jthornoc 2017-08-30 11:09 Rev.: 56926

Move the stress tensor to the Transport directory.
House it under the transport factory.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (-5), StressTensor.cc (del), StressTensor.h (del), sub.mk (-1)
jthornoc 2017-08-30 11:09 Rev.: 56925

Adding the stress tensor calc.

285 lines of code changed in 5 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+11), PropertyModelFactoryV2.h (+2 -1), StressTensor.cc (new 189), StressTensor.h (new 82), sub.mk (+1)
jthornoc 2017-08-10 17:25 Rev.: 56872

* Add the pressure boundary conditions post pressure linear solve which eases the calculation of the pressure gradient.
* Added a cc-velocity calculation
* Fixed a bug in the u = rho*u/rho calculation for walls (was getting something / zero )
* Pressure gradient wasn’t being added on the + side properly when boundary conditions - fixed.
* KFEupdate had one too many iterators on the + side - Fixed

48 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: UFromRhoU.cc (+43 -116), UFromRhoU.h (+5)
jthornoc 2017-07-17 13:35 Rev.: 56797

This commit breaks the kokkos scalar tests.

* Template ConvectionHelper to enable temporary variable use in this function.
* Changed up some of the macros to have better (more descriptive) names
* Added a new patch range macro
* Packaged the momentum updates into a smaller package
* register_variable now passes a bool to indicate if the variable is temp or not. If temp, it avoids the registration

12 lines of code changed in 3 files:

  • CCA/Components/Arches/PropertyModelsV2: UFromRhoU.cc (+6 -6), VariableStats.cc (+6 -6)
jthornoc 2017-07-06 22:45 Rev.: 56763

Final API change commits.

20 lines of code changed in 29 files:

  • CCA/Components/Arches/PropertyModelsV2: BurnsChriston.cc (new), BurnsChriston.h (+1 -1), CO.cc (+1 -1), CO.h (+1 -1), ConstantProperty.h (+2 -2), FaceVelocities.h (new), UFromRhoU.h (+1 -1), VariableStats.cc (+1 -1), VariableStats.h (new), WallHFVariable.cc (new), WallHFVariable.h (+1 -1), cloudBenchmark.cc (+1 -1), cloudBenchmark.h (+1 -1), gasRadProperties.cc (+1 -1), gasRadProperties.h (+1 -1), partRadProperties.cc (+1 -1), partRadProperties.h (+1 -1), sumRadiation.cc (+1 -1), sumRadiation.h (+1 -1)

(21 more)

Generated by StatSVN 0.7.0