[root]/CCA/Components/Arches
ChemMix
(8 files, 4895 lines)
CoalModels
(12 files, 7347 lines)
fortran
(1 files, 41 lines)
DigitalFilter
(4 files, 143 lines)
Mixing
(15 files, 3209 lines)
PropertyModels
(13 files, 751 lines)
Radiation
(13 files, 3806 lines)
fortran
(22 files, 3141 lines)
SourceTerms
(38 files, 5016 lines)
TransportEqns
(7 files, 4848 lines)
WallHTModels
(3 files, 165 lines)
fortran
(44 files, 6124 lines)
water
(2 files, 1002 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 545 (100.0%) | 8464 (100.0%) | 15.5 |
jthornoc | 281 (51.6%) | 5008 (59.2%) | 17.8 |
jas | 161 (29.5%) | 1490 (17.6%) | 9.2 |
tsaad | 50 (9.2%) | 1184 (14.0%) | 23.6 |
harman | 16 (2.9%) | 302 (3.6%) | 18.8 |
awabboud | 16 (2.9%) | 302 (3.6%) | 18.8 |
jsutherland | 5 (0.9%) | 95 (1.1%) | 19.0 |
ahumphrey | 6 (1.1%) | 69 (0.8%) | 11.5 |
qymeng | 8 (1.5%) | 12 (0.1%) | 1.5 |
wyxpuma | 1 (0.2%) | 1 (0.0%) | 1.0 |
dav | 1 (0.2%) | 1 (0.0%) | 1.0 |
Adding a wall HT model that only executes on geometry within a specific
geometric region.
0 lines of code changed in 2 files:
Updates to the wall heat tranfer model framework, including putting it into
production mode.
Removing the <const_wall_temperature> spec from the new DORadiation
model. This was confusing and actually clashed with the
SolidWallTemperature spec in the <BoundaryConditions> section of the
input file. It is now on the user to specify BC's for the
SolidWallTemperature values if they want something other than the
resultant temperature from the indep. var space.
Updating some input files to be consistent with the new spec.
Local RT is reporting that methane_jet.ups will fail, but the
differences are in the noise.
20 lines of code changed in 4 files:
Cleaning up the westbrook/dryer model.
0 lines of code changed in 2 files:
Merging two lines.
0 lines of code changed in 4 files:
Schedule the intrusion information to be printed. This allows for inlet
areas to be printed.
53 lines of code changed in 3 files:
Squash another warning.
Stop saving reduction variables in several UPS files.
14 lines of code changed in 1 file:
More work on ARCHES thread safety.
Working to get full boiler problem running with threaded scheduler.
23 lines of code changed in 2 files:
Each source terms is now responsible for initializing its own variables.
Motivation for this change is RMCRT needs to initialize vars on levels other
than the Arches level.
RMCRT: now using ArchesMaterials() as the matlSet
All RT tests should pass except rmcrt_1L.
7 lines of code changed in 1 file:
Moving a print statement so that mass flow rate actually has a real
value.
6 lines of code changed in 1 file:
Fix a bug when assigning the velocity component to the intrusion for
mass_flow.
Added some comments to the spec.
3 lines of code changed in 1 file:
Doxygen comments in PhysicalConstants.h.
Fixed a bug in intrusionbc where in the density wasnt being set
properly.
53 lines of code changed in 4 files:
Add various hypre libraries as required with Debian's hypre library
layout. This is needed for the static build for Debian Wheezy.
2 lines of code changed in 2 files:
Now passing material id into new boundary condition interface rather
than the entire ArchesLabel set.
Applying BCs for heat loss.
13 lines of code changed in 5 files:
Arches CFD now runs on a single level in a multi-level grid.
delT must be computed on all levels.
*should not change the answers.
187 lines of code changed in 3 files:
- Passing bool do_AMR into ARCHES and MPMARCHES.
- Added stub functions for scheduleCoarsen scheduleRefineInterface.
- removed tabs.
48 lines of code changed in 2 files:
Cleaning up ABSKP model. Deleting the moment labels. Turning off property model for abskp for the coal_channel test. It appears that property models aren't being deleted correctly. Will look into this soon.
0 lines of code changed in 2 files:
Removing some unused reduction variables.
0 lines of code changed in 3 files:
Reduction variable, totalKineticEnergy, is now optional and turned off
by default. The stdio report of total kinetic energy is turned on by setting
<ExplicitSolver><print_total_ke/> .... </ExplicitSolver>
in the UPS file or by saving out totalKineticEnergy or kineticEnergy
labels.
146 lines of code changed in 7 files:
Pulling a few weeds.
0 lines of code changed in 4 files:
The old mixture fraction solver spec is now optional. Leaving it out of
the inputfile will not solve the extra transport equation, but does
allocate some variables to keep other models working that were expecting
scalarSP. This should be removed at a later date.
134 lines of code changed in 9 files:
Adding begining fragments of the wall model interface.
2 lines of code changed in 1 file:
fix typo in the name of the RK3SSP manuscript reference.
1 lines of code changed in 1 file:
** 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 **
239 lines of code changed in 10 files:
Update the copyright notice to include the MIT License and fix the formatting
issues with the spurious "\".
265 lines of code changed in 93 files:
Rm'ing another unused property model.
Printing more information regarding the choice of turbulence model.
Somehow, CompDynamicProcedure didn't get all the PetscFilter ifdef's
cleaned up. This will change the answers as the previous RT results
which used this model essentially didn't have a turbulent viscosity.
2 lines of code changed in 2 files:
RM'ing an old, unused property model.
Adding a filter to the scalar variance model.
Fixing a warning.
0 lines of code changed in 1 file:
Should not be deleting this array here.
0 lines of code changed in 1 file:
Initializing mass_flow_rate to zero for walls.
Adding some print statments at startup to show explicit details of
boundary condition information.
7 lines of code changed in 1 file:
1) Trimming some dead wood. Unused files have been boxed and moved to the Attic/ for future reference.
2) Removing petsc completely from Filter.cc. This trimmed down the file considerably and removed the extra dangly bits among several files as a result.
3) Removing the #ifdef PetscFilter
4) Now allowing for no <Turbulence> spec -- defaults to "none".
5) All turbulence models now have a common problemSetup (problemSetupCommon) located in the base class definition.
6) Removed large sections of code in the turbulence models that dealt with #ifndef PetscFilter. It looks like the new filter, without petsc, should cover this scenario just fine.
7) Added scale-similarity scalar variance model. This isn't complete yet.
My local RT is messed up but I don't believe answers will change. Will review after the changes are submitted to ensure any changes are valid.
166 lines of code changed in 21 files:
Converting IncDynamicProcedure to the new filter. Next step is to
remove the #ifdef PETSC_FILTER for good.
Removing CompLocalDynamicProcedure. Looks to be out of date and never
used.
27 lines of code changed in 6 files:
Simplifying the filter interface a bit in preparation of getting rid of
the PETSC filter.
Adding a scale-similarity, scalar variance model.
76 lines of code changed in 3 files:
Adding an algebraic expression for the scalar dissipation rate.
7 lines of code changed in 1 file:
a few fixes to the Warches turbulence model interface. Remove redundant multiplication of density since wasatch is using the Arches density now. Also allow Warches to run with Arches-proper turbulence models.
10 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.
1202 lines of code changed in 59 files:
Allow arches to run without a turbulence model.
16 lines of code changed in 2 files:
An ifdef in the wrong spot.
1 lines of code changed in 1 file:
Adding ifdefs back in until the filter can be completely petsc-free.
20 lines of code changed in 1 file:
Cleaning up warnings.
2 lines of code changed in 2 files:
Update to the new, non-PETSC based filter.
Switching compDynamicProcedure to use the new filter. This will change
the answers as the new filter is not switching to a box filter at
corners, unlike the old filter. I *believe* this filter to be more
consistent. Note that the default filter behavior near boundaries is to
renomalize the weights, like the PETSC filter. However, one can turn
off this behavior in the input file using the "new" filter.
126 lines of code changed in 7 files:
help bigmac's buildbot by removing an include to a fortran file.
1 lines of code changed in 1 file:
(118 more)