Directory CCA/Components/Arches/Mixing/

Total Files:
14
Deleted Files:
0
Lines of Code:
3140

[root]/CCA/Components/Arches/Mixing
                    directory in repo TabProps (5 files, 2636 lines)

Lines of Code

CCA/Components/Arches/Mixing/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 37 (100.0%) 79 (100.0%) 2.1
jas 23 (62.2%) 51 (64.6%) 2.2
jthornoc 14 (37.8%) 28 (35.4%) 2.0

Most Recent Commits

jthornoc 2009-12-17 18:40 Rev.: 45209

MPMArches.cc:
Moved setAreaFraction from MPMArches.cc to ExplicitSolver.cc (with an "if d_MAlab" -- i.e., only called every time step if mpm is present.)

Arches.cc:
Added WestbrookDryer.h
Added initialization for "extra local labels" for source terms
Added some print statements for the header of the output stream
Added WestbrookDryer model registration

ArchesLabel.cc and .h:
Added a new label for mixture molecular weight (from Table)

BoundaryCond_new.cc:
Fixed a bug with the material index

ExplicitSolver.cc:
Added the setAreaFraction call that was moved from MPMArches

ExplicitTimeInt.h:
Added a check for zero density (inside a wall). I am planning on moving this division by density out of the time integrator and into the scalar eqn where it belongs. More to come...

Properties.cc, NewStaticMixingTable.*, Stream.h:
Added the mixture molecular weight and access to it

SourceTerms/:
Added a new Source Term (WestbrookDryer)
Added a virtual function for initializing the sources and any local dependent functions the source might require
Added "extraLocalLabel" vector for the sources in the base class.

ScalarEqn.cc:
Names the "old" transport label with the correct name.
Initialized Conv and Diff at the start of a time step to zero.
Added the clipping function at the end of the averaging.
Added dummyInit of RHS, FCONV, FDIFF
Grabbing the right old variable for copying in the dummyInit

DQMOMEqn.cc:
Passing in a modifieable weight into getICVariables...we may want to handle the cutoff differently
Initializing Fconv and Fdiff to zero at the start of every t_step.

PartVel.cc:
Changed the default behavior of the particle velocities on the boundary to require (user specified) values from the input file.

13 lines of code changed in 6 files:

  • CCA/Components/Arches/Mixing: NewStaticMixingTable.cc (+8), NewStaticMixingTable.h (+1), Stream.h (new)
jas 2009-10-22 15:03 Rev.: 44938

Compiler warning fixes.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Mixing: NewStaticMixingTable.cc (+1 -1)
jthornoc 2009-09-11 15:07 Rev.: 44708

Adding a flag to have non-adiabatic particles but adiabatic gas.

10 lines of code changed in 4 files:

  • CCA/Components/Arches/Mixing: MixingModel.h (new), NewStaticMixingTable.cc (+1 -1), NewStaticMixingTable.h (+1)
jthornoc 2009-07-31 12:51 Rev.: 44562

Removed the <mixing_model> specification. The mixing model is now set by simply adding the appropriate mixing model section in <Properties>. Also made capitalization consistent for cold flow mixing model.

Changed "model_mixture_fraction_variance" input parameter to "use_mixing_model" which is a better description of what happens when this boolean is true & moved it into the <Properties> section.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/Mixing: ColdflowMixingModel.cc (new)
jthornoc 2009-07-27 19:16 Rev.: 44530

Added a input flag to turn off the heat loss warnings. By default the heat loss warnings will still print so the user must set <loud_heatloss_warning>false</loud_heatloss_warning> to turn off the warnings.

4 lines of code changed in 2 files:

  • CCA/Components/Arches/Mixing: NewStaticMixingTable.cc (+2 -1), NewStaticMixingTable.h (+2)
jas 2009-03-09 15:23

Remove the Packages/Uintah/

50 lines of code changed in 22 files:

  • CCA/Components/Arches/Mixing: ColdflowMixingModel.cc (+5 -5), ColdflowMixingModel.h (+1 -1), InletStream.cc (new), MOMColdflowMixingModel.cc (new), MOMColdflowMixingModel.h (+1 -1), MixingModel.cc (new), MixingModel.h (+3 -3), NewStaticMixingTable.cc (+11 -11), NewStaticMixingTable.h (+3 -3), StandardTable.cc (+7 -7), StandardTable.h (+2 -2), Stream.cc (new), sub.mk (new)
Generated by StatSVN 0.4.0