Directory CCA/Components/Arches/Radiation/fortran/

Total Files:
24
Deleted Files:
6
Lines of Code:
3162

[root]/CCA/Components/Arches/Radiation/fortran

Lines of Code

CCA/Components/Arches/Radiation/fortran/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 80 (100.0%) 103 (100.0%) 1.2
harman 16 (20.0%) 49 (47.6%) 3.0
jas 44 (55.0%) 25 (24.3%) 0.5
jpedel 9 (11.3%) 18 (17.5%) 2.0
jthornoc 10 (12.5%) 11 (10.7%) 1.1
dav 1 (1.3%) 0 (0.0%) 0.0

Most Recent Commits

jthornoc 2011-11-22 19:29 Rev.: 47865

Several modifications including:

1) Initialize density_guess in the <bleeping> dummy solve so that it can be saved out in the uda

2) Area fractions were inadvertently being overwritten. This is now fixed.

3) Added swirl to the old boundary condition <FlowInlet>.

4) Cleaned up some of the new boundary condition stuff. There still seems to be a problem with assigning values to the BCInfoMap.

5) Intrusion temperatures can now be set.

6) Hard setting lprob* test cases to false. This of hard coding logicals for test cases hackishness should be removed…I would vote for driving these tests from input files.

7) "SolidWallTemperature" is now an input type in the <BoundaryCondition> section for setting wall temperatures.

8) Radiation solution is now persisting through timesteps without a radiation solve.

Some answers will change due to the addition of setting the intrusion temperature. Other tests will break because of a change in the numbers of variables in the checkpoint. GS's to be updated.

5 lines of code changed in 4 files:

  • CCA/Components/Arches/Radiation/fortran: rdomsolve.F (new), rdomsolve.fspec (+4 -4)
harman 2011-11-21 16:33 Rev.: 47859

radwsgg: reduced the upper & lower looping limits by 1. This is a pointwise operation

DORadiation: No longer requiring gac for the labels co2, h2o and sootFV.

This should not change the answers.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation/fortran: radwsgg.F (new)
harman 2011-10-29 12:57 Rev.: 47785

Removed radiation models that don't work (spherical harmonics & optically thin).
Properties.cc:
- added {} & cleaned up problemSetup

DORadiationModel
- eliminated spherical harmonics code.
- consistent formatting

Fortran code:
- deleted spherical harmonics routines.
- only pass in the variables that are needed by the subroutine. There's no
need to pass in every variable you can think of.
- If a variable is local to the subroutine don't allocated arrays
outside of the route and them pass them in. Just use a local variable.

* This should not change the answers

20 lines of code changed in 8 files:

  • CCA/Components/Arches/Radiation/fortran: rdomsolve.F (+18 -16), rdomsolve.fspec (+2 -19), rshresults.F (del), rshresults.fspec (del), rshsolve.F (del), rshsolve.fspec (del), sub.mk (-4)
harman 2011-10-25 09:26 Rev.: 47766

RadHypresolver: add patch ID and iteration when dumping out the system of eqs.

DORadiationModel: Code diet and simplification. Replaced fortran code with C++

0 lines of code changed in 3 files:

  • CCA/Components/Arches/Radiation/fortran: rdombc.F (del), rdombc.fspec (del), sub.mk (-2)
jthornoc 2011-10-21 15:56 Rev.: 47760

Actually use the passed temperature and abskg.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation/fortran: rdombc.F (new 1)
jthornoc 2011-10-21 01:34 Rev.: 47756

Pardon the dust....
Fixing some errors in indexing.
Can now specify domain wall temperature and abskg.
Updated spec.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation/fortran: rdombc.fspec (new 3)
jas 2011-09-26 18:40 Rev.: 47641

Update copyright date.

24 lines of code changed in 43 files:

  • CCA/Components/Arches/Radiation/fortran: eco.F (new), eco2.F (new), efuel.F (+1 -1), eh2o.F (new), eico2.F (+1 -1), eih2o.F (+1 -1), find.F (new), fixradval.F (+1 -1), radarray.F (new), radcal.F (new), radcoef.F (new), radwsgg.F (+1 -1), rdombc.F (+1 -1), rdombmcalc.F (+1 -1), rdomflux.F (+1 -1), rdomsolve.F (+1 -1), rdomsrc.F (+1 -1), rdomvolq.F (+1 -1), rordr.F (new), rordrss.F (new), rordrtn.F (new), rshresults.F (new 1), rshsolve.F (new 1), soot.F (+1 -1)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation/fortran: sub.mk (+1 -1)
harman 2011-03-21 09:12 Rev.: 46978

tabs

24 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation/fortran: sub.mk (+24 -24)
jpedel 2011-03-07 17:30 Rev.: 46919

Recommitting previous update, code should pass Arches regression tests

3 lines of code changed in 3 files:

  • CCA/Components/Arches/Radiation/fortran: radcoef.F (+2), radcoef.fspec (new)
jthornoc 2011-02-21 08:32 Rev.: 46874

Reverting Arches back to version 46866. This version passed regression tests on blaze. There might be a restart problem due to now defunct tags. These will be cleaned up in the next commit.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation/fortran: radcoef.F (-2), radcoef.fspec (-1)
jpedel 2011-02-19 19:44 Rev.: 46872

Re-committing after fixing a bug with the ABSKP property model

3 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation/fortran: radcoef.F (+2), radcoef.fspec (+1)
jthornoc 2011-02-18 07:39 Rev.: 46866

Removing Julien's last commit due to compiler and runtime issues.

2 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation/fortran: radcoef.F (+1 -4), radcoef.fspec (+1 -2)
jpedel 2011-02-17 20:41 Rev.: 46864

Reverting previosu commit

6 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation/fortran: radcoef.F (+4 -1), radcoef.fspec (+2 -1)
harman 2011-02-17 20:00 Rev.: 46863

reverted jpedel's commit that doesn't compile

2 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation/fortran: radcoef.F (+1 -4), radcoef.fspec (+1 -2)
jpedel 2011-02-17 18:45 Rev.: 46859

Adding a gas source term from char oxidation and a property model for the absorption coefficient, also deleting a few useless lines

6 lines of code changed in 2 files:

  • CCA/Components/Arches/Radiation/fortran: radcoef.F (+4 -1), radcoef.fspec (+2 -1)
dav 2011-02-03 17:39 Rev.: 46783


Fixed circular dependencies recently added to the code due to code
consolidation.

1) Consolidated CCA/Components/Arches and Arches/Radiation into a single library
instead of two separate libraries... There isn't any good reason
that I know of to keep them separate, and this allows them to
'share' some common routines w/o creating a circular dependency.
(There are still a couple of additional Arches sub-shared
libs... (fortran/Mixing). These could easily be consolidated too if someone
wanted it done.)

Note, previously, in CCA/Components/sub.mk, many of the Arches sub-shared libs
where specifically specified. I've removed these and moved them
directly into the CCA/Components/Arches/sub.mk file to make it a
little easier to follow what is going on.

3) Moved DbgOutput out of Core/IO and into Core/Grid as it is related to
the Grid classes... Also, Core/Grid depends on Core/IO, so having
Core/IO stuff depend on Core/Grid causes a circular dependency.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Radiation/fortran: sub.mk (-8)
Generated by StatSVN 0.4.0