[root]/CCA/Components/ICE
Advection
(12 files, 2882 lines)
CustomBCs
(15 files, 5827 lines)
EOS
(29 files, 4071 lines)
PressureSolve
(0 files, 0 lines)
HypreStandAlone
(33 files, 5769 lines)
SpecificHeatModel
(13 files, 1077 lines)
TurbulenceModel
(9 files, 1330 lines)
WallShearStressModel
(9 files, 730 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 67 (100.0%) | 320 (100.0%) | 4.7 |
jas | 54 (80.6%) | 277 (86.6%) | 5.1 |
harman | 13 (19.4%) | 43 (13.4%) | 3.3 |
knob_for_diffusion is optional
0 lines of code changed in 2 files:
Merging changes from Genesis.1 branch.
- user can now save the total viscosity = Molecular + turbulent
- Added clamp so only molecular viscosity is used near MPM objects.
- Added d_delT_diffusionKnob variable. This gives the user more rope to
violate stability constraints. They can remove the timestep stability constraints due to diffusion by
setting it to 0.0.
21 lines of code changed in 3 files:
removed "using namespace *" from include files.
4 lines of code changed in 5 files:
Revert c++-11 namespace changes.
130 lines of code changed in 16 files:
Explicit namespace usage as part of the transition to c++-11.
128 lines of code changed in 10 files:
Added scheduleRestartInitialize() to the framework. It's currently disabled, waiting for Alan's mods.
9 lines of code changed in 2 files:
- added smooth wall shear stress model.
- Set the boundary conditions on the total viscosity such that
the turbulent viscosity is 0 at the cell face.
9 lines of code changed in 1 file:
Made the following changes:
1. Compress large xml files. Remove sus log.
2. Add Changelog.
3. Add instructions for adding a new component to the build system.
4. Update OSX build in install documentation.
5. Update petsc version in install documentation.
6. Change Petsc version.
7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.
8. Remove Tracker feature.
9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.
10. Remove old build dependency versions.
11. Add wasatch_3P 1.6.0 branch.
12. Remove bench.config file, update excludes when building release tar ball.
13. Remove *.orig and *.release files.
14. Update copyright date. Update version to 1.6.
19 lines of code changed in 28 files: