Directory CCA/Components/Arches/

Total Files:
47
Deleted Files:
6
Lines of Code:
40281

[root]/CCA/Components/Arches
                directory in repo ChemMix (12 files, 4895 lines)
                directory in repo CoalModels (35 files, 10816 lines)
                directory in repo DigitalFilter (3 files, 1920 lines)
                Folder removed from repo Mixing (0 files, 0 lines)
                directory in repo PropertyModels (26 files, 3365 lines)
                directory in repo Radiation (13 files, 3871 lines)
                    directory in repo fortran (4 files, 150 lines)
                directory in repo SourceTerms (36 files, 5683 lines)
                directory in repo TransportEqns (10 files, 6196 lines)
                directory in repo WallHTModels (2 files, 776 lines)
                directory in repo fortran (1 files, 122 lines)
                directory in repo water (1 files, 914 lines)

Lines of Code

CCA/Components/Arches/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 451 (100.0%) 7930 (100.0%) 17.5
jthornoc 315 (69.8%) 5443 (68.6%) 17.2
tsaad 51 (11.3%) 1252 (15.8%) 24.5
ahumphrey 18 (4.0%) 595 (7.5%) 33.0
wyxpuma 9 (2.0%) 273 (3.4%) 30.3
jsutherland 46 (10.2%) 174 (2.2%) 3.7
dav 5 (1.1%) 136 (1.7%) 27.2
awabboud 5 (1.1%) 55 (0.7%) 11.0
harman 2 (0.4%) 2 (0.0%) 1.0

Most Recent Commits

jthornoc 2013-12-20 11:39 Rev.: 51407

Adding a max KE limit.

0 lines of code changed in 4 files:

  • CCA/Components/Arches: ExplicitSolver.cc (changed), ExplicitSolver.h (changed)
jthornoc 2013-12-17 16:27 Rev.: 51396

Revert "Removing two unused functions."

This reverts commit c8065da9bc9465c4756bef7eabdc20b55ba18d34.

0 lines of code changed in 2 files:

  • CCA/Components/Arches: ArchesLabel.h (new)
jthornoc 2013-12-17 16:27 Rev.: 51395

Removing two unused functions.

3 lines of code changed in 1 file:

  • CCA/Components/Arches: ArchesLabel.h (+3)
jthornoc 2013-12-16 13:17 Rev.: 51391

This should fix the segfaults for the RT. Old density was being requested for some
problems and was not being properly created.

This does put an extra variable in the checkpoint so GS's need an
update.

4 lines of code changed in 3 files:

  • CCA/Components/Arches: ArchesLabel.h (-3), Properties.cc (new)
jthornoc 2013-12-13 15:28 Rev.: 51385

Adding a helper class for adding species to the table lookup.
For scalar equations, use the old density if stage > 0

11 lines of code changed in 3 files:

  • CCA/Components/Arches: Arches.cc (new), ArchesLabel.h (+9 -12)
jsutherland 2013-12-08 14:54 Rev.: 51368

Okay - this should fix warches…

30 lines of code changed in 5 files:

  • CCA/Components/Arches: Arches.cc (+1 -1), ExplicitSolver.cc (+25 -24), ExplicitSolver.h (+2 -1), NonlinearSolver.h (new)
dav 2013-12-08 14:46 Rev.: 51367

Number of cleanups and a fix to get Wasatch in Arches compiling.

M CCA/Components/Wasatch/CoordinateHelper.cc
M CCA/Components/Wasatch/TaskInterface.cc

- Comment out "oldVar" as it isn't used and this removes a compiler warning.


M CCA/Components/Wasatch/Expressions/BoundaryConditions/PressureBC.cc

- Add newline to end of file to remove compiler warning.

M CCA/Components/Wasatch/Expressions/BoundaryConditions/VardenMMSBCs.cc

- Don't define your own PI, just use the built in M_PI.
- #include paths should be absolute <>, not relative "".
- Add newline to end of file to remove compiler warning.

M CCA/Components/Wasatch/Expressions/BoundaryConditions/VardenMMSBCs.h

- Place multiple include guard at very top of file to speed file processing.
- #include paths should be absolute <>, not relative "".
- Remove tabs, add some white space for readability.

M CCA/Components/Arches/ExplicitSolver.cc

- Wasatch_in_Arches was not compiling for me... Had to fix use of
TaskInterface constructor - added in State variable. I assume this
is correct (at least it compiles). If someone from Warches could
verify, that would be great. I note James took a shot at fixing this
in the previous commit, but he only added the (non-existent?) variable
'state', to one of the places the state was needed.
- Indent #includes for readability.

M R_Tester/toplevel/startLocalTest
M R_Tester/helpers/runSusTests.py

