Directory CCA/Components/Arches/TransportEqns/

Total Files:
10
Deleted Files:
0
Lines of Code:
6196

[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 76 (100.0%) 868 (100.0%) 11.4
jthornoc 61 (80.3%) 781 (90.0%) 12.8
jsutherland 9 (11.8%) 53 (6.1%) 5.8
ahumphrey 2 (2.6%) 21 (2.4%) 10.5
wyxpuma 4 (5.3%) 13 (1.5%) 3.2

Most Recent Commits

jthornoc 2013-12-16 17:18 Rev.: 51392

Adding in Ben's first-cut clipping method.

0 lines of code changed in 6 files:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (new), ScalarEqn.cc (changed), ScalarEqn.h (changed)
jthornoc 2013-12-13 15:28 Rev.: 51385

Adding a helper class for adding species to the table lookup.
For scalar equations, use the old density if stage > 0

10 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (+10 -2)
jthornoc 2013-11-27 15:11 Rev.: 51341

1) Transport Eqns are now assigned an algorithmic “stage”
2) Dependent sources of transport eqns are given the same stage.
3) Updated the add_species function to include an old or new state.
4) Set boundary conditions on all table lookup species such that the interpolated face value results in the table lookup condition
5) Adding an option extra table lookup
6) Some minor optimizations
7) Added the manifold run rate source term
8) Simplified some calls to computing diffusion terms.

193 lines of code changed in 11 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+2 -1), DQMOMEqn.h (new), Discretization_new.h (new), EqnBase.cc (+2 -1), EqnBase.h (+17 -6), ScalarEqn.cc (+28 -17), ScalarEqn.h (+3)
jthornoc 2013-11-13 12:15 Rev.: 51271

Don't cleanup after DQMOM equations.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (-14), DQMOMEqn.h (-10)
jsutherland 2013-10-31 19:36 Rev.: 51196

This one has been a long time coming.

Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.

DO NOT open namespaces in header files. Ever.

53 lines of code changed in 9 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqnFactory.h (+2 -2), Discretization_new.h (+14 -14), EqnBase.h (+30 -30), EqnFactory.cc (+2 -2), EqnFactory.h (+2 -3), ScalarEqn.h (+3 -3)
jthornoc 2013-10-28 15:17 Rev.: 51164

**MORE BIG CHANGES**
Continued cleanup of unused/old functionality. All RT tests will fail
due to changes in input files or output in uda. I have verified at this
point that the answer still haven't changed.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+2)
jthornoc 2013-10-21 11:15 Rev.: 51122

Getting rid of some warnings.

Martin: Please make sure I didn't screw up your Newton solve in EnthalpyShaddix by initializing the old temperature guess. Previously, this value was uninitialized.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (-2)
jthornoc 2013-10-08 13:49 Rev.: 51040

Stub in advanced clipping for Ben.

82 lines of code changed in 3 files:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (+3), ScalarEqn.cc (+73 -1), ScalarEqn.h (+6)
jthornoc 2013-10-07 13:24 Rev.: 51032

Cleaning out the last of the dummies in Arches.

33 lines of code changed in 5 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+1 -86), DQMOMEqn.h (+2 -9), EqnBase.h (+3 -3), ScalarEqn.cc (+26 -23), ScalarEqn.h (+1 -9)
jthornoc 2013-10-07 13:24 Rev.: 51031

Check for clipping before performing the grid loop to clip.

13 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (+13 -12)
ahumphrey 2013-08-28 17:09 Rev.: 50888

Further improve ARCHES multi-threaded output

13 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (+13 -6)
ahumphrey 2013-08-28 14:14 Rev.: 50883

Make ARCHES multi-threaded table/property/model output more coherent.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (+8)
jthornoc 2013-08-23 12:35 Rev.: 50855

*RT Update Needed*

Some corrections to:

1) Intrusion inlets: The wrong index pointer was being used in the
one-off direction from the wall.

2) Wall BC application to momentum: **This is a band-aid** Now applying
all wall bc application in BoundaryCondition::wallVelocityBC(), which
should cover domain walls and intrusions. This sets the A and ConvA's
appropriately for the walls and for the normal velocity cells one-off
from the wall cell. The implementation was simply to reuse Kumar's
mmbcvelocity fortran code for each coefficient set making this a little
cumbersome, but it does get the job done. We need a little cleanup to
now remove some of the defunct BC tasks that are being performed.

3) Removed scalar diffusion at inlets. This is nothing but trouble for
mass balances.

Also, while I was at it, some minor cleanup of some unused (mms) functions.

48 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: Discretization_new.h (+48 -9)
jthornoc 2013-07-22 11:53 Rev.: 50741

Cleaning up warnings.

0 lines of code changed in 3 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (-2), EqnBase.cc (-3), ScalarEqn.cc (-2)
jthornoc 2013-07-19 14:13 Rev.: 50739

Adding RMCRT capability into the wall heat transfer model.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (+1)
jthornoc 2013-06-18 15:00 Rev.: 50523

Attach the name of the face to the output file for the handoff warnings.

9 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+9 -11)
jthornoc 2013-06-13 09:31 Rev.: 50481

