Directory CCA/Components/Wasatch/Expressions/Turbulence/

Total Files:
14
Deleted Files:
0
Lines of Code:
2302

[root]/CCA/Components/Wasatch/Expressions/Turbulence

Lines of Code

CCA/Components/Wasatch/Expressions/Turbulence/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 63 (100.0%) 445 (100.0%) 7.0
tsaad 42 (66.7%) 420 (94.4%) 10.0
jsutherland 8 (12.7%) 13 (2.9%) 1.6
jas 13 (20.6%) 12 (2.7%) 0.9

Most Recent Commits

tsaad 2015-12-10 11:28 Rev.: 54517

First cut at a fully functional compressible flow solver in Wasatch.
1. Uses a collocated grid arrangement
2. Current supports a calorically perfect gas only
3. No shock capturing since the algorithm is intended for low-Mach simulations when preconditioning is implemented
4. Look at the two input files: compressible-flow-test-1d and compressible-flow-test-2d for examples
5. RT will be added soon

4 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: StrainTensorBase.h (+4 -19)
tsaad 2015-12-07 16:18 Rev.: 54500

Change the Wasatch namespace to WasatchCore to avoid conflicts with the Wasatch class.

22 lines of code changed in 10 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: DynamicSmagorinskyCoefficient.h (+4 -4), TurbulenceParameters.cc (+1 -1), TurbulenceParameters.h (new), TurbulentViscosity.cc (new), TurbulentViscosity.h (new)
tsaad 2015-12-01 17:00 Rev.: 54445

Generalize the turbulence closure models to handle a collocated grid arrangement.
Also cleanup some warnings.

227 lines of code changed in 10 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: DynamicSmagorinskyCoefficient.cc (new), DynamicSmagorinskyCoefficient.h (+21 -13), StrainTensorBase.cc (+37 -18), StrainTensorBase.h (+51 -34), StrainTensorMagnitude.cc (new), StrainTensorMagnitude.h (+5 -3)
tsaad 2015-03-12 11:19 Rev.: 53213

Convert one of the more complicated BCs into GPU using the amazing Nebo! Now we have full GPU coverage for Scalar BCs and fluid-flow problems that exclude outflow-type BCs. The bottleneck remains to be the pressure solve.

3 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: TurbulentDiffusivity.cc (new), TurbulentViscosity.cc (+2 -2)
jsutherland 2015-03-02 18:55 Rev.: 53165

Remove superfluous semicolon that triggers compiler warnings on some compilers.

13 lines of code changed in 8 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: DynamicSmagorinskyCoefficient.h (+1 -1), StrainTensorBase.h (+3 -3), StrainTensorMagnitude.h (+6 -6), TurbulentDiffusivity.h (+1 -1), TurbulentViscosity.h (+1 -1), WallDistance.h (new)
tsaad 2015-02-10 12:39 Rev.: 53093

another refactor of the create_field_request interface.

20 lines of code changed in 6 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: DynamicSmagorinskyCoefficient.cc (+1 -1), StrainTensorBase.cc (+3 -3), StrainTensorMagnitude.cc (+6 -6), TurbulentDiffusivity.cc (+2 -2), TurbulentViscosity.cc (+7 -7), WallDistance.h (+1 -1)
tsaad 2015-02-10 09:35 Rev.: 53091

Refactor Wasatch to use the new ExprLib Interface that allows us to specify the number of ghosts at runtime. This is a major commit.

144 lines of code changed in 11 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: DynamicSmagorinskyCoefficient.cc (+21 -36), DynamicSmagorinskyCoefficient.h (+2 -5), StrainTensorBase.cc (+3 -25), StrainTensorBase.h (+3 -7), StrainTensorMagnitude.cc (+51 -65), StrainTensorMagnitude.h (+18 -13), TurbulentDiffusivity.cc (+5 -38), TurbulentDiffusivity.h (+2 -9), TurbulentViscosity.cc (+29 -68), TurbulentViscosity.h (+2 -5), WallDistance.h (+8 -36)
jas 2015-01-26 12:34 Rev.: 53023

Made the following changes:

1. Compress large xml files. Remove sus log.

2. Add Changelog.

3. Add instructions for adding a new component to the build system.

4. Update OSX build in install documentation.

5. Update petsc version in install documentation.

6. Change Petsc version.

7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.

8. Remove Tracker feature.

9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.

10. Remove old build dependency versions.

11. Add wasatch_3P 1.6.0 branch.

12. Remove bench.config file, update excludes when building release tar ball.

13. Remove *.orig and *.release files.

14. Update copyright date. Update version to 1.6.

12 lines of code changed in 13 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: DynamicSmagorinskyCoefficient.cc (+1 -1), StrainTensorBase.cc (+1 -1), StrainTensorBase.h (+1 -1), StrainTensorMagnitude.cc (+1 -1), StrainTensorMagnitude.h (+1 -1), TurbulenceParameters.cc (+1 -1), TurbulenceParameters.h (+1 -1), TurbulentDiffusivity.cc (+1 -1), TurbulentDiffusivity.h (+1 -1), TurbulentViscosity.cc (+1 -1), WallDistance.h (+1 -1), sub.mk (new)
Generated by StatSVN 0.7.0