- Allow the user to specify a different directory of Gold Standards to
test against. This is done using the environment variable
TEST_DATA. In other words, if you have built Gold Standards in
.../Uintah/opt/TestData, and you wish to test your debug build
against the opt generated gold standards, then, from your debug
directory, you do (assuming it is parallel to the opt dir):

setenv TEST_DATA ../opt/TestData

and then run "make runLocalRT" as normal.

M CCA/Components/Wasatch/TaskInterface.h

- Line up parameters for readability.

40 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+40 -38)
jsutherland 2013-12-08 14:06 Rev.: 51366

Fix Warches.

1 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+1)
jthornoc 2013-12-05 01:47 Rev.: 51360

This fixes a segfault resulting from Martin's recent commit. If the case is periodic, then the <BoundaryCondition> section may not exist which was the root of the problem.

7 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+7 -4)
jthornoc 2013-12-05 01:21 Rev.: 51359

Assign source stage after table is setup. This is required because the
table setup may reassign the eqn stage from the default value if it is
determined to be a table indep. variable.

18 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+18 -10)
wyxpuma 2013-12-04 17:07 Rev.: 51357

to update the problemsetup for WallHT so that WallHT will actually work

2 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+2 -2)
jthornoc 2013-12-02 12:07 Rev.: 51344

Warnings.

0 lines of code changed in 6 files:

  • CCA/Components/Arches: BoundaryCondition.cc (changed), Discretization.cc (changed), sub.mk (new)
jthornoc 2013-11-27 15:11 Rev.: 51341

1) Transport Eqns are now assigned an algorithmic “stage”
2) Dependent sources of transport eqns are given the same stage.
3) Updated the add_species function to include an old or new state.
4) Set boundary conditions on all table lookup species such that the interpolated face value results in the table lookup condition
5) Adding an option extra table lookup
6) Some minor optimizations
7) Added the manifold run rate source term
8) Simplified some calls to computing diffusion terms.

108 lines of code changed in 9 files:

  • CCA/Components/Arches: Arches.cc (+12 -4), ArchesLabel.h (+19), ExplicitSolver.cc (+57 -6), ExplicitSolver.h (+2), ExplicitTimeInt.h (new), Filter.h (new), Properties.cc (+13 -2)
jthornoc 2013-11-22 15:58 Rev.: 51330

This time, try allocating something real.

2 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+2 -1)
jthornoc 2013-11-22 14:54 Rev.: 51329

Moving the filter volume calc into the Filter class.

36 lines of code changed in 6 files:

  • CCA/Components/Arches: BoundaryCond_new.cc (new), BoundaryCond_new.h (new), BoundaryCondition.cc (+6 -1), Filter.h (+30)
jsutherland 2013-11-21 15:18 Rev.: 51325

Warches fix.

1 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+1 -1)
jthornoc 2013-11-15 13:04 Rev.: 51301

Did not mean to commit these changes. I blame James.

21 lines of code changed in 2 files:

  • CCA/Components/Arches: ExplicitTimeInt.h (+5 -5), Properties.cc (+16 -16)
jthornoc 2013-11-15 12:21 Rev.: 51300

Adding this back in .

28 lines of code changed in 2 files:

  • CCA/Components/Arches: ExplicitTimeInt.h (+11 -3), Properties.cc (+17 -6)
jthornoc 2013-11-14 21:29 Rev.: 51296

Forgot to multiply by the volume.

0 lines of code changed in 2 files:

  • CCA/Components/Arches: EfficiencyCalculator.h (new)
jthornoc 2013-11-14 20:39 Rev.: 51295

Removing reference to mm_explicit*

0 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (-2)
jthornoc 2013-11-14 18:24 Rev.: 51290

Fixing a problem with the massflow inlet. The density check here was
erroneous.

24 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+24 -34)
jthornoc 2013-11-14 18:24 Rev.: 51289

Fixing some warnings.

51 lines of code changed in 2 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+1 -7), EfficiencyCalculator.h (+50 -2)
jthornoc 2013-11-13 13:52 Rev.: 51274

1) Fix a warning.
2) Fix an error in the cold flow model with regards to the boundary
density value
3) Fix a sign error in the mass-balance calculator

4 lines of code changed in 2 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+3 -1), EfficiencyCalculator.h (+1 -1)
jthornoc 2013-11-13 12:15 Rev.: 51272

Cleaning up a warning.

6 lines of code changed in 2 files:

  • CCA/Components/Arches: EfficiencyCalculator.h (+6 -2), ExplicitSolver.cc (-1)
jthornoc 2013-11-13 12:15 Rev.: 51271

Don't cleanup after DQMOM equations.

