Directory CCA/Components/Arches/PropertyModels/

Total Files:
4
Deleted Files:
4
Lines of Code:
545

[root]/CCA/Components/Arches/PropertyModels

Lines of Code

CCA/Components/Arches/PropertyModels/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 19 (100.0%) 426 (100.0%) 22.4
jthornoc 5 (26.3%) 215 (50.5%) 43.0
dav 1 (5.3%) 206 (48.4%) 206.0
derekhar 11 (57.9%) 5 (1.2%) 0.4
allen 2 (10.5%) 0 (0.0%) 0.0

Most Recent Commits

allen 2017-11-17 15:25 Rev.: 57310

added needed / removed unneeded include file

0 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: NormScalarVariance.cc (new)
derekhar 2017-08-31 16:34 Rev.: 56950

Decoupled computation of soot volume fraction and the radiative contribution from soot. Minor clean-up of estalished property models.

1 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModels: fvSootFromYsoot.cc (del), fvSootFromYsoot.h (del), sub.mk (+1 -2)
derekhar 2017-07-18 18:00 Rev.: 56800

Made BrownSoot model interface properly with radiation properties, and radiation.

2 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModels: fvSootFromYsoot.cc (new 2), fvSootFromYsoot.h (new)
jthornoc 2017-05-30 13:45 Rev.: 56583

Ensure that enthalpy is updated at the correct location when heat loss
is a parameter in the table.

Add some warnings to help guide the user.

6 lines of code changed in 4 files:

  • CCA/Components/Arches/PropertyModels: HeatLoss.h (+3 -2), PropertyModelBase.h (+3)
derekhar 2017-04-21 18:58 Rev.: 56476

Removed limit of 0.5 m^-1 absorption coefficient contribution from soot.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: fvSootFromYsoot.cc (+1 -2)
derekhar 2017-04-14 14:26 Rev.: 56430

Fixed mis-label in soot model when computing the radiation properties.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: fvSootFromYsoot.cc (+1 -1)
derekhar 2017-04-05 17:20 Rev.: 56392

Updated absorption property model to be more modular.
The primary motivation of this commit is to progress towards removing dependence on radprops.
Also, this commit cleaned up years of "hacks" aimed at quickly adapting the code to fit the needs of the center.
This commit will change every radiation test, most of which are due to round-off differences.
In some instances, a bug of using inconsistent data-warehouses was also present.

0 lines of code changed in 3 files:

  • CCA/Components/Arches/PropertyModels: RadProperties.cc (del), RadProperties.h (del), sub.mk (-1)
dav 2017-02-24 00:50 Rev.: 56249


Mostly cosmetic changes, and preparing for removing a hacked out warning when we moved to C++ 11.
These changes have passed the local RT on Baja.

- The biggest update in this commit (the update to remove the c++11 warning hack) is that you will
no longer be able to compare a ProblemSpecP to 0 (you will need to compare to 'nullptr').

- White space, coding standards, indentation, remove tabs.
- Line up some variables to make them easier to read.
- Use of 80+ columns of text (we decided to allow this 10 years ago) and it makes reading longer lines of code on the screen easier.

- Please put "else" and "else if" on a new line. The added white space makes following the branching much easier.
- Use {} for if/else clauses even if they are only one line long.

- Swatted some evil endls. (Use "\n")

- Alphabetize #includes and remove some unneeded ones.

- Add in Copyright notice to some files that were missing it.

M CCA/Components/Arches/Arches.cc
M CCA/Components/Arches/ArchesLabel.cc

- Fix code so that "found_role = true" is not repeated a hundred times... As I tell my CS 1000 students, if it
happens in every branch of the 'if' statement, it should be moved out of all of them.

