/trunk/src Developers: tsaad

Login name:
tsaad
Total Commits:
44 (0.4%)
Lines of Code:
2806 (2.0%)
Most Recent Commit:
2010-12-28 07:09

Activity by Clock Time

Activity by Hour of Day for tsaad

Activity by Day of Week for tsaad

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 44 (100.0%) 2806 (100.0%) 63.7
CCA/Components/Wasatch/Expressions/ 7 (15.9%) 965 (34.4%) 137.8
CCA/Components/Wasatch/ 18 (40.9%) 805 (28.7%) 44.7
CCA/Components/Wasatch/transport/ 12 (27.3%) 595 (21.2%) 49.5
CCA/Components/Wasatch/Operators/ 7 (15.9%) 441 (15.7%) 63.0

Activity of tsaad

Most Recent Commits

tsaad 2010-12-28 07:09 Rev.: 46642

Updated boundary condition treatment to infer BCEvaluator type from the boundary condition operator. This goes along with the recent update in SpatialOps.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: BCHelperTools.cc (changed)
tsaad 2010-12-10 15:52 Rev.: 46596

Switched to using pointers in passing the arguments for the BCHelper

9 lines of code changed in 3 files:

  • CCA/Components/Wasatch: BCHelperTools.cc (+6 -21), BCHelperTools.h (+2 -2), Wasatch.cc (+1 -37)
tsaad 2010-12-08 17:01 Rev.: 46577

fixed typo in BCSide

41 lines of code changed in 1 file:

  • CCA/Components/Wasatch: BCHelperTools.cc (+41 -40)
tsaad 2010-12-04 01:34 Rev.: 46552

TSAAD: cleanup of boundary condition handler code.

51 lines of code changed in 1 file:

  • CCA/Components/Wasatch: BCHelperTools.cc (+51 -77)
tsaad 2010-12-03 16:48 Rev.: 46549

TSAAD:
1. Added boundary condition treatment for Wasatch. This required modifying the equation adaptors to store the xml input information about each trasnport equation.
2. Added a test case for boundary conditions.
NOTE: due to issues with extracells and boundarylayer cells, this code is NOT functional yet.

689 lines of code changed in 8 files:

  • CCA/Components/Wasatch: BCHelperTools.cc (+579), BCHelperTools.h (+38), Wasatch.cc (+55 -4), sub.mk (+2 -1)
  • CCA/Components/Wasatch/transport: ParseEquation.cc (new), ParseEquation.h (+5 -1)
tsaad 2010-10-30 16:21 Rev.: 46413

Major cleanup for UpwindInterpolant.
- Moved all counter arithmetic to constructor and added required private variables.
- In the process, removed some of un-necessary member variables (dim_, hasPlusFace_).

57 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Operators: UpwindInterpolant.h (+57 -79)
tsaad 2010-10-08 16:25 Rev.: 46344

Fixed typo in UpwindInterplant.h - Now convective flux work in all 3 directions.

4 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Operators: UpwindInterpolant.h (+4 -4)
tsaad 2010-10-07 22:08 Rev.: 46333

Fixed bug in assigning proper directions for calculating the coordinates

8 lines of code changed in 1 file:

  • CCA/Components/Wasatch: CoordHelper.cc (+8 -8)
tsaad 2010-10-06 15:23 Rev.: 46318

In this commit:
1. Debugged UpwindInterpolant.
2. Added support for Central differencing for convection.
3. Added convection-test.ups file. This is NOT a comprehensive test yet.
4. Modified ConvectiveFlux.h by adding inhertience for upwind type interpolants.

717 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions: ConvectiveFlux.h (+507 -42)
  • CCA/Components/Wasatch/Operators: Operators.cc (+3 -5), UpwindInterpolant.h (+144 -92)
  • CCA/Components/Wasatch/transport: ScalarTransportEquation.h (+63 -22)
tsaad 2010-10-06 12:58 Rev.: 46317

Fixed error in timestep calculation. Must use old data warehouse in the task requirement.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch: TimeStepper.cc (+1 -1)
tsaad 2010-09-24 15:37 Rev.: 46262

- Added convective flux expression.
- Modified wasatch spec file for convective flux expression.
- Added Upwind interpolation operator.
- Modified Operators.cc for upwind interpolant.
- Added test file: convection-test.ups.
- NOTE: THE UPWIND INTERPOLATION IS STILL BEING DEBUGGED.

499 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions: ConvectiveFlux.h (+179)
  • CCA/Components/Wasatch/Operators: Operators.cc (+42), UpwindInterpolant.h (+190)
  • CCA/Components/Wasatch/transport: ScalarTransportEquation.h (+88 -2)
tsaad 2010-09-24 14:47 Rev.: 46261

- Added support for expressions: SineFunction, GaussianFunction, and DoubleTanhFunction.
- Modified UPS specification file to support tags related to the aforementioned functions in Wasatch.
- Corrected a few typos in the comments and output messages.

40 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+38 -1)
  • CCA/Components/Wasatch/Operators: OperatorTypes.h (+1 -1)
  • CCA/Components/Wasatch/transport: ParseEquation.cc (+1 -1)
tsaad 2010-09-09 15:40 Rev.: 46172

Made the following modifications:
1. Converted ScalarTransportEquation to template form so that it can be used for both staggered and non-staggered scalar fields.
2. Added proper functionality to the Wasatch problem specification to accommodate for staggered scalar transport.
3. Converted ScalarRHS to template form so that it conforms to other expressions that we have (i.e. DiffusiveFlux …).
4. Fixed wasatch input files.

690 lines of code changed in 14 files:

  • CCA/Components/Wasatch: Properties.cc (+3), TaskInterface.cc (+2 -2), TimeStepper.cc (+2 -2), Wasatch.cc (+1 -1), sub.mk (+13)
  • CCA/Components/Wasatch/Expressions: DiffusiveFlux.h (+6 -4), ScalarRHS.cc (new 13), ScalarRHS.h (+222 -15), sub.mk (-1)
  • CCA/Components/Wasatch/transport: ParseEquation.cc (+53 -14), ScalarTransportEquation.cc (new 179), ScalarTransportEquation.h (+191 -11), TemperatureTransportEquation.cc (+5 -5), sub.mk (-1)
Generated by StatSVN 0.4.0