[root]/Packages/Uintah/CCA/Components/SwitchingCriteria
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 42 (100.0%) | 736 (100.0%) | 17.5 |
jas | 20 (47.6%) | 506 (68.8%) | 25.3 |
guilkey | 9 (21.4%) | 186 (25.3%) | 20.6 |
worthen | 7 (16.7%) | 30 (4.1%) | 4.2 |
dav | 2 (4.8%) | 8 (1.1%) | 4.0 |
harman | 4 (9.5%) | 6 (0.8%) | 1.5 |
Fall cleanup:
changed heatFlux_CC to heatRate_CC
pInternalHeatRate to pdTdt
Jim & Todd
6 lines of code changed in 4 files:
reduce some spew to once per processor
30 lines of code changed in 7 files:
Store switch label in a "level-less" way. Switcher.cc
Add computation for time derivative of heatFluxSum. SteadyState.cc
12 lines of code changed in 1 file:
Should not try to link against MPM lib as it is not needed.
0 lines of code changed in 1 file:
Made the switching criteria EXACTLY the same as the ignition criteria in
SimpleBurn.
15 lines of code changed in 3 files:
Add a steady state switching criteria. Currently broken since I can't
figure out a way to pull old_dw info into it.
233 lines of code changed in 5 files:
Add all libraries that are needed for linking.
8 lines of code changed in 1 file:
Break out of loop over cells if we find one with a temperature greater
than the ignition temperature.
1 lines of code changed in 1 file:
Remove argument to None constructor.
Add a None switching criteria to the last component's port so that the
switch label will be computed in the last stage.
3 lines of code changed in 5 files:
Switching criteria based on the CC temperature of a designated material.
74 lines of code changed in 2 files:
Adding a switching criteria based on the temperature of the PBX. Currently
still the same as the Timestep version. Trying to be more like Oren. :)
97 lines of code changed in 4 files:
Don't default to None switching criteria if one isn't specified in the
input file.
2 lines of code changed in 1 file:
Add SwitchingCriteria directory. Add two switching criteria: None (no
switch between components), and TimestepNumber which switches based on
the timestep number of the running simulation.
255 lines of code changed in 7 files: