Directory CCA/Components/Arches/TransportEqns/

Total Files:
13
Deleted Files:
0
Lines of Code:
-541

[root]/CCA/Components/Arches/TransportEqns

Lines of Code

CCA/Components/Arches/TransportEqns/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 136 (100.0%) 7978 (100.0%) 58.6
jthornoc 90 (66.2%) 6801 (85.2%) 75.5
charlesreid 38 (27.9%) 1149 (14.4%) 30.2
luitjens 5 (3.7%) 22 (0.3%) 4.4
jas 3 (2.2%) 6 (0.1%) 2.0

Most Recent Commits

jthornoc 2009-12-28 14:51 Rev.: 45233

Added ability to initialize scalars in geometry obects.

0 lines of code changed in 4 files:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (new), ScalarEqn.cc (changed)
jthornoc 2009-12-22 19:08 Rev.: 45228

Hopefully cleaning up a few memory leaks.

2 lines of code changed in 4 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqnFactory.cc (new), EqnFactory.cc (+1 -2)
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.

35 lines of code changed in 3 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+7 -4), ScalarEqn.cc (+28 -6)
jthornoc 2009-12-13 19:36 Rev.: 45196

Fixing a bug in the boundary check. I believe this only affected the super_bee scheme.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (changed)
jthornoc 2009-12-02 20:09 Rev.: 45152

Moved the diffusion calculation to the discretization class and removed all traces from DQMOMeqn and CCScalarEqn.
Also added doxygen comments to Discretization_new.h.

181 lines of code changed in 7 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+1 -82), DQMOMEqn.h (new), Discretization_new.h (+179 -21), ScalarEqn.cc (+1 -82), ScalarEqn.h (-23)
charlesreid 2009-11-22 18:54 Rev.: 45111

M CCA/Components/Arches/CoalModels/SimpleHeatTransfer.cc
Fixing compiler warning

M CCA/Components/Arches/TransportEqns/EqnBase.h
Minor edits

M CCA/Components/Arches/TransportEqns/DQMOMEqn.cc
Bulletproofing problemSetup()

M CCA/Components/Arches/DQMOM.cc
Fixing bugs in moment calculation
Rearranging get() calls so they aren't happening at each cell

25 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+23 -7), EqnBase.h (+2 -2)
charlesreid 2009-11-21 01:17 Rev.: 45108

M CCA/Components/Arches/CoalModels/BadHawkDevol.h
M CCA/Components/Arches/CoalModels/ModelBase.h
M CCA/Components/Arches/CoalModels/ConstantModel.h
M CCA/Components/Arches/CoalModels/Devolatilization.h
M CCA/Components/Arches/CoalModels/HeatTransfer.cc
M CCA/Components/Arches/CoalModels/HeatTransfer.h
M CCA/Components/Arches/LU.h
Minor edits

M CCA/Components/Arches/DQMOM.cc
Removing some timings

M CCA/Components/Arches/CoalModels/DragModel.h
M CCA/Components/Arches/CoalModels/DragModel.cc
Removing conversion functions for velocity (Cartesian <--> spherical) and calling them statically from PartVel class

M CCA/Components/Arches/CoalModels/PartVel.h
Making velocity conversion functions (Cartesian <--> spherical) public and static

M CCA/Components/Arches/CoalModels/SimpleHeatTransfer.cc
M CCA/Components/Arches/CoalModels/SimpleHeatTransfer.h
Using vector length()'s instead of the Cartesian <--> spherical methods
Adding verification procedure

M CCA/Components/Arches/CoalModels/KobayashiSarofimDevol.cc
M CCA/Components/Arches/CoalModels/KobayashiSarofimDevol.h
Adding verification procedure
Adding two sets of constants, one from Kobayashi and one from Ubhayakar
Fixing Y1_ value

M CCA/Components/Arches/CoalModels/CoalModelFactory.cc
M CCA/Components/Arches/CoalModels/CoalModelFactory.h
Adding problemSetup method (to be used in future coupled physics calculations)
Adding method to set ArchesLabel (to be used in future coupled physics calculations)
Building models when they are first added to the build map, as opposed to when they are requested for the first time

