/trunk/src Developers: amir

Login name:
amir
Total Commits:
58 (0.8%)
Lines of Code:
3,542 (3.8%)
Most Recent Commit:
2013-10-22 01:54
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for amir

Activity by Day of Week for amir

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 58 (100.0%) 3542 (100.0%) 61.0
CCA/Components/Wasatch/Expressions/ 19 (32.8%) 1419 (40.1%) 74.6
CCA/Components/Wasatch/Expressions/BoundaryConditions/ 9 (15.5%) 702 (19.8%) 78.0
CCA/Components/Wasatch/transport/ 16 (27.6%) 454 (12.8%) 28.3
CCA/Components/Wasatch/Expressions/MMS/ 2 (3.4%) 415 (11.7%) 207.5
CCA/Components/Wasatch/Expressions/PostProcessing/ 3 (5.2%) 304 (8.6%) 101.3
CCA/Components/Wasatch/ 7 (12.1%) 238 (6.7%) 34.0
R_Tester/ 2 (3.4%) 10 (0.3%) 5.0

Activity of amir

Most Recent Commits

amir 2013-10-22 01:54 Rev.: 51127

Adding rho0 and rho1 to the VarDensMMS BCExpressions which depend on them so we can specify them from the input file

113 lines of code changed in 7 files:

  • CCA/Components/Wasatch: Wasatch.cc (+2 -1)
  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+16 -6)
  • CCA/Components/Wasatch/Expressions/BoundaryConditions: VarDensMMSDensity.h (new 16), VarDensMMSMomentum.h (new 18), VarDensMMSSolnVar.h (new 16)
  • CCA/Components/Wasatch/transport: ParseEquation.cc (+43 -1), ParseEquation.h (+2 -1)
amir 2013-10-14 16:05 Rev.: 51082

Adding ability to handle the variable density cases and the MMS test case for pressure projection when the continuity residual is being computed

473 lines of code changed in 8 files:

  • CCA/Components/Wasatch: Wasatch.cc (+2 -1)
  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+120 -2)
  • CCA/Components/Wasatch/Expressions/PostProcessing: drhodtNP1.cc (new 172), drhodtNP1.h (new 131), sub.mk (+1)
  • CCA/Components/Wasatch/transport: MomentumTransportEquation.cc (+31 -2), ParseEquation.cc (+11 -2), ParseEquation.h (+5 -1)
amir 2013-07-29 12:43 Rev.: 50753

put the boundary conditions for density and mixture fraction back in the pressure projection test cases

223 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+14)
  • CCA/Components/Wasatch/Expressions/BoundaryConditions: VarDensMMSDensity.h (+105), VarDensMMSMixtureFraction.h (+104)
amir 2013-06-25 22:53 Rev.: 50591

Putting back the boundary consitions for density, density_* and primary variables. density_* will be handled automatically inside the code. The other ones should be entered in the input file as usual.

65 lines of code changed in 3 files:

  • CCA/Components/Wasatch: Wasatch.cc (+9)
  • CCA/Components/Wasatch/transport: MomentumTransportEquation.cc (+37 -4), ScalarTransportEquation.cc (+19)
amir 2013-05-31 12:46 Rev.: 50378

Adding pressure projection advection case in y and z directions to the regression tests. Also changing the name of the one in x direction.

6 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+6 -2)
amir 2013-05-31 10:02 Rev.: 50376

Fixing 2 sign errors which Tony caused by inlining the pressureSource expression

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: PressureSource.cc (+2 -2)
amir 2013-05-29 18:32 Rev.: 50372

Fixing a cleaving issue in the velocity estimator expression in pressure projections by dividing it into 2 separate expressions. Also changing the maths in VelEst.cc into inline form.

291 lines of code changed in 7 files:

  • CCA/Components/Wasatch/Expressions: VelEst.cc (+39 -124), VelEst.h (+10 -34), WeakConvectiveTerm.cc (+127), WeakConvectiveTerm.h (+104), sub.mk (+4)
  • CCA/Components/Wasatch/transport: MomentumTransportEquation.cc (+6 -1), MomentumTransportEquation.h (+1 -1)
amir 2013-05-17 13:33 Rev.: 50296

adding pressure projection to the regression tests

4 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+4)
amir 2013-05-15 14:31 Rev.: 50269

Adding the explicit pressure projection method for variable density problems with 2 verification test cases. One of them is a MMS and the other one is a 1D convection.

2365 lines of code changed in 27 files:

  • CCA/Components/Wasatch: Properties.cc (+190 -13), TagNames.cc (+5 -1), TagNames.h (+4), Wasatch.cc (+26 -3)
  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+62), DensityCalculator.h (+26 -25), Pressure.cc (+14 -36), Pressure.h (+7 -10), PressureSource.cc (+253), PressureSource.h (+149), SolnVarEst.cc (+98), SolnVarEst.h (+81), VelEst.cc (+257), VelEst.h (+153), sub.mk (+3)
  • CCA/Components/Wasatch/Expressions/BoundaryConditions: BCCopier.h (+87), VarDensMMSMomentum.h (+126), VarDensMMSSolnVar.h (+104), VarDensMMSVelocity.h (+126)
  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+295)
  • CCA/Components/Wasatch/transport: MomentTransportEquation.cc (+1 -1), MomentumTransportEquation.cc (+115 -32), MomentumTransportEquation.h (+5 -3), ParseEquation.cc (+88 -35), ParseEquation.h (+22 -1), ScalabilityTestTransportEquation.cc (+3), ScalarTransportEquation.cc (+65 -12)
Generated by StatSVN 0.7.0