[root]/CCA/Components/Arches/Mixing
TabProps
(5 files, 2636 lines)
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 |
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:
Compiler warning fixes.
1 lines of code changed in 1 file:
Adding a flag to have non-adiabatic particles but adiabatic gas.
10 lines of code changed in 4 files:
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:
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:
Remove the Packages/Uintah/
50 lines of code changed in 22 files: