/trunk/src Developers: ohdiazi

Login name:
ohdiazi
Total Commits:
91 (0.7%)
Lines of Code:
2,599 (1.1%)
Most Recent Commit:
2017-11-10 14:55
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for ohdiazi

Activity by Day of Week for ohdiazi

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 91 (100.0%) 2599 (100.0%) 28.5
CCA/Components/Arches/PropertyModelsV2/ 22 (24.2%) 1294 (49.8%) 58.8
CCA/Components/Arches/SourceTermsV2/ 15 (16.5%) 660 (25.4%) 44.0
CCA/Components/Arches/Utility/ 17 (18.7%) 310 (11.9%) 18.2
CCA/Components/Arches/ 3 (3.3%) 122 (4.7%) 40.6
CCA/Components/Arches/Transport/ 13 (14.3%) 108 (4.2%) 8.3
CCA/Components/Arches/ChemMixV2/ 8 (8.8%) 62 (2.4%) 7.7
R_Tester/ 2 (2.2%) 24 (0.9%) 12.0
CCA/Components/Arches/Task/ 1 (1.1%) 10 (0.4%) 10.0
CCA/Components/Arches/TurbulenceModels/ 10 (11.0%) 9 (0.3%) 0.9

Activity of ohdiazi

Most Recent Commits

ohdiazi 2017-11-10 14:55 Rev.: 57288

RT test for kokkos

4 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+4 -6)
ohdiazi 2017-11-10 14:55 Rev.: 57287

adding RT test, and fixing ML

30 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+10 -1)
  • R_Tester: ARCHES.py (+20 -3)
ohdiazi 2017-11-08 17:57 Rev.: 57277

Fixing warning and taylorgreen3D arches spec

4 lines of code changed in 1 file:

  • CCA/Components/Arches/Utility: ShunnMMSP3.h (+4 -4)
ohdiazi 2017-11-08 10:57 Rev.: 57276

fixing BC for FX group of eqns

61 lines of code changed in 3 files:

  • CCA/Components/Arches: KokkosSolver.cc (+1 -1)
  • CCA/Components/Arches/PropertyModelsV2: UnweigthVariable.h (new 59)
  • CCA/Components/Arches/Utility: ShunnMMSP3.h (+1 -1)
ohdiazi 2017-11-08 10:57 Rev.: 57275

Adding arches_spec. Fixing solver pressure, drhodt, compute density

151 lines of code changed in 9 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+68 -20), PropertyModelFactoryV2.h (+4)
  • CCA/Components/Arches/SourceTermsV2: MMS_Shunn.h (+14 -14), MMS_ShunnP3.h (+21 -21)
  • CCA/Components/Arches/Transport: PressureEqn.cc (+4 -7), TransportFactory.cc (+37 -36)
  • CCA/Components/Arches/Utility: ShunnMMS.h (new)
ohdiazi 2017-11-08 10:57 Rev.: 57274

fixing taylor problem

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Utility: TaylorGreen3D.h (changed)
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.

164 lines of code changed in 6 files:

  • CCA/Components/Arches: KokkosSolver.cc (+15 -9)
  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (+16), UnweigthVariable.h (+76 -59)
  • CCA/Components/Arches/Utility: InitializeFactory.cc (+2 -2), ShunnMMS.h (+20 -5), ShunnMMSP3.h (+35 -2)
ohdiazi 2017-11-08 10:57 Rev.: 57270

fixing BC in ups files. densty as StateProperties

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ChemMixV2: ChemMixFactory.cc (+1)
ohdiazi 2017-11-08 10:57 Rev.: 57268

adding a gropu of task in initialization factory

7 lines of code changed in 1 file:

  • CCA/Components/Arches/Utility: InitializeFactory.cc (+7 -1)
ohdiazi 2017-11-08 10:57 Rev.: 57265

fixing task to compute phi from rho*phi

54 lines of code changed in 4 files:

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

taks to compute rho from rho*phi

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMixV2: ColdFlowPropertiesRP.cc (new), ColdFlowPropertiesRP.h (new)
ohdiazi 2017-11-08 10:57 Rev.: 57263

initialization task for Shunn problems

238 lines of code changed in 7 files:

  • CCA/Components/Arches/Utility: InitializeFactory.cc (+31), InitializeFactory.h (+9 -2), ShunnMMS.h (+22 -13), ShunnMMSP3.cc (new 4), ShunnMMSP3.h (+171), sub.mk (new)
ohdiazi 2017-11-08 10:57 Rev.: 57262

codl flow task

23 lines of code changed in 3 files:

  • CCA/Components/Arches/ChemMixV2: ChemMixFactory.cc (+6), ChemMixFactory.h (+15 -3), sub.mk (+2 -1)
ohdiazi 2017-11-08 10:57 Rev.: 57260

cold flow files

38 lines of code changed in 2 files:

  • CCA/Components/Arches/ChemMixV2: ColdFlowProperties.cc (+36 -31), ColdFlowProperties.h (+2 -2)
ohdiazi 2017-11-08 10:57 Rev.: 57259

adding variable density algorithm

106 lines of code changed in 1 file:

  • CCA/Components/Arches: KokkosSolver.cc (+106 -28)
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)
ohdiazi 2017-11-08 10:56 Rev.: 57255

fixing extrac cell for add pressure

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Transport: AddPressGradient.cc (new)

(13 more)

Generated by StatSVN 0.7.0