Directory CCA/Components/Wasatch/Expressions/MMS/

Total Files:
7
Deleted Files:
0
Lines of Code:
2382

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 56 (100.0%) 3039 (100.0%) 54.2
tsaad 33 (58.9%) 2551 (83.9%) 77.3
jsutherland 19 (33.9%) 264 (8.7%) 13.8
amir 4 (7.1%) 224 (7.4%) 56.0

Most Recent Commits

tsaad 2014-12-01 09:35 Rev.: 52768

Add support to use a single predictor in the variable density algorithm. This can be triggered by using: <UseOnePredictor/> in the <VariableDensity> block.

34 lines of code changed in 8 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (new), Varden2DMMS.h (new), VardenMMS.cc (new), VardenMMS.h (new)
tsaad 2014-10-17 09:22 Rev.: 52586

silence a few warnings

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (new)
tsaad 2014-10-15 09:20 Rev.: 52580

update the spec for reading data files. specify the format in the data file instead of forcing the user to specify it in the ups file. We now support FLAT and XYZ formats. You must specify those (e.g. FLAT or XYZ) in the first line of your input file.

16 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+16 -16)
tsaad 2014-10-09 13:05 Rev.: 52565

add support for reading flat-format initial conditions.

101 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+101 -38)
tsaad 2014-07-28 08:28 Rev.: 52205

rip out the variable density corrugated-front MMS from Wasatch. This has gone stale and was never used.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (-409), Varden2DMMS.h (-271)
jsutherland 2014-07-07 06:57 Rev.: 52100

change inclusion path for a header

5 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.h (+1 -1), VardenMMS.cc (+1 -2), VardenMMS.h (+3 -3)
jsutherland 2014-07-05 20:05 Rev.: 52097

Remove "structured" namespace which has now been removed from SpatialOps

39 lines of code changed in 6 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+1 -2), TaylorVortex.h (new), Varden2DMMS.cc (+3 -3), Varden2DMMS.h (+22 -22), VardenMMS.h (+9 -9)
jsutherland 2014-07-03 13:34 Rev.: 52074

update doxygen in Wasatch. This will help us get automatic builds of a Wasatch doxygen page through Jenkins.

57 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/MMS: TaylorVortex.h (+9 -9), Varden2DMMS.h (+48 -29)
jsutherland 2014-07-01 18:24 Rev.: 52061

Use "iterator" and "const_iterator" rather than "interior_iterator" and "const_interior_iterator" where applicable as the "interior" versions are typedefed to the non-interior versions and I am going to remove that soon.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+1 -1)
jsutherland 2014-06-26 12:00 Rev.: 52027

Clean up a few warnings.

14 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+3 -3), VardenMMS.cc (+11 -11)
amir 2014-06-05 00:57 Rev.: 51936

Adding a special outflow boundary condition for variable density cases. Adding a new dynamic model for alpha in the pressure projection algorithm.

224 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+68 -10), Varden2DMMS.h (+22 -6), VardenMMS.cc (+92 -25), VardenMMS.h (+42 -15)
tsaad 2014-05-11 07:41 Rev.: 51829

Update the ReadFromFile expression to use a more robust test based on dx/2 to check if a point (x,y,z) is in the current patch or not.

37 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+37 -13)
tsaad 2014-05-08 06:40 Rev.: 51815

This is a significant refactor in Wasatch which introduces an Expression-based approach for time integration. This results in a cleaner implementation of our timeadvance task by placing it as a node on our DAG graphs. This also results in less Uintah tasks and will make it easy to apply complex boundary conditions on conserved variables based on primitive variables. For those who are using Wasatch, you will need to modify your input files. A new expression state has been introduced: STATE_DYNAMIC. The distinction is now as follows: STATE_N always points to the old datawarehouse, STATE_NONE always points to the new dw, and STATE_DYNAMIC will switch between old and new based on the Runge-Kutta stage. Please update your input files: all initial conditions should now be STATE_DYNAMIC. All source terms that depend on a transported scalar should also use STATE_DYNAMIC for that scalar.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+1 -1)
tsaad 2014-05-01 17:26 Rev.: 51799

allow specification of the variable density model for drhodt through the input file. This will prevent errors when running the MMS cases where one may forget changing the model for alpha in the source terms. This also sets the stage for automated verification and convergence of the analytical and MMS solutions.

109 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+24 -8), Varden2DMMS.h (+21 -16), VardenMMS.cc (+49 -8), VardenMMS.h (+15 -5)
jsutherland 2014-03-03 20:13 Rev.: 51587

silence a warning.

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (-3)
tsaad 2014-03-02 19:21 Rev.: 51579

Add an expression that is uses geometry primitives to specify values in the domain. Why didn't I do this before? Anyway, this will allow us to set values on a field using geometry primitives with interior values specified in the spec. Remove the PlusProfile and CylinderPatch expressions now that we can achieve those initializations using this new expressions. Limitations: (1) cell-centered fields only at the moment, (2) constant values only inside geom_objects.

The best thing about a boolean is even if you are wrong, you are only off by a bit. (Anonymous)

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (-321)
tsaad 2014-01-31 12:14 Rev.: 51521

add another 2D variable density MMS along with its boundary conditions. there is still an issue with one of the boundary conditions that I am working on figuring out.

690 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+418 -4), Varden2DMMS.h (+272 -7)
jsutherland 2014-01-24 10:01 Rev.: 51500

silence another warning.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+1 -1)
jsutherland 2014-01-24 10:01 Rev.: 51499

Missed a few “typename” decorators that the mac let me get away with, but broke linux.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+1 -1)
tsaad 2014-01-24 09:42 Rev.: 51498

add a missing typename to James' recent commit

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+1 -1)
jsutherland 2014-01-24 09:11 Rev.: 51496

Clean up some compiler warnings & formatting.

146 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+129 -142), Varden2DMMS.h (+17 -17)
tsaad 2014-01-17 10:50 Rev.: 51473

Rename the 1D varden MMS expressions to be more descriptive and concise. This will break the RT due to a change in one of the variable names that is being saved.

39 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/MMS: VardenMMS.cc (+30 -30), VardenMMS.h (+9 -9)
tsaad 2014-01-16 22:02 Rev.: 51470

Add Taylor-Green-Vortex-like variable density MMS. Thanks to Amir for creating the original MMS expressions and plugging them into Wasatch. This commit is based on his initial implementation. The changes that I introduced include a correction to the mixture fraction source term, concise class names, and expansion and simplification of the input specification for the MMS. Additional work will follow by reducing the amount of input that the user has to specify. For a reference to the MMS committed here see: Shunn, L., Ham, F., & Moin, P. (2012). Verification of variable-density flow solvers using manufactured solutions. Journal of Computational Physics, 231(9), 3801–3827. doi:10.1016/j.jcp.2012.01.027.

1375 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (+919), Varden2DMMS.h (+452), sub.mk (+4 -3)
tsaad 2014-01-13 11:05 Rev.: 51457

Simplify the implementation of the Burns-Christon trilinear absorption coefficient. Add it to the regression tester. This will break the buildbot.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+3 -3)
tsaad 2014-01-10 10:45 Rev.: 51453

Simplify the world by improving the RMCRT benchmark interface in Wasatch.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+3 -3)
tsaad 2014-01-09 21:35 Rev.: 51452

Create an expression that computes the Burns-Christon abskg. This will allow us to depend less on the Ray class.

142 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+142)
Generated by StatSVN 0.7.0