M CCA/Components/Arches/Arches.cc
Adding call to set ArchesLabel in CoalModelFactory (to be used in future coupled physics calculations)

M CCA/Components/Arches/TransportEqns/ScalarEqn.h
M CCA/Components/Arches/TransportEqns/ScalarEqn.cc
Adding directives header file

M CCA/Components/Arches/Directives.h
Adding new verification directives

A StandAlone/inputs/ARCHES/Verification/verify_devol_heatxfer_models.ups
Adding input files for running new model verification procedures (it also has working moments for 3 internal coordinates and 4 environments)

M StandAlone/inputs/UPS_SPEC/arches_spec.xml
Updating UPS spec

1 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (-1), ScalarEqn.h (+1 -3)
jthornoc 2009-11-20 11:29 Rev.: 45103

Need ghost cells for areaFraction

4 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+2 -2), ScalarEqn.cc (+2 -2)
jthornoc 2009-11-19 13:52 Rev.: 45095

Added an area fraction variable that will be used to deal with intrusion and mpmWall boundary conditions in the interior domain. Also added a function to compute the area fraction based on the cell type.

Answers shouldn't change.

101 lines of code changed in 3 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+4 -1), Discretization_new.h (+93 -55), ScalarEqn.cc (+4 -1)
charlesreid 2009-11-17 18:17 Rev.: 45073

Moving compiler directives for verification into a new header file, Directives.h

3 lines of code changed in 3 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.h (+1 -6), Discretization_new.h (+1 -4), EqnBase.h (+1 -3)
luitjens 2009-11-16 11:41 Rev.: 45067

Migrated a few more function calls to the new patch interface.

Deleted the old patch interface.

Removed __New() from the new patch interface calls.

17 lines of code changed in 4 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+5 -5), Discretization_new.h (+7 -7), EqnBase.h (+2 -2), ScalarEqn.cc (+3 -3)
charlesreid 2009-11-10 17:42 Rev.: 45055

Fixing compiler warning

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+1 -1)
luitjens 2009-11-10 11:55 Rev.: 45053

Fixed compile errors

5 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+5 -3)
charlesreid 2009-11-10 02:03 Rev.: 45052

Transferring contrl of the model evaluations to the CoalModelFactory.
This will not change answers (no, really, this time I made sure - I fixed the problem with gas-phase source terms).

This transfer will make verification of the model terms easier.
It will also pave the way for implementation of an iterative, coupled particle calculation.

11 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+11 -5)
charlesreid 2009-11-03 17:17 Rev.: 45030

Fixing but in DQMOMEqn initialization function (and adding brevity to ExplicitSolver statement)

9 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+9 -3)
charlesreid 2009-11-02 16:53 Rev.: 45017

Reverting CoalModels commit

4 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+1 -1), EqnBase.h (+3 -2)
jthornoc 2009-11-02 15:46 Rev.: 45016

Cosmetics. Whitespace is your friend. At least my friend. :)

2 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (+2 -3)
charlesreid 2009-11-02 14:07 Rev.: 45012

Reverting some previous changes - forgot that we have to initialize abscissas to constant (0.0) in some cases

0 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (-4)
charlesreid 2009-11-02 02:14 Rev.: 45005

Adding bullet-proofing to make sure we aren't setting all DQMOM abscissas to the same value

10 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+10 -3)
jthornoc 2009-10-30 20:05 Rev.: 45000

Arches.cc:
1) Now copying phi into old_phi after initialization at the beginning of the simulation
2) Properly initializing ccVelocity (gas) at the beginning of the simulation
3) Initializing the particle velocity to the gas velocity at the start (we can debate if this is the right way to handle this)

DqMomEqn.cc:
1) Subtracting the Ax=b source instead of zeroing out the RHS (duh!) for the verification procedure

PartVel.cc:
1) Properly initializing the particle velocity at the start of a new timestep

5 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+5 -2)

(29 more)

Generated by StatSVN 0.4.0