[root]/CCA/Components/Arches/ChemMix
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 113 (100.0%) | 1732 (100.0%) | 15.3 |
jthornoc | 71 (62.8%) | 1333 (77.0%) | 18.7 |
jas | 18 (15.9%) | 200 (11.5%) | 11.1 |
jsutherland | 6 (5.3%) | 127 (7.3%) | 21.1 |
ahumphrey | 5 (4.4%) | 34 (2.0%) | 6.8 |
awabboud | 7 (6.2%) | 18 (1.0%) | 2.5 |
dav | 3 (2.7%) | 12 (0.7%) | 4.0 |
harman | 3 (2.7%) | 8 (0.5%) | 2.6 |
Merging two lines.
0 lines of code changed in 2 files:
Git problems...recommitting code that was mistakenly removed.
6 lines of code changed in 1 file:
Revert "Fixing some faulty logic."
This reverts commit c4499c3016c5ef09e50c869f13d7b6f75bc46a01.
4 lines of code changed in 1 file:
Fix some faulty logic.
6 lines of code changed in 1 file:
Initial commit for using radProps + RMCRT + Arches.
It's close to running.
2 lines of code changed in 1 file:
Squash a warning.
1 lines of code changed in 1 file:
Turns out that the reset on the Iterator didn't work. Trying another method for bulletproofing.
6 lines of code changed in 1 file:
Resetting the iterator out of paranoia.
1 lines of code changed in 1 file:
Removed an exception from ClassicTableInterface.
It appears that the patch is returning BC children that don't actually have
an iterator on the patch. This is causing problems for some of the coal runs.
Removed a debug print statement from CharOxidationShaddix.
Formatted and changed patch layout -- to a more realistic layout -- given the
current resolution. Also reformatted the file.
1 lines of code changed in 1 file:
More work on ARCHES thread safety.
Working to get full boiler problem running with threaded scheduler.
26 lines of code changed in 3 files:
Lock critical section in ClassicTableInterface. Another step toward ARCHES thread safety.
8 lines of code changed in 2 files:
There is no need to check the boundary condition type in the property calculation. Also, inerts were not being properly interpolated at boundaries when using the post_mix model. This will not change the answers for any RT test.
8 lines of code changed in 1 file:
Now passing material id into new boundary condition interface rather
than the entire ArchesLabel set.
Applying BCs for heat loss.
1 lines of code changed in 1 file:
This should fix the bug showing up in the coal_channel case re:segfault when trying to get the SolidWallTemperature set.
Also, lowered the number of timesteps to 25 for the coal_channel.ups file.
22 lines of code changed in 1 file:
Updates to the inert mixing transform.
Change checkpoint output for coal_pipe_test to fix failing restart test.
0 lines of code changed in 2 files:
Some leftovers in TabPropsInterface.cc.
0 lines of code changed in 2 files:
** Big Changes **
1) Added more access function to BC data in BCUtil. This should help in determining if <value> is a double, string, or vector. I didn't see any previous method that provided this information.
2) ClassicTables now require explicit definitions of each independent variable, model, through either <TransportEqn> or <PropertyModel> definitions in the input file. (currently scalar variance is the one exception, where the old normalizedScalarVar can still be used).
3) Added a <PropertyModel> for heat_loss.
4) Transport equations can now have a "Tabulated" attribute spec for boundary conditions. The <value> should be specified as the string identifier for the dependent variable the user wants to use as the boundary condition. Note that this only works for Dirichlet conditions as Neumann conditions don't require a table lookup.
5) Transport equations can now be initialized to a tabulated dependent variable based on the initialized independent variable space.
6) Pulled some weeds, including removing the noSolve function. This is the beginning of complete removal of the dummySolve. Still has a lot more weeds to go.
7) Changed some input files
** some tests ( methane_jet, heptane_pipe, coal_pipe) will fail and will need GS replacement because of the new heat loss calculation and the changes to the input files **
215 lines of code changed in 8 files:
Update the copyright notice to include the MIT License and fix the formatting
issues with the spurious "\".
40 lines of code changed in 10 files:
1) Setting the density guess = true for table mixture fractions.
Note that this only applies to mixture fractions identified in the table header and
enthalpy. It doesn't apply for any other transported quantity that might require
density guess = true.
2) Adding a variable transformation for "inert mixing", wherein inert streams may be
mixed into the tabulated state-space ex post facto when using the LES constrained rate
model. This required a dynamic_cast which wasn't as elegant as I would have liked. May need to
review this later.
408 lines of code changed in 3 files:
Squashed commit of the following:
commit a1e8c675d139003247378067ec0431806029cb14
Merge: 5e29398 49ca967
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:36:18 2012 +0000
Update branch with latest changes from trunk.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49412 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit 5e293985e95fc70fd682fbf31fb93d7b72f1108e
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:36:07 2012 +0000
Fix missing slash in installation guide.
Refactor the boost discovery mechanism in configure.ac.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49411 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit dd2caee9921c7d89791d866bccc1adbddf967f04
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:35:56 2012 +0000
Update build instructions for petsc and hypre for Fedora and CentOS.
Add BASE_LIB_DIR to the Boost section in configure.ac.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49410 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit c211e5394202174e69c4781b1bfd937e6a4e9e70
Merge: 425f4ca 6255204
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:35:14 2012 +0000
Update the release branch with changes from master.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49409 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit 425f4caed59a4864374dbed64d46ade4d5fa5eee
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:33:39 2012 +0000
Remove all remaining pieces of the Angio component.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49408 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit 5a92abece778059b6a1765ebd971b71744f64793
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:33:24 2012 +0000
Remove the Angio component.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49407 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit 78e24afb3a187a45cf3669ff4588d096c8d38b8f
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:33:11 2012 +0000
Remove the Dan_files/ from the StandAlone/inputs/UintahRelease/.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49406 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit a938560edb0607e2e4aa63cb742b4b55b7f62cd7
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:33:01 2012 +0000
Notes about compiling boost and cmake and changes to the Centos section.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49405 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit 0c7aa437777c336f92dd8be971c1e1a1cf01c367
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:32:53 2012 +0000
Add wasatch build dependences for opensuse.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49404 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit 23b71be7d9ffd177b81f64498411584c055504e1
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:32:46 2012 +0000
Update dependencies for CentOS for building Wasatch.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49403 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit 5b99e25a6306b02cc8ecb9baad84fa3d470e194f
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:32:38 2012 +0000
Update packages necessary for compiling Wasatch.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49402 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit add8b7cbd6668abbe4f57f584dab24c8552b6da8
Author: tsaad <tsaad@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Tue Oct 2 20:36:32 2012 +0000
remove obsolete input files.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49330 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit f7ac87d4fd61d896eb1ba9f52a0b6cd2970783e5
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sun Sep 30 02:11:34 2012 +0000
Use the 1.5.0 git branch for the various Wasatch3P libraries.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49311 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit 25156c6ba612634f5d66a5fb1be670fd5a82a23b
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:41:39 2012 +0000
Remove the release file in the build_scripts/.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49308 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit 94b484f3b209b8b5d8ee73bae0f9ba54c91592ef
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:41:31 2012 +0000
Change == to = in all "test statements".
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49307 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit daeab4316362d0081fb8a66832734a3ffdfbff1f
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:41:23 2012 +0000
Update to version 1.5.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49306 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit e3d51281308a5fbbde3f097e5826e85686fe9254
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:41:15 2012 +0000
Update release files to include Wasatch component.
Add option to build Wasatch3P libraries for a particular hash tag.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49305 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit 9a8451d8a5b1fbf36626b3727dad48d7184b5e6d
Merge: 984d356 0a25aa2
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:38:16 2012 +0000
Update copyright notice.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49304 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit 984d3566f78e7e1c2b2c29ea0368451ae768119a
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Sep 28 18:39:29 2012 +0000
Uintah 1.5.0 Branch.
git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49299 aee3fe44-4ef4-0310-ac56-cc817e9d0e43
commit 0a25aa2731b9c75fcf609f70093484af5be5f23a
Author: John Schmidt <john.schmidt@utah.edu>
Date: Thu Sep 27 01:50:47 2012 -0600
Updated copyright header.
160 lines of code changed in 8 files:
Adding transform for the 4 stream (3 streams + inert) mixing.
70 lines of code changed in 1 file:
1) Fixing Martin's restart issue. Looks like the d_labelInit flag was
not being used correctly.
2) Adding post-mixing to the enthalpy calculation (for heat loss)
3) Removing the laminar_pr number option.
93 lines of code changed in 3 files:
Missing reassignment of the temp table value after the post comb.
mixing.
4 lines of code changed in 1 file:
Bug fix in the cold flow model. Wasn't taking the inverse of the
MPMArches micro-density. This will affect the answers.
Also adding a gaussian initialization function for scalars.
2 lines of code changed in 1 file:
Final touches on the post-table lookup, inert stream mixing. Users can
now specify N independent inert streams to the property calculation
using <post_mix> in the specific table lookup section of the input file.
174 lines of code changed in 4 files:
Problem setup for post-combustion, inert stream mixing. It doesn't do
anything at this point.
49 lines of code changed in 2 files:
Bug found in the temperature calculation for two-stream mixing.
This will change answers.
13 lines of code changed in 1 file:
Fixing a mistake in an earlier commit. This should fix the failing rt
test.
3 lines of code changed in 1 file:
Allow speciation in the cold flow mixing model.
125 lines of code changed in 2 files:
Remove a few dead code fragments (.first)
8 lines of code changed in 1 file:
Fix for (copy pasted) memory leak.
4 lines of code changed in 1 file:
Rip out a few strange code fragments that were generating warnings on my builds.
14 lines of code changed in 2 files:
Fix memory leak. Same code as previous commit I made. Don't need a pointer, can just use a var.
4 lines of code changed in 1 file:
Fix memory leak...
4 lines of code changed in 1 file:
Remove debugging statements.
0 lines of code changed in 1 file:
Fixing tabprops for last commit.
2 lines of code changed in 2 files:
Variables with arbitrary naming conventions can now be mapped to
specific CFD roles either from the input file:
<VarID>
<var label="my_label" role="temperature"/>
<VarID>
or from individual models using ArchesLabel::setVarlabelToRole.
Varlabels are returned for specific roles from ArchesLabel using
ArchesLabel::getVarlabelByRole. This
will allow models that use the CFD quantities to easily identify needed VarLabels
if the model developer chooses not to make the specification in the
model and its input spec.
Note that permitted CFD roles are defined in ArchesLabel constructor and
should be replicated in the spec.
15 lines of code changed in 6 files:
A little cleanup on the coldFlow model.
4 lines of code changed in 2 files:
Warning...
1 lines of code changed in 1 file:
Added use of new Spatial Ops nebo conditionals. Adding additional error printout for QMOM. Added constant expressions of table headers for wasatch-in-arches build. Removed unecessary ifdef.
3 lines of code changed in 1 file:
(14 more)