[root]/Core/Grid/BoundaryConditions
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 |
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:
Update copyright date.
11 lines of code changed in 18 files:
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:
Delete the boundary condition geometry object if the iterator limits
are empty.
10 lines of code changed in 1 file:
added patch face name to the debugging output, currently turned off.
4 lines of code changed in 4 files:
Use a debug stream when printing out the boundary condition debug output.
32 lines of code changed in 6 files:
Memory is freed up later.
1 lines of code changed in 1 file:
tabs
134 lines of code changed in 26 files:
Update copyright dates.
1 lines of code changed in 2 files:
Update copyright dates
14 lines of code changed in 19 files:
Undoing commit 45403
25 lines of code changed in 25 files:
Update copyright date.
25 lines of code changed in 25 files: