Directory CCA/Components/Arches/Radiation/

Total Files:
13
Deleted Files:
0
Lines of Code:
3871

[root]/CCA/Components/Arches/Radiation
                    directory in repo fortran (4 files, 150 lines)

Lines of Code

CCA/Components/Arches/Radiation/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 70 (100.0%) 1357 (100.0%) 19.3
jthornoc 33 (47.1%) 1141 (84.1%) 34.5
wyxpuma 5 (7.1%) 108 (8.0%) 21.6
ihunsaker 12 (17.1%) 67 (4.9%) 5.5
dav 1 (1.4%) 18 (1.3%) 18.0
ahumphrey 2 (2.9%) 14 (1.0%) 7.0
jsutherland 5 (7.1%) 9 (0.7%) 1.8
jas 10 (14.3%) 0 (0.0%) 0.0
harman 2 (2.9%) 0 (0.0%) 0.0

Most Recent Commits

jsutherland 2013-12-18 09:39 Rev.: 51398

Updates due to minor RadProps API change.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (new)
jas 2013-12-17 15:36 Rev.: 51394

Reverting the use of Boost to perform file and directory copies for restarting.

0 lines of code changed in 10 files:

  • CCA/Components/Arches/Radiation: DORadiationModelV2.cc (changed), DORadiationModelV2.h (changed), FakeRadPetscSolver.cc (changed), RadPetscSolver.cc (new), RadPetscSolver.h (changed)
harman 2013-12-11 12:34 Rev.: 51376

More descriptive exception message.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (changed)
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.

9 lines of code changed in 3 files:

  • CCA/Components/Arches/Radiation: RadHypreSolver.h (+5 -5), RadPetscSolver.h (+4 -4)
jthornoc 2013-10-28 15:17 Rev.: 51166

Getting rid of tempIN label.

251 lines of code changed in 4 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (new), DORadiationModel.h (new)
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.

2 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: RadHypreSolver.cc (new)
jthornoc 2013-10-17 18:24 Rev.: 51113

Cleanup of an earlier commit. Made OPL required for the hottel charts.

28 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+23 -25), RadPropertyCalculator.h (+5 -7)
ihunsaker 2013-10-15 16:33 Rev.: 51090

Completion of interface that allows RMCRT to call the hottel
property models.
Also contains some minor code cleanup.

18 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+15 -7), RadPropertyCalculator.h (+3 -10)
ihunsaker 2013-10-10 15:13 Rev.: 51059

Put in the actual calculations for hottel.F,
most of which was borrowed from radcoef.F.
Added necessary pieces to call the hottel
function in RadPropertyCalculator.

32 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+17 -2), RadPropertyCalculator.h (+15 -3)
jthornoc 2013-10-09 14:55 Rev.: 51054

Missing "void".

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+1 -1)
jthornoc 2013-10-09 14:45 Rev.: 51053

Missing headers.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+5)
jthornoc 2013-10-09 14:32 Rev.: 51052

RadPropertyCalculator:
Moving the derived class defs. into a *.cc file.
Adding the hottel/sarofim interface. Isaac to fill in the details.
Adding corresponding (empty for now) fortran code for Isaac.

453 lines of code changed in 4 files:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.cc (+381), RadPropertyCalculator.h (+70 -343), sub.mk (+2)
jthornoc 2013-10-08 13:50 Rev.: 51041

[Dav de St. Germain commit via Jeremy's account/git:]

The following commit fixes a problem with the way Fortran files are
added into the Uintah framework. As you may know, the perl script
'fspec.pl.in' reads in a fortran spec file (eg: bcuvel.fspec) and
converts it into a .h file (bcuvel_fort.h), converting things such as
IntVectors into arrays of integers (etc) in order to pass Uintah
variables back and forth with the fortran code. To use the fortran
code, the generated .h file is included into a Uintah .cc file and the
function is called. Compilation problems arose when the fortran .h
file was included before a blanket "using namespace Uintah" appeared.
This was because the generated fortran .h file did not use the correct
"Uintah::" namespace qualifiers, and instead relied on some other file
to open up the namespace. I have fixed the script to now use
"Uintah::" correctly. Additionally, I have removed a lot of namespace
polluting "using namespaces" from around the code.

CCA/Components/Arches/Arches.cc
CCA/Components/Arches/CompDynamicProcedure.h
CCA/Components/Arches/IncDynamicProcedure.h

- Clean up due to "using namespace std" being removed from included .h file.

CCA/Components/Arches/Radiation/DORadiationModel.cc
CCA/Components/Arches/Source.cc

- Clean up due to "using namespace std" being removed from included .h file.
- Some better indentation.
- Put all _fort.h includes next to each other.

CCA/Components/Arches/water/watertp.h
CCA/Components/Models/FluidsBased/ArchesTable.cc
CCA/Ports/SFC.h
Core/Exceptions/InvalidCompressionMode.h
Core/Exceptions/InvalidValue.h
Core/Exceptions/ProblemSetupException.h
Core/Exceptions/UintahPetscError.h
Core/IO/SpecializedRunLengthEncoder.h
Core/Math/Short27.h

- Remove polluting "using namespace" from .h file.

CCA/Components/LoadBalancers/CostModelForecaster.cc
CCA/Components/LoadBalancers/CostModelForecaster.h

- Indentation, spacing.
- Use 'd_' for a class variable to be consistent with rest of class.

Core/Grid/Variables/Variable.cc
StandAlone/Benchmarks/SimpleMath.cc
StandAlone/tools/pfs/rawToUniqueGrains.cc

- Move "using namespace" into the .cc file as it was removed from the .h files.

tools/fspec.pl.in

- Make the perl script include the "Uintah::" for Uintah
variables so that a "using namespace Uintah" statement is not
required.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+6 -5)
jthornoc 2013-07-22 16:12 Rev.: 50743

