Directory CCA/Components/Arches/

Total Files:
73
Deleted Files:
31
Lines of Code:
49062

[root]/CCA/Components/Arches
                directory in repo ChemMix (9 files, 1678 lines)
                directory in repo CoalModels (37 files, 8393 lines)
                    directory in repo fortran (9 files, 703 lines)
                directory in repo Mixing (15 files, 3233 lines)
                directory in repo PropertyModels (11 files, 1173 lines)
                directory in repo Radiation (14 files, 3653 lines)
                    directory in repo fortran (24 files, 3162 lines)
                directory in repo SourceTerms (21 files, 2752 lines)
                directory in repo TransportEqns (9 files, 4774 lines)
                directory in repo fortran (45 files, 6042 lines)

Lines of Code

CCA/Components/Arches/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 818 (100.0%) 19478 (100.0%) 23.8
jthornoc 347 (42.4%) 11418 (58.6%) 32.9
harman 273 (33.4%) 5530 (28.4%) 20.2
jsutherland 16 (2.0%) 1321 (6.8%) 82.5
jpedel 53 (6.5%) 716 (3.7%) 13.5
tsaad 20 (2.4%) 267 (1.4%) 13.3
dav 11 (1.3%) 131 (0.7%) 11.9
jas 94 (11.5%) 88 (0.5%) 0.9
qymeng 1 (0.1%) 5 (0.0%) 5.0
charlesreid 2 (0.2%) 1 (0.0%) 0.5
cam 1 (0.1%) 1 (0.0%) 1.0

Most Recent Commits

jthornoc 2011-12-29 23:08 Rev.: 48059

Updating boundary condition types.

0 lines of code changed in 2 files:

  • CCA/Components/Arches: BoundaryCondition.cc (changed)
tsaad 2011-12-29 08:45 Rev.: 48050

Finalize code for using Wasatch in Arches. The following changes have been made:
1. Add one way coupling between Arches fluid dynamics and Wasatch transport equations.
2. Add boundary conditions to wasatch-in-arches. All models used from Wasatch have their BCs set in Wasatch.
3. Add a Wasatch material to get things ready for MPMARCHES.
4. Wasatch in Arches now works with multipatch, multiprocessor with mpi (multipatch per processor also).
5. Multistage integrator for wasatch-arches using the Arches RK averaging interface.
6. Modify wasatch transport equations to automatically fill in the root IDs for the solution-graph-helper.
7. Add wasatch-arches input file test. This test is based on the Arches helium_1m.ups.

If you want to test Wasatch-in-Arches, there are two pieces of code in Wasatch that you must comment. This decision is based on our preference to use GhostCells instead of ExtraCells in Wasatch. When these lines of code are commented, wasatch will play well with extraCells. Please contact me or James Sutherland for additional information on what lines must be commented.

200 lines of code changed in 14 files:

  • CCA/Components/Arches: Arches.cc (+83 -13), ExplicitSolver.cc (new), ExplicitSolver.h (+3 -1), ExplicitTimeInt.cc (+58 -28), ExplicitTimeInt.h (new), Filter.cc (+1 -1), NonlinearSolver.h (new)
jthornoc 2011-12-21 12:25 Rev.: 48037

Minor reformatting...

4 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitTimeInt.h (+4 -4)
jthornoc 2011-12-19 16:07 Rev.: 48025

Helping Tony sleep at nights:

Removing the redundant specification of the time integrator. Order is now set as:

<TimeIntegrator>
<ExplicitIntegrator order="..some string.."/>
</TimeIntegrator>

where ...some string... options (quoted items) are

foward euler = "first"
ssp rk2 = "second"
ssp rk3 = "third"

Updated script "updateUPS" to make these changes automatically for users.
Finally updated all input files and performed reformatting for consistency.

15 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+15 -1)
jsutherland 2011-12-17 18:06 Rev.: 48022

Refactoring expression registration & construction due to ExprLib refactor

30 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitSolver.cc (+30 -30)
jthornoc 2011-12-16 18:05 Rev.: 48021

Sign change needed for pressure boundary conditions due to upstream
change.
Fixed some minor formatting.
Move T-channel to MPMARCHES input file directory.

