Directory CCA/Components/Arches/BoundaryConditions/

Total Files:
8
Deleted Files:
0
Lines of Code:
118

[root]/CCA/Components/Arches/BoundaryConditions

Lines of Code

CCA/Components/Arches/BoundaryConditions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jthornoc 22 (100.0%) 1369 (100.0%) 62.2

Most Recent Commits

jthornoc 2016-12-22 15:34 Rev.: 56143

Warning and forgot a dt multiply.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/BoundaryConditions: HandOff.h (new)
jthornoc 2016-12-22 15:34 Rev.: 56142

Fix some warnings and an sign error in the projection.

4 lines of code changed in 3 files:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (new), HandOff.h (+3 -4)
jthornoc 2016-12-22 15:33 Rev.: 56134

* Make the face velocities for the staggered cells the same type.
* Move the initialization procedure into the factory itself so that
* ordering can be controlled easily
* Fix a bug in the Dirichlet BC for staggered fields
* Allow a second call to task initializations in case a model needs to
* reinitialize based on upstream initialization
* (should have been done before) Add access to field variables by
* returning an address rather than a pointer.
* Fix a bug in compute_psi for momentum eons.
* Working out the momentum transport. Pure convection seems stable now.

26 lines of code changed in 5 files:

  • CCA/Components/Arches/BoundaryConditions: BoundaryConditionFactory.cc (new), BoundaryConditionFactory.h (new), BoundaryFunctors.h (+6 -1)
jthornoc 2016-12-22 15:33 Rev.: 56132

WBCHelper:
Trying to preserve the meaning of the <value> tag. Therefore, parse
the type attribute for the functor name rather than the value tag.
BoundaryFunctors.h is updated accordingly.

BoundaryFunctors.h:
Added a velocity bc.

FaceVelocities:
Needed to account for boundary conditions.

KFEUpdate and ComputePsi:
Needed to add an exception for Momentum equations to allow them
to be setup property.

KMomentum:
Added the first cut of the Stress Tensor. Needs work.

123 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctors.h (+123 -26)
jthornoc 2016-12-22 15:33 Rev.: 56131

Adding a stub for a kokkos momentum solver.
Adding a print statement for registered Arches tasks.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/BoundaryConditions: BoundaryConditionFactory.cc (+1 -1)
jthornoc 2016-12-22 15:32 Rev.: 56130

Move around some files.

628 lines of code changed in 5 files:

  • CCA/Components/Arches/BoundaryConditions: BoundaryFunctorHelper.cc (new 45), BoundaryFunctorHelper.h (new 52), BoundaryFunctors.h (+530), sub.mk (+1)
jthornoc 2016-12-01 12:32 Rev.: 56035

* More work on the new boundary condition interface. Working handoff
* file example is working. This demonstrates the CUSTOM bc
* implementation.
* Found a small bug in the VariableHelper header.
* Add a new boundary condition factory. This essentially allows for
* independent ArchesTasks to be executed for the boundaryFunctor
* implementation (e.g., see HandOff.h)
* In WBCHelper: UNSUPPORTED->CUSTOM. Seems like a better descriptor for
* the way in which we are using it.

587 lines of code changed in 5 files:

  • CCA/Components/Arches/BoundaryConditions: BoundaryConditionFactory.cc (+121), BoundaryConditionFactory.h (+35), HandOff.cc (new 1), HandOff.h (+386), sub.mk (+44)
Generated by StatSVN 0.7.0