Directory CCA/Components/Arches/PropertyModelsV2/

Total Files:
41
Deleted Files:
2
Lines of Code:
6906

[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 140 (100.0%) 1523 (100.0%) 10.8
ohdiazi 46 (32.9%) 833 (54.7%) 18.1
jthornoc 69 (49.3%) 516 (33.9%) 7.4
derekhar 15 (10.7%) 120 (7.9%) 8.0
allen 8 (5.7%) 34 (2.2%) 4.2
bisaac 2 (1.4%) 20 (1.3%) 10.0

Most Recent Commits

jthornoc 2018-12-07 11:03 Rev.: 59022

Fix a naming bug.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (new)
jthornoc 2018-12-07 11:03 Rev.: 59018

* Introducing a default velocity name to clean up the naming convention. Should probably extend this to other variables.

* Small cleanup in the UnweightVariable code. Passing some information via the constructor, removing some naming convention assumptions.

158 lines of code changed in 7 files:

  • CCA/Components/Arches/PropertyModelsV2: CCVel.cc (new), FaceVelocities.cc (new), PropertyModelFactoryV2.cc (+34 -26), UnweightVariable.h (new)
ohdiazi 2018-10-08 15:07 Rev.: 58786

1. Fixing compilation warnings
2. KFEUpdate was slipt in two task: TimeAve and SUpdate

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (+1 -1)
ohdiazi 2018-10-08 15:07 Rev.: 58781

Adding gas kinetic computation to arches spec

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+1 -1)
ohdiazi 2018-10-08 15:07 Rev.: 58780

1. Working in Functor for PressureBC
2.Adding files for kinetic energy

154 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: GasKineticEnergy.cc (new 89), GasKineticEnergy.h (new 65)
ohdiazi 2018-10-08 15:07 Rev.: 58779

1. Adding gas kinetic energy
2. Delete a unused variable
3. Working in Pressure BC

12 lines of code changed in 5 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+7), PropertyModelFactoryV2.h (+4), sub.mk (+1)
ohdiazi 2018-10-08 15:07 Rev.: 58773

1. Neumann BC was comment out for normal direction in staggered variables.
2. Changing ghost cells to zero for drhodt
3. Correcting range for add gradient
4. BC for enforce p=0, sign is -1
5. Correcting First interior cell. This BC will be moved to Boundary Functors
6. Adding initialization for mu_sgc and mu_turb.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: ContinuityPredictor.cc (new)
ohdiazi 2018-10-08 15:07 Rev.: 58772

Computing velocities at the extra cells

15 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (+15 -1)
ohdiazi 2018-10-08 15:07 Rev.: 58771

register MODIFIES instead of REQUEST. IT is because of clipping.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (+3 -7)
ohdiazi 2018-10-08 15:07 Rev.: 58770

Clipping for rho*phi

10 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (+10 -1)
ohdiazi 2018-10-08 15:06 Rev.: 58766

Cheking guess density

0 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: DensityStar.cc (new)
ohdiazi 2018-10-08 15:06 Rev.: 58763

Adding rk for variable density. KFEUpadate is done in two tasks. Adding clipping for scalars. Fixing bound in stress tensor.

258 lines of code changed in 8 files:

  • CCA/Components/Arches/PropertyModelsV2: DensityRK.cc (new 145), DensityRK.h (new 64), DensityStar.cc (-54), DensityStar.h (-4), PropertyModelFactoryV2.cc (+8), UnweightVariable.h (+40 -2), sub.mk (+1)
jthornoc 2018-09-26 15:21 Rev.: 58719

More reworking of the print statements.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+1 -1)
jthornoc 2018-09-19 17:32 Rev.: 58689

Cleanup of variable names and converting to DOUT for debug stream.

150 lines of code changed in 42 files:

  • CCA/Components/Arches/PropertyModelsV2: BurnsChriston.h (+4 -4), CCVel.cc (+18 -18), CO.h (+4 -4), ConsScalarDiffusion.cc (+7 -7), ConstantProperty.h (+13 -13), ContinuityPredictor.h (new), DensityPredictor.h (new), DensityStar.h (+4 -4), Drhodt.h (+4 -4), FaceVelocities.cc (+5 -5), OneDWallHT.h (+4 -4), UFromRhoU.cc (new), UnweightVariable.h (+11 -11), VarInterpolation.h (new), VariableStats.h (new), WallHFVariable.cc (new), WallHFVariable.h (+4 -4), cloudBenchmark.h (new), gasRadProperties.h (+4 -4), partRadProperties.h (new), sootVolumeFrac.h (new), spectralProperties.h (+4 -4), sumRadiation.h (+4 -4)
jthornoc 2018-08-29 11:04 Rev.: 58562

Fixing several warnings in Arches. Should not change answers.

0 lines of code changed in 3 files:

  • CCA/Components/Arches/PropertyModelsV2: VarInterpolation.h (-1), VariableStats.cc (-1)
derekhar 2018-08-14 09:45 Rev.: 58527

Fixed bug; a reference to the iterator inside the parallel_for.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (-2)
derekhar 2018-08-13 14:42 Rev.: 58525

Added parallel_for to arches boundary condition code.

ListOfCellsIterator was changed to achieve this. This infrastructure class had push_back removed from it to enable future portability.
This change is expected to not break any test in for any component. Due to this change use of the default constructor for this class is being made private.

45 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (+45 -40)
allen 2018-08-10 09:00 Rev.: 58514

removal of shared state and introduction of a material manager

29 lines of code changed in 7 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+2 -2), WallHFVariable.cc (+3 -3), WallHFVariable.h (+7 -7), gasRadProperties.h (+5 -5), partRadProperties.h (+5 -5), sootVolumeFrac.h (+5 -5), spectralProperties.h (+2 -2)
bisaac 2018-07-20 14:34 Rev.: 58443

