/trunk/src Developers: amir

Login name:
amir
Total Commits:
31 (0.2%)
Lines of Code:
881 (0.4%)
Most Recent Commit:
2012-10-22 18:46
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 31 (100.0%) 881 (100.0%) 28.4
CCA/Components/Wasatch/Expressions/ 11 (35.5%) 482 (54.7%) 43.8
CCA/Components/Wasatch/Expressions/Turbulence/ 5 (16.1%) 155 (17.6%) 31.0
CCA/Components/Wasatch/Expressions/MMS/ 2 (6.5%) 154 (17.5%) 77.0
CCA/Components/Wasatch/transport/ 11 (35.5%) 81 (9.2%) 7.3
R_Tester/ 1 (3.2%) 7 (0.8%) 7.0
CCA/Components/Wasatch/ 1 (3.2%) 2 (0.2%) 2.0

Activity of amir

Most Recent Commits

amir 2012-10-22 18:46 Rev.: 49480

Two fixes regarding to the changes in ExprAlgebra that Tony committed. We need to specify the density STATE in the initialization method of the solution variables (both the momentum and the scalar)

2 lines of code changed in 2 files:

  • CCA/Components/Wasatch/transport: MomentumTransportEquation.cc (+1 -1), ScalarTransportEquation.cc (+1 -1)
amir 2012-09-13 15:04 Rev.: 49218

Add regression test for scalar closure model

7 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+7 -5)
amir 2012-08-13 18:42 Rev.: 49066

Turbulent scalar closure model. The verification test case is not included. It will be added after getting LES model verification test case. The plus shape profile is committed for initial condition purposes as well.

593 lines of code changed in 17 files:

  • CCA/Components/Wasatch: Wasatch.cc (+2 -2)
  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+15), DiffusiveFlux.cc (+54 -25), DiffusiveFlux.h (+54 -36), DiffusiveVelocity.cc (+51 -15), DiffusiveVelocity.h (+57 -30)
  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+154)
  • CCA/Components/Wasatch/Expressions/Turbulence: TurbulenceParameters.cc (+3), TurbulenceParameters.h (+3 -2), TurbulentDiffusivity.cc (+67), TurbulentDiffusivity.h (+80), sub.mk (+2 -1)
  • CCA/Components/Wasatch/transport: MomentTransportEquation.cc (+2 -1), ParseEquation.cc (+23 -14), ParseEquation.h (+3), ScalarTransportEquation.cc (+19 -4), ScalarTransportEquation.h (+4 -1)
amir 2012-05-04 14:36 Rev.: 48718

The old ExprAlgebra is removed from function.h and Then new one is modified so that in can be used from input files. For now it just supports operation between same field types to the same field type as it was before when it is used from input file, but internally you can use it without that limit. The support for operations between different field types to different field type in input files will be added in the future commits.
Multiplier expression is replaced with the new ExprAlgebra expression as well.
ScalarTransportEquation.h initialization method is updated.
MomentumTransportEquation.h initialization method is modified so we can initialize velocity or momentum in the input file from now on without ant problem.

53 lines of code changed in 9 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+2 -1), ExprAlgebra.h (+20 -39), Multiplier.cc (del), Multiplier.h (del), sub.mk (+8 -9)
  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (-123)
  • CCA/Components/Wasatch/transport: MomentumTransportEquation.cc (+20 -9), MomentumTransportEquation.h (+2 -1), ScalarTransportEquation.cc (+1 -3)
amir 2012-05-03 17:57 Rev.: 48713

I added ExprAlgebra.h for algebraic operation between two expression in differant fields just for internal usages in wasatch

226 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: ExprAlgebra.h (+221)
  • CCA/Components/Wasatch/transport: ScalarTransportEquation.cc (+5 -3)
Generated by StatSVN 0.7.0