M CCA/Components/Arches/BoundaryCond_new.cc
M CCA/Components/Arches/BoundaryCondition.cc
M CCA/Components/Arches/BoundaryConditions/BoundaryConditionFactory.cc
M CCA/Components/Arches/BoundaryConditions/BoundaryFunctors.h
M CCA/Components/Arches/BoundaryConditions/HandOff.h
M CCA/Components/Arches/CQMOM.cc
M CCA/Components/Arches/ChemMix/ColdFlow.cc
M CCA/Components/Arches/ChemMix/MixingRxnModel.cc
M CCA/Components/Arches/ChemMix/TableLookup.cc
M CCA/Components/Arches/CoalModels/CharOxidationSmith.cc
M CCA/Components/Arches/CoalModels/Deposition.cc
M CCA/Components/Arches/CoalModels/EnthalpyShaddix.cc
M CCA/Components/Arches/CoalModels/HeatTransfer.cc
M CCA/Components/Arches/CoalModels/KobayashiSarofimDevol.cc
M CCA/Components/Arches/CoalModels/SimpleHeatTransfer.cc
M CCA/Components/Arches/DQMOM.cc
M CCA/Components/Arches/ExplicitSolver.cc
M CCA/Components/Arches/IntrusionBC.cc
M CCA/Components/Arches/IntrusionBC.h
M CCA/Components/Arches/LagrangianParticles/LagrangianParticleFactory.cc
M CCA/Components/Arches/MomentumSolver.cc
M CCA/Components/Arches/MomentumSolver.h
M CCA/Components/Arches/ParticleModels/CQMOMSourceWrapper.cc
M CCA/Components/Arches/ParticleModels/ParticleModelFactory.cc
M CCA/Components/Arches/ParticleModels/ParticleTools.h
M CCA/Components/Arches/ParticleModels/ShaddixEnthalpy.h
M CCA/Components/Arches/PressureSolverV2.cc
M CCA/Components/Arches/PropertyModels/RadProperties.cc
M CCA/Components/Arches/PropertyModelsV2/DensityPredictor.cc
M CCA/Components/Arches/PropertyModelsV2/PropertyModelFactoryV2.cc
M CCA/Components/Arches/PropertyModelsV2/VariableStats.cc
M CCA/Components/Arches/Radiation/DORadiationModel.cc
M CCA/Components/Arches/Radiation/RadPropertyCalculator.cc
M CCA/Components/Arches/Radiation/RadPropertyCalculator.h
M CCA/Components/Arches/SourceTerms/DORadiation.cc
M CCA/Components/Arches/SourceTerms/IntrusionInlet.h
M CCA/Components/Arches/SourceTerms/PCTransport.cc
M CCA/Components/Arches/SourceTerms/SourceTermFactory.cc
M CCA/Components/Arches/Transport/ComputePsi.h
M CCA/Components/Arches/Transport/KFEUpdate.h
M CCA/Components/Arches/Transport/KMomentum.h
M CCA/Components/Arches/Transport/KScalarRHS.h
M CCA/Components/Arches/Transport/TransportFactory.cc
M CCA/Components/Arches/TransportEqns/CQMOMEqn.cc
M CCA/Components/Arches/TransportEqns/CQMOM_Convection.cc
M CCA/Components/Arches/TransportEqns/DQMOMEqn.cc
M CCA/Components/Arches/TransportEqns/DQMOMEqnFactory.cc
M CCA/Components/Arches/TransportEqns/ScalarEqn.cc
M CCA/Components/Arches/UPSHelper.h
M CCA/Components/Arches/Utility/InitializeFactory.cc
M CCA/Components/Arches/Utility/TaskAlgebra.h
M CCA/Components/Arches/Utility/UtilityFactory.cc
M CCA/Components/Arches/WBCHelper.cc
M CCA/Components/Arches/WallHTModels/WallModelDriver.cc

- See above for list of updates.

206 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: RadProperties.cc (new 206)
jthornoc 2017-01-19 16:41 Rev.: 56176

This pulls ArchesLabels out of the table interface.

209 lines of code changed in 1 file:

  • CCA/Components/Arches/PropertyModels: RadProperties.cc (+209 -206)
Generated by StatSVN 0.7.0