Removed if statement that was no longer needed. No impact on RT.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: CCVel.cc (-3)
bisaac 2018-07-20 14:28 Rev.: 58442

Remaining changes to get nles working on the 64x64x64 test case. No impact on rt.

20 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: CCVel.cc (+20)
ohdiazi 2018-04-19 09:43 Rev.: 58167

fixing a bug in BC

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (+1 -1)
ohdiazi 2018-04-19 09:43 Rev.: 58165

Working in BC for Helium plume

191 lines of code changed in 8 files:

  • CCA/Components/Arches/PropertyModelsV2: ConsScalarDiffusion.cc (+96), ConsScalarDiffusion.h (new 76), Drhodt.cc (new), PropertyModelFactoryV2.cc (+6), PropertyModelFactoryV2.h (+5 -1), UnweightVariable.h (+5 -1), sub.mk (+1)
jthornoc 2018-04-13 06:32 Rev.: 58082

Passing arches down to the task factories.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+2 -1), PropertyModelFactoryV2.h (+1 -1)
ohdiazi 2018-03-23 13:17 Rev.: 57985

do not run utilityFactory (volFraction) in explicit solver

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (+1 -2)
ohdiazi 2018-03-23 13:17 Rev.: 57984

DQMOM with kokkos

170 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+11 -11), UnweightVariable.h (+159 -40)
jthornoc 2018-03-22 15:31 Rev.: 57982

Removal of duplicate scheduling functionality in the Arches Task Interface. Now we go through the factory.
Cleaning up the failures in the kokkos turbulence models, which required an input file change (removal of volFraction def)
Fixing the setting of simTime in the Arches tasks. Previously time was zero always resulting in nonsense answers.
Finally, changing the Atomic task to derive off the Arches Task rather than be its own beast.

Expecting the following "failures" which will require update to GS:
S U M M A R Y
Failed: ARCHES-opt tests
:kokkos-x-scalar_mms_RK1: test failed comparison tests
:kokkos-x-scalar_mms_RK1: (restart) test failed comparison tests
:kokkos-x-scalar_mms_RK2: test failed comparison tests
:kokkos-x-scalar_mms_RK2: (restart) test failed comparison tests
:kokkos-x-scalar_mms_RK3: test failed comparison tests
:kokkos-x-scalar_mms_RK3: (restart) test failed comparison tests
:problem3_Shunn_mms-x: test failed comparison tests
:problem3_Shunn_mms-x: (restart) test failed comparison tests
:isotropic_kokkos_wale: test failed comparison tests

4 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+3 -5), PropertyModelFactoryV2.h (+1 -1)
jthornoc 2018-03-15 16:22 Rev.: 57934

Needed to check patchID before trying to get iterator.

67 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: UnweightVariable.h (+67 -64)
derekhar 2018-03-01 15:14 Rev.: 57904

Another change to spectral radiation. Redesign of the gas+soot properties and their interface with the solver.

27 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: spectralProperties.cc (+24 -7), sumRadiation.cc (new)
derekhar 2018-02-27 18:23 Rev.: 57894

Fixed bug when running spectral and no soot.

21 lines of code changed in 3 files:

  • CCA/Components/Arches/PropertyModelsV2: spectralProperties.cc (+1 -3), spectralProperties.h (+1 -1), sumRadiation.cc (+19 -5)
jthornoc 2018-02-27 15:47 Rev.: 57892

Replacing a string with an enum for the particle names->roles.
Cleaning up a warning or two.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: partRadProperties.cc (new)
jthornoc 2018-02-23 17:46 Rev.: 57870

Implementing the fourth order differencing scheme. This still needs
some work - including adding BCs, accounting for intrusions, etc...
Only 'working' in the K-momentum solver.

119 lines of code changed in 6 files:

  • CCA/Components/Arches/PropertyModelsV2: CCVel.cc (+42 -12), CCVel.h (+3), FaceVelocities.cc (+71 -18), FaceVelocities.h (new)
ohdiazi 2018-02-21 09:31 Rev.: 57854

delete Type from VariableHelper

5 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+5 -4)
ohdiazi 2018-02-16 12:16 Rev.: 57842

deleting for density task, a temp variable is used .

1 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: ForFilterDensity.cc (del), ForFilterDensity.h (del), PropertyModelFactoryV2.cc (+1 -6), sub.mk (-1)
ohdiazi 2018-02-16 12:16 Rev.: 57834

density for filter

0 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: ForFilterDensity.cc (new), ForFilterDensity.h (new)
ohdiazi 2018-02-16 12:16 Rev.: 57833

adding a special filter for density

7 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+6 -1), sub.mk (+1)
ohdiazi 2018-02-16 12:15 Rev.: 57818

new dynamic model for production code

2 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: CCVel.cc (+2 -2)
jthornoc 2018-02-06 16:11 Rev.: 57775

Cleaning out ParticleTools and moving coal-specific functions to
CoalHelper.

11 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: partRadProperties.cc (+11 -11)
derekhar 2018-01-25 10:53 Rev.: 57726

fixed typo that prevented table deletion.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: partRadProperties.cc (+1 -1)
derekhar 2018-01-23 19:55 Rev.: 57718

Fixed ambigous iterator use in nested for loop.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModelsV2: partRadProperties.cc (+3 -3)
derekhar 2018-01-17 14:51 Rev.: 57683

Untethered Arches from Wasatch3p libraries radprops and tabprops.

23 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModelsV2: gasRadProperties.cc (+1 -1), partRadProperties.cc (+19 -3), partRadProperties.h (+3 -3)

(1 more)

Generated by StatSVN 0.7.0