0 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (-2)
jthornoc 2013-11-13 12:15 Rev.: 51270

Removing the _has_been_computed bool.

9 lines of code changed in 2 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+5 -1), Properties.cc (+4 -2)
jthornoc 2013-11-13 12:15 Rev.: 51269

Removing an _new.

9 lines of code changed in 5 files:

  • CCA/Components/Arches: Arches.cc (+1 -1), ExplicitSolver.cc (+2 -2), Properties.cc (+1 -1), Properties.h (new)
tsaad 2013-11-08 14:38 Rev.: 51248

fix watches. for real.

2 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+2 -1)
tsaad 2013-11-08 14:12 Rev.: 51247

revert my previous commit

1 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+1 -2)
tsaad 2013-11-08 13:53 Rev.: 51246

fix warches

2 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+2 -1)
jsutherland 2013-11-07 16:18 Rev.: 51241

Back out Dav's changes on BoundaryCondition.cc, which was breaking regression tests on Warches.

0 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (-31)
dav 2013-11-06 16:35 Rev.: 51234


M CCA/Components/DataArchiver/DataArchiver.h
M CCA/Components/DataArchiver/DataArchiver.cc
M Core/Grid/Task.h

- Fix some indentation - add white space to make reading easier.

M CCA/Components/Arches/BoundaryCondition.cc

- Validate that all faces have been specified.

M Core/Grid/Grid.cc

- Fix for adding 'epsilon' to large numbers.

M Core/Grid/Variables/VarLabel.h
M Core/Grid/Variables/VarLabel.cc

- Remove 'using' syntax from .h file.
- Indent and use white space for easier reading.
- Use 'd_' for class variable: d_defaultCompressionMode
- Swat some evil 'endl's. :)

M Core/Math/Short27.h
M Core/Math/Matrix3.h

- Added some white space.


32 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+32 -1)
jsutherland 2013-10-31 19:46 Rev.: 51198

another one in an #ifdef

0 lines of code changed in 2 files:

  • CCA/Components/Arches: PetscCommon.h (new)
jsutherland 2013-10-31 19:36 Rev.: 51196

This one has been a long time coming.

Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.

DO NOT open namespaces in header files. Ever.

125 lines of code changed in 31 files:

  • CCA/Components/Arches: Arches.cc (+2), Arches.h (new), BoundaryCond_new.h (+5 -5), BoundaryCondition.h (+16 -16), CompDynamicProcedure.h (+1 -1), DQMOM.h (+42 -42), EfficiencyCalculator.h (+8 -8), ExplicitSolver.h (+2 -2), ExplicitTimeInt.h (+22 -22), IncDynamicProcedure.h (new), IntrusionBC.cc (new), IntrusionBC.h (new), MomentumSolver.h (new), NonlinearSolver.h (+2 -2), PressureSolverV2.h (+4 -4), Properties.h (+2 -4), Source.cc (new), Source.h (new), TimeIntegratorLabel.h (+1 -1)
jthornoc 2013-10-31 12:37 Rev.: 51191

Fixing a timestepping option that was accidently turned off (and thus
left unitialized variables) for the computeStableTimestep option.

2 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+2 -1)
jthornoc 2013-10-29 15:43 Rev.: 51181

Cleaning up some warnings.

0 lines of code changed in 6 files:

  • CCA/Components/Arches: Arches.cc (-3), ArchesLabel.cc (-2), CompDynamicProcedure.cc (-2), Properties.cc (-1)
jthornoc 2013-10-29 11:20 Rev.: 51175

Adding back in the option of setting an initial dt. This can actually
come in handy.

5 lines of code changed in 2 files:

  • CCA/Components/Arches: Arches.cc (+4 -2), Arches.h (+1 -1)
jthornoc 2013-10-28 15:17 Rev.: 51171

Cleanup of input files and removing unused options.

5 lines of code changed in 2 files:

  • CCA/Components/Arches: Arches.cc (+5 -11), Arches.h (-2)
jthornoc 2013-10-28 15:17 Rev.: 51170

More label cleanup.

The normalized scalar variance model was simplified to only compute the
normalized value of scalar variance. The absolute value of variance was
removed.

Now requiring soot for DO radiation model (for properties).

0 lines of code changed in 2 files:

  • CCA/Components/Arches: ArchesLabel.cc (-5), ArchesLabel.h (-2)
jthornoc 2013-10-28 15:17 Rev.: 51169

Even more labels gone.

0 lines of code changed in 6 files:

  • CCA/Components/Arches: Arches.cc (-16), ArchesLabel.cc (-74), ArchesLabel.h (-40), ExplicitSolver.cc (-18), MomentumSolver.cc (new)

(146 more)

Generated by StatSVN 0.7.0