Directory Core/Grid/BoundaryConditions/

Total Files:
26
Deleted Files:
0
Lines of Code:
4301

[root]/Core/Grid/BoundaryConditions

Lines of Code

Core/Grid/BoundaryConditions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 138 (100.0%) 282 (100.0%) 2.0
harman 31 (22.5%) 139 (49.3%) 4.4
jas 97 (70.3%) 119 (42.2%) 1.2
jthornoc 10 (7.2%) 24 (8.5%) 2.4

Most Recent Commits

jthornoc 2010-11-11 14:27 Rev.: 46446

Core/Grid/BoundaryConditions/*:
* Added the ability to name a <Face> tag using the attribute "name". Ie:
<Face side="x-" name="my_face"> …
and retrieve that name. By default, the name is "NotSet" if no name is specified.

BoundaryCondition.cc:
* Removed some references to reacting scalar (replaced by new scalar transport)
* Replaced some fortran with C++ implementations
* Added ability to specify new types of inlet including
- Flat Profile
- Function
- Vector
- Input file
Note that the current code should behave as before. Some of the above capabilities now needs implementation and polish.
* Removed some old extra scalar code.
* Added FlowInlet specs.

TabPropsInterface and MixingRxnModel.h:
* Added calculation of third mixture fraction from 2 conserved mixture fractions if using coal (eta and fp are now specified as attributes of the <coal> tag.
* Removed <adiabatic> spec in TabProps for now since the radiation model solely determines if the case is adiabatic or not. Now d_adiabatic is set depending on the radiation model specification.

arches_spec.xml:
* Removed a few unused tags and added spec for changes above.

ups_spec.xml:
* Added attribute spec for changes listed above for <BoundaryConditions><Face>

24 lines of code changed in 10 files:

  • Core/Grid/BoundaryConditions: BCGeomBase.cc (+3), BCGeomBase.h (+5 -1), BoundCondReader.cc (new), SideBCData.cc (+1), UnionBCData.cc (-1)
jas 2010-08-11 20:35 Rev.: 46018

Update copyright date.

11 lines of code changed in 18 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (new), BCData.cc (new), BCDataArray.cc (+1 -1), BCGeomBase.cc (+1 -1), BoundCondFactory.cc (new), BoundCondReader.cc (+1 -1), CircleBCData.cc (+1 -1), DifferenceBCData.cc (new), RectangleBCData.cc (new), SideBCData.cc (+1 -1), UnionBCData.cc (+1 -1)
harman 2010-08-02 17:33 Rev.: 45961

BCDataArray.cc()
-revert back to r45926. In r45927 there was a bug.
45926: in multi-patch problems with jets a boundary face there were multiple children
even when there was not jet on the patch's face.

45927: in multi-patch problems with jets the boundary face there was only 1 child, even
if there was a jet on the patch's face.


BoundaryCondtion.cc/.h
-global
comment out all exception throws and output only the exception message. This
will generate a tremendous amount of output for any problems with multiple
geom objects on the boundary faces.

-getIteratorBCValuesBCKind()
deleted exception to catch if the iterator is size 0

This commit is to get the RT running.

1 lines of code changed in 1 file:

  • Core/Grid/BoundaryConditions: BCDataArray.cc (+1 -10)
jas 2010-07-26 14:20 Rev.: 45927


Delete the boundary condition geometry object if the iterator limits
are empty.

10 lines of code changed in 1 file:

  • Core/Grid/BoundaryConditions: BCDataArray.cc (+10 -1)
harman 2010-07-21 09:14 Rev.: 45912

added patch face name to the debugging output, currently turned off.

4 lines of code changed in 4 files:

  • Core/Grid/BoundaryConditions: BCGeomBase.cc (+1 -1), CircleBCData.cc (+1 -1), DifferenceBCData.cc (+1 -1), SideBCData.cc (+1 -1)
jas 2010-07-19 09:10 Rev.: 45885

Use a debug stream when printing out the boundary condition debug output.

32 lines of code changed in 6 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+5 -1), CircleBCData.cc (+5 -1), DifferenceBCData.cc (+8 -5), RectangleBCData.cc (+5 -1), SideBCData.cc (+4 -1), UnionBCData.cc (+5 -1)
jas 2010-07-09 18:14 Rev.: 45828

Memory is freed up later.

1 lines of code changed in 1 file:

  • Core/Grid/BoundaryConditions: BoundCondReader.cc (+1 -1)
harman 2010-03-25 16:09 Rev.: 45469

tabs

134 lines of code changed in 26 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+2 -2), AnnulusBCData.h (new), BCData.cc (+1 -1), BCDataArray.h (new), BCGeomBase.cc (+2 -2), BCGeomBase.h (+2 -2), BoundCondReader.cc (+94 -94), BoundCondReader.h (new), CircleBCData.cc (+2 -2), CircleBCData.h (new), DifferenceBCData.cc (+4 -4), DifferenceBCData.h (+2 -2), RectangleBCData.cc (+2 -2), RectangleBCData.h (+2 -2), SideBCData.cc (+2 -2), SideBCData.h (+2 -2), UnionBCData.cc (+3 -3), UnionBCData.h (+2 -2)
jas 2010-03-09 10:28 Rev.: 45420

Update copyright dates.

1 lines of code changed in 2 files:

  • Core/Grid/BoundaryConditions: sub.mk (new)
jas 2010-03-08 14:00 Rev.: 45409

Update copyright dates

14 lines of code changed in 19 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.h (+1 -1), Auxiliary.h (+1 -1), BCData.h (new), BCDataArray.h (+1 -1), BCGeomBase.h (+1 -1), BoundCond.h (+1 -1), BoundCondBase.h (+1 -1), BoundCondFactory.h (new), BoundCondReader.h (+1 -1), CircleBCData.h (+1 -1), DifferenceBCData.h (+1 -1), RectangleBCData.h (+1 -1), SideBCData.h (+1 -1), UnionBCData.h (+1 -1)
jas 2010-03-08 10:54 Rev.: 45405

Undoing commit 45403

25 lines of code changed in 25 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+1 -1), AnnulusBCData.h (+1 -1), Auxiliary.h (+1 -1), BCData.cc (+1 -1), BCData.h (+1 -1), BCDataArray.cc (+1 -1), BCDataArray.h (+1 -1), BCGeomBase.cc (+1 -1), BCGeomBase.h (+1 -1), BoundCond.h (+1 -1), BoundCondBase.h (+1 -1), BoundCondFactory.cc (+1 -1), BoundCondFactory.h (+1 -1), BoundCondReader.cc (+1 -1), BoundCondReader.h (+1 -1), CircleBCData.cc (+1 -1), CircleBCData.h (+1 -1), DifferenceBCData.cc (+1 -1), DifferenceBCData.h (+1 -1), RectangleBCData.cc (+1 -1), RectangleBCData.h (+1 -1), SideBCData.cc (+1 -1), SideBCData.h (+1 -1), UnionBCData.cc (+1 -1), UnionBCData.h (+1 -1)
jas 2010-03-07 23:13 Rev.: 45403

Update copyright date.

25 lines of code changed in 25 files:

  • Core/Grid/BoundaryConditions: AnnulusBCData.cc (+1 -1), AnnulusBCData.h (+1 -1), Auxiliary.h (+1 -1), BCData.cc (+1 -1), BCData.h (+1 -1), BCDataArray.cc (+1 -1), BCDataArray.h (+1 -1), BCGeomBase.cc (+1 -1), BCGeomBase.h (+1 -1), BoundCond.h (+1 -1), BoundCondBase.h (+1 -1), BoundCondFactory.cc (+1 -1), BoundCondFactory.h (+1 -1), BoundCondReader.cc (+1 -1), BoundCondReader.h (+1 -1), CircleBCData.cc (+1 -1), CircleBCData.h (+1 -1), DifferenceBCData.cc (+1 -1), DifferenceBCData.h (+1 -1), RectangleBCData.cc (+1 -1), RectangleBCData.h (+1 -1), SideBCData.cc (+1 -1), SideBCData.h (+1 -1), UnionBCData.cc (+1 -1), UnionBCData.h (+1 -1)
Generated by StatSVN 0.4.0