Directory CCA/Components/Models/SolidReactionModel/

Total Files:
23
Deleted Files:
0
Lines of Code:
1997

[root]/CCA/Components/Models/SolidReactionModel

Lines of Code

CCA/Components/Models/SolidReactionModel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 72 (100.0%) 161 (100.0%) 2.2
allen 37 (51.4%) 134 (83.2%) 3.6
jas 32 (44.4%) 23 (14.3%) 0.7
guilkey 2 (2.8%) 3 (1.9%) 1.5
dav 1 (1.4%) 1 (0.6%) 1.0

Most Recent Commits

allen 2017-12-26 15:51 Rev.: 57520

replaced the modelsetup class with a specific class for the fluids based models

0 lines of code changed in 4 files:

  • CCA/Components/Models/SolidReactionModel: SolidReactionModel.cc (new), SolidReactionModel.h (new)
allen 2017-12-22 17:15 Rev.: 57517

Removed the redundant ModelInfo class from the models to make models more generic

26 lines of code changed in 2 files:

  • CCA/Components/Models/SolidReactionModel: SolidReactionModel.cc (+21 -26), SolidReactionModel.h (+5 -10)
allen 2017-12-20 11:02 Rev.: 57484

Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core

4 lines of code changed in 1 file:

  • CCA/Components/Models/SolidReactionModel: SolidReactionModel.cc (+4 -4)
allen 2017-12-18 19:55 Rev.: 57476

Made the models a first class component and minor clean up the MPM header file usage

102 lines of code changed in 26 files:

  • CCA/Components/Models/SolidReactionModel: Arrhenius.cc (new), AvaramiErofeevModel.cc (+3 -1), ContractingCylinderModel.cc (+3 -1), ContractingSphereModel.cc (+3 -1), DiffusionModel.cc (new), ModifiedArrhenius.cc (new), ModifiedArrhenius.h (new), NthOrderModel.cc (+3 -1), PowerModel.cc (new), ProutTompkinsModel.cc (new), RateConstant.h (new), RateModel.h (new), SolidReactionModel.cc (+24 -18), SolidReactionModel.h (+19 -19)
allen 2017-12-13 18:22 Rev.: 57440

added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent

0 lines of code changed in 2 files:

  • CCA/Components/Models/SolidReactionModel: RateConstant.h (-1), RateModel.h (-1)
allen 2017-11-21 15:40 Rev.: 57322

update to move to a application common class and remove the shared state

2 lines of code changed in 2 files:

  • CCA/Components/Models/SolidReactionModel: SolidReactionModel.cc (+1 -1), SolidReactionModel.h (+1 -1)
jas 2017-04-20 13:29 Rev.: 56461

Update copyright.

23 lines of code changed in 32 files:

  • CCA/Components/Models/SolidReactionModel: Arrhenius.cc (+1 -1), Arrhenius.h (+1 -1), AvaramiErofeevModel.cc (+1 -1), AvaramiErofeevModel.h (new), ContractingCylinderModel.cc (+1 -1), ContractingCylinderModel.h (+1 -1), ContractingSphereModel.cc (+1 -1), ContractingSphereModel.h (+1 -1), DiffusionModel.cc (+1 -1), DiffusionModel.h (+1 -1), ModifiedArrhenius.cc (+1 -1), ModifiedArrhenius.h (+1 -1), NthOrderModel.cc (+1 -1), NthOrderModel.h (new), PowerModel.cc (+1 -1), PowerModel.h (new), ProutTompkinsModel.cc (+1 -1), ProutTompkinsModel.h (new), RateConstant.h (+1 -1), RateModel.h (+1 -1), SolidReactionModel.cc (+1 -1), SolidReactionModel.h (+1 -1), sub.mk (+1 -1)
dav 2017-02-24 15:57 Rev.: 56251

Continuation of commit r56249 - this time for MPM, Models, OnTheFlyAnalysis.

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, align variablesa.
- 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.
- Use {} for if/else clauses even if they are only one line long.
- Please put "else" and "else if" on a new line. The added white space makes following the branching much easier.

M CCA/Components/FVM/ElectrostaticSolve.cc
M CCA/Components/FVM/FVMMaterial.cc
M CCA/Components/MPM/AMRMPM.cc
M CCA/Components/MPM/ConstitutiveModel/MPMMaterial.cc
M CCA/Components/MPM/Contact/ContactFactory.cc
M CCA/Components/MPM/ImpMPM.cc
M CCA/Components/MPM/MPMCommon.cc
M CCA/Components/MPM/MPMFlags.cc
M CCA/Components/MPM/PhysicalBC/LoadCurve.h
M CCA/Components/MPM/PhysicalBC/MPMPhysicalBCFactory.cc
M CCA/Components/MPM/PhysicalBC/PolynomialData.cc
M CCA/Components/MPM/SerialMPM.cc
M CCA/Components/MPM/ShellMPM.cc
M CCA/Components/MPM/ThermalContact/ThermalContactFactory.cc
M CCA/Components/Models/FluidsBased/AdiabaticTable.cc
M CCA/Components/Models/FluidsBased/ArchesTable.cc
M CCA/Components/Models/FluidsBased/Mixing.cc
M CCA/Components/Models/FluidsBased/NonAdiabaticTable.cc
M CCA/Components/Models/FluidsBased/PassiveScalar.cc
M CCA/Components/Models/FluidsBased/SimpleRxn.cc
M CCA/Components/Models/FluidsBased/TableFactory.cc
M CCA/Components/Models/FluidsBased/flameSheet_rxn.cc
M CCA/Components/Models/HEChem/DDT0.cc
M CCA/Components/Models/HEChem/DDT1.cc
M CCA/Components/Models/HEChem/JWLpp.cc
M CCA/Components/Models/HEChem/MesoBurn.cc
M CCA/Components/Models/HEChem/Simple_Burn.cc
M CCA/Components/Models/HEChem/Steady_Burn.cc
M CCA/Components/Models/HEChem/Unsteady_Burn.cc
M CCA/Components/Models/HEChem/ZeroOrder.cc
M CCA/Components/Models/ModelFactory.cc
M CCA/Components/Models/Radiation/RMCRT/Radiometer.cc
M CCA/Components/Models/SolidReactionModel/SolidReactionModel.cc
M CCA/Components/OnTheFlyAnalysis/1stLawThermo.cc
M CCA/Components/OnTheFlyAnalysis/AnalysisModuleFactory.cc
M CCA/Components/OnTheFlyAnalysis/MinMax.cc
M CCA/Components/OnTheFlyAnalysis/containerExtract.cc
M CCA/Components/OnTheFlyAnalysis/lineExtract.cc
M CCA/Components/OnTheFlyAnalysis/momentumAnalysis.cc
M CCA/Components/OnTheFlyAnalysis/particleExtract.cc
M CCA/Components/OnTheFlyAnalysis/planeExtract.cc
M CCA/Components/OnTheFlyAnalysis/statistics.cc

1 lines of code changed in 1 file:

  • CCA/Components/Models/SolidReactionModel: SolidReactionModel.cc (+1 -3)
guilkey 2017-02-15 15:04 Rev.: 56230

Continuing the string of unintended consequences. Don't read in geometry
on restart for ICE or models.

3 lines of code changed in 2 files:

  • CCA/Components/Models/SolidReactionModel: SolidReactionModel.cc (+2 -2), SolidReactionModel.h (+1 -1)
Generated by StatSVN 0.7.0