Cleaning up.

30 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+30 -35)
jthornoc 2013-07-22 11:53 Rev.: 50741

Cleaning up warnings.

7 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: RadHypreSolver.cc (-2), RadPropertyCalculator.h (+7 -2)
ahumphrey 2013-07-16 09:40 Rev.: 50723

Add support for PETSc v3.4.x (specifically minor version 4).

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPetscSolver.cc (+1 -1)
wyxpuma 2013-07-15 21:51 Rev.: 50719

the following changes have been made in order to use RadPropertiesCalculation method to calculate abskg and abskp and to be used in DO and RMCRT radiation model: 1.to change the interface for computeRadProp(withparticles) and to add gas phase temperature as the passing variable. 2. to calculate the unscaled particle length and particle weights so that correct abskg/abskp canbe calculated. 3. to fix some bugs and to set abskg/abskp=1.0 for wall BC, in RMCRT model, abskg is actually wall emissivity. 4. to fix small bug for EnthalpyShaddix.cc. These changes may cause some goldenstandard cases changes. reported as: heptane_pipe, coal_table_pipe and rmcrt_bm1_1L

61 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+61 -35)
wyxpuma 2013-07-10 15:51 Rev.: 50694

to fix some inconsitant specification for RMCRT and to remove bounding method for abskp and abskg

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (-2)
wyxpuma 2013-07-09 17:20 Rev.: 50679

update radation property calculation model so that Lubima's code can be run in Arches

37 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModelV2.cc (-13), RadPropertyCalculator.h (+37 -28)
ihunsaker 2013-05-31 10:30 Rev.: 50377

More rigorous check throws error for all negative
mole fracs. Updated the mole frac computation in
the scattering to match of the absorption.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+3 -4)
ihunsaker 2013-05-28 14:56 Rev.: 50358

updated comments

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+3 -2)
jthornoc 2013-05-24 16:20 Rev.: 50347

Changing the way we check this list to ensure we get a consistent
ordering.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+4 -4)
jthornoc 2013-05-24 15:06 Rev.: 50345

Bug fix in mass fraction to mol fraction calc.

11 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+11 -6)
wyxpuma 2013-05-02 09:10 Rev.: 50197

update the particle absorption coefficient calculation

10 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+10 -11)
dav 2013-04-23 13:56 Rev.: 50163

Fix indentation, clean up, remove superfluous ';'s.

18 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+18 -11)
jthornoc 2013-04-17 22:57 Rev.: 50135

Adding radiation abskp calculation using Lyubima's code. This code still needs to be verified.

145 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+145 -5)
ihunsaker 2013-04-12 14:47 Rev.: 50124

More intuitive variable names.
More reasonable default values.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+2 -1)
ihunsaker 2013-04-11 13:20 Rev.: 50119

Fixed an oops. Not sure how that made it
through my local RT.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+1 -1)
ihunsaker 2013-04-11 12:15 Rev.: 50117

Deleted comments. Moved check for negative
mole fractions to RadPropertyCalculator.


2 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+2 -1)
ihunsaker 2013-04-09 12:28 Rev.: 50106

Made ray tracing capable of handling intrusion.

Bug fix in radprops interface. This fixes
the problem of negative mole fractions.

I have changed the input files for the RMCRT
regression tests, but the answers should
remain unchanged.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+3 -3)
ahumphrey 2013-04-04 13:49 Rev.: 50063

ARCHES: FakeRadPetscSolver and RadPetscSolver need to have the same method headers for radLinearSolve() and setMatrix().

13 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: FakeRadPetscSolver.cc (+13 -12)
jthornoc 2013-04-04 09:19 Rev.: 50058

Refomatted the print statements for Radiation.

50 lines of code changed in 8 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+10 -5), DORadiationModel.h (+1), RadHypreSolver.cc (+27 -21), RadHypreSolver.h (+3 -2), RadPetscSolver.cc (+3 -2), RadPetscSolver.h (+3 -2), RadiationSolver.h (+3 -2)
ihunsaker 2013-03-28 15:12 Rev.: 50024

Nuking all the changes regarding volumeFraction and
reverting back to cellType. Using volumeFraction
to detect boundaries fails at inlet,outlet,
and other pressure BCs because there is no
way to use volumeFraction to distinguish between
flow cells and these kinds of BCs.

This implies that if RMCRT is to be implemented
in other components then the cellType variable
must be present in that component.

Sorry Todd, but this is going to break all
RMCRT RTs. Do you mind updating GSs?

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+1 -1)
jthornoc 2013-03-14 15:22 Rev.: 49985

Removing the option to set wall and intrusion abskg's since it appears
that this wasn't even the correct way to do things. These values are
now hard coded to 1.0 until we improve the model.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+7 -2)
jthornoc 2013-02-21 02:56 Rev.: 49927

Exit is negative mol fractions are found.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+3 -1)
jthornoc 2013-02-11 11:25 Rev.: 49870

Exposing DORadiation model to RadPropertyCalculator (which could include
RadProps).

138 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation: DORadiationModel.cc (+131), DORadiationModel.h (+7)
ihunsaker 2013-01-30 17:44 Rev.: 49835

Assert that mole fractions of participating
species aren't negative before using them
in the radiation property calculator.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation: RadPropertyCalculator.h (+2 -1)
Generated by StatSVN 0.7.0