8 lines of code changed in 5 files:

  • CCA/Components/Arches: BoundaryCondition.cc (+2 -2), BoundaryCondition.h (+5 -5), MomentumSolver.cc (+1 -1)
jthornoc 2011-12-15 22:32 Rev.: 48016

Compute inlet properties correctly for ColdFlow case.

Also made "use_mixing_model" parameter optional. The default is false.

3 lines of code changed in 3 files:

  • CCA/Components/Arches: Arches.cc (+2 -1), Properties.cc (+1 -1)
jthornoc 2011-12-13 17:56 Rev.: 47989

Missing requires for dt label...

4 lines of code changed in 1 file:

  • CCA/Components/Arches: ExplicitTimeInt.cc (+4)
jthornoc 2011-12-13 17:54 Rev.: 47988

Now passing a boolean to allocate on-the-fly for wasatch-ism.

20 lines of code changed in 2 files:

  • CCA/Components/Arches: ExplicitTimeInt.cc (+18 -3), ExplicitTimeInt.h (+2)
jthornoc 2011-12-13 16:17 Rev.: 47985

Adding a task interface to timeAvePhi.
Also passing vector<string> rather than vector<const VarLabel*> for this
interface and the fe_update interface committed earlier.

100 lines of code changed in 2 files:

  • CCA/Components/Arches: ExplicitTimeInt.cc (+81 -11), ExplicitTimeInt.h (+19 -5)
jpedel 2011-12-13 13:59 Rev.: 47984

Adding enthalpy model to Arches.cc

4 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+4)
jthornoc 2011-12-13 11:01 Rev.: 47983

Added a task schedule interface to the single patch FE update.

91 lines of code changed in 2 files:

  • CCA/Components/Arches: ExplicitTimeInt.cc (+75), ExplicitTimeInt.h (+16)
jthornoc 2011-12-09 19:22 Rev.: 47975

Added the ability to load on src terms to the pressure projection.

147 lines of code changed in 5 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+110 -31), PressureSolverV2.cc (new), PressureSolverV2.h (new)
jthornoc 2011-12-09 19:22 Rev.: 47974

Cleaned up some unused functions. Removed some empty MMS source term
calculations. Added access to <src> for the pressure solver.

14 lines of code changed in 10 files:

  • CCA/Components/Arches: ExplicitSolver.cc (-1), MomentumSolver.cc (-7), PressureSolverV2.cc (+11 -8), PressureSolverV2.h (+2 -6), ScalarSolver.cc (new), Source.cc (new), Source.h (new)
harman 2011-12-09 17:44 Rev.: 47972

removed getIteratorBCValueBCKind(). Now using version in
Core/Grid/BoundaryConditions/BCUtils.h

*This should not change the answers

0 lines of code changed in 4 files:

  • CCA/Components/Arches: BoundaryCond_new.cc (new), BoundaryCond_new.h (changed)
harman 2011-12-09 16:33 Rev.: 47971

Moved getIteratorBCValueBCKind() from ICE upstream so other
components can use it.

This should not change the answers

45 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.h (+45 -83)
dav 2011-12-08 13:11 Rev.: 47960

Fix linking on Mac for --enable-wasatch-in-arches.

0 lines of code changed in 2 files:

  • CCA/Components/Arches: sub.mk (new)
jsutherland 2011-12-08 11:42 Rev.: 47959

Changes to get wasatch compiling in arches.
It is not linking yet...

54 lines of code changed in 6 files:

  • CCA/Components/Arches: Arches.cc (+2 -6), Arches.h (new), ExplicitSolver.cc (+39 -32), ExplicitSolver.h (+1 -1), NonlinearSolver.h (+5 -1)
tsaad 2011-12-07 18:03 Rev.: 47954

make changes based on Dav's recent commit to building wasatch in arches.

41 lines of code changed in 4 files:

  • CCA/Components/Arches: Arches.cc (+23 -23), Arches.h (+5 -4), ExplicitSolver.cc (+11 -10), ExplicitSolver.h (+2 -2)
harman 2011-12-07 16:20 Rev.: 47951

Added 2 * pi back to initial velocity equations for Taylor-Green.

9 lines of code changed in 2 files:

  • CCA/Components/Arches: MomentumSolver.h (new)

(187 more)

Generated by StatSVN 0.4.0