These print statements needed to be surrounded by an "if" to avoid a
segfault.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+6 -4)
jthornoc 2013-06-13 08:40 Rev.: 50478

Moved a print statement.

9 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+9 -9)
jthornoc 2013-06-10 13:58 Rev.: 50451

Added a screen warning to direct user to output file(s).

4 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+4)
jthornoc 2013-06-10 13:49 Rev.: 50448

Write information to a file rather than to screen to avoid mangled
output.

32 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+32 -2)
jthornoc 2013-06-03 11:30 Rev.: 50385

Clean out some warnings.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+4 -4)
jthornoc 2013-05-31 16:05 Rev.: 50380

1) Make sure that boundaries are checked on restart.

2) When looking at the handoff file, make sure that the current iterator is
owned by the current patch before complaining.

3) Fix the coal_table_pipe.ups so that it will pass the RT.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+1 -1)
jthornoc 2013-05-30 13:19 Rev.: 50373

Fixed a restart bug with the empirical soot model. Also added some
bulletproofing for label matching.

Allowed user to specify a non-zero value when using the geometry_fill
option for initializing scalars.

Updating input files to reflect the changes.

7 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (+5 -3), ScalarEqn.cc (+2 -1)
jthornoc 2013-05-23 20:56 Rev.: 50327

Another iteration on the handoff file interface. This seems to be
working on multiple patches and with relative positions for the handoff
information. However, much of this should be consolidated into a single
function so as not to have two functions for scalars and velocity
components.

32 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+32 -15)
jthornoc 2013-05-21 15:33 Rev.: 50311

Now requiring a default boundary specification for handoff file. If the
Uintah iterator is not found in the handoff iterator, then the boundary
condition resorts to the default.

Adding a dx,dy comparison on the handoff file for a sanity check.

21 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+21 -1)
jthornoc 2013-05-20 14:46 Rev.: 50307

The FromFile and VelocityFileInput boundary conditions now use the
"value" tag rather than the "inputfile" tag.

Also, moved the relative starting location of the zero,zero index for
the input file into the ups spec. This will allow one to reuse the same
input file but placing it in different locations for different boundary conditions without changing the file
itself.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+1 -1)
jthornoc 2013-05-20 12:54 Rev.: 50306

Remove the "hi" print statement to make the code a little less friendly.

Revamp of the input file BC interface:

1) Simplified the process by eliminating the intermediate mapping file.
2) Combined the three components of velocity into one file
3) Making the input file relative to a user defined point
4) Checking for missing indices in Uintah BCs and handoff file

94 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: EqnBase.cc (+94 -29)
wyxpuma 2013-05-09 10:47 Rev.: 50243

to revert tol=1e-10 and to fix a small logical bug for clipping weighted abscissa

3 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+2 -2), ScalarEqn.cc (+1 -1)
wyxpuma 2013-05-06 14:39 Rev.: 50227

to update the clip method for weighted abcissa

10 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+9 -3), ScalarEqn.cc (+1 -1)
jthornoc 2013-04-23 21:13 Rev.: 50165

tolerance -> tol in the input.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/TransportEqns: ScalarEqn.cc (+1 -1)
jthornoc 2013-04-23 15:39 Rev.: 50164

** Warning ** Monolithic commit **

1) Always recompile taskgraph on restart until restartInitialize lives up to its name.

2) Adding new variable transforms for the table lookup: rcce, rcce_fp, fcce_eta. These are still somewhat incomplete and should be used with caution.

3) Clipping on the RK averaging to actually allow variables to go to zero: This may change answers!!

4) In EmpSoot, make sure you specify the correct radiation model.

5) Some major reworking of the Westbrook dryer model. This should fix some of the mass balance issues seen in some cases.

6) Changed how the clipping is specified for some variables. Note that <small> was removed from the DQMOM option in favor of a more universal <tol>

121 lines of code changed in 6 files:

  • CCA/Components/Arches/TransportEqns: DQMOMEqn.cc (+33 -91), DQMOMEqn.h (+10 -24), EqnBase.cc (-1), EqnBase.h (+14 -10), ScalarEqn.cc (+59 -27), ScalarEqn.h (+5 -1)
jthornoc 2013-03-27 15:07 Rev.: 50021

1) Separate the calculation of source terms from the transported scalars. This will allow a source term to be reused by multiple transport equations without recalculating the source term.

2) Removing the <addSources> option in <TransportEqn> because it was redundant. Simply don't add <src … > the <eqn> if you don't want it used.

3) Cleaning up the westbrook dryer model:
- If flammability limits are used, but the diluent is constant everywhere, then assign a constant value rather than transporting one
- Use the source weights (committed earlier) to add or subtract the source term depending on which equation is using it

4) Bringing input files up to spec.

20 lines of code changed in 2 files:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (+1 -3), ScalarEqn.cc (+19 -37)
jthornoc 2013-03-14 14:33 Rev.: 49984

Allow the user to weight a source term with an arbitrary constant.

37 lines of code changed in 3 files:

  • CCA/Components/Arches/TransportEqns: EqnBase.h (+11 -5), ScalarEqn.cc (+25 -13), ScalarEqn.h (+1)
Generated by StatSVN 0.7.0