[root]/CCA/Components/Models/FluidsBased
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 194 (100.0%) | 1246 (100.0%) | 6.4 |
allen | 127 (65.5%) | 1047 (84.0%) | 8.2 |
dav | 8 (4.1%) | 117 (9.4%) | 14.6 |
guilkey | 20 (10.3%) | 48 (3.9%) | 2.4 |
jas | 39 (20.1%) | 34 (2.7%) | 0.8 |
replaced the modelsetup class with a specific class for the fluids based models
292 lines of code changed in 44 files:
Removed the redundant ModelInfo class from the models to make models more generic
435 lines of code changed in 21 files:
cleaned up the dependency checks and removed the double negative directives
10 lines of code changed in 1 file:
Found more models that need dependcy checks
6 lines of code changed in 1 file:
Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core
39 lines of code changed in 9 files:
Made the models a first class component and minor clean up the MPM header file usage
205 lines of code changed in 20 files:
update to move to a application common class and remove the shared state
42 lines of code changed in 20 files:
added processor node identification to the proc group, also cleaned up method names
4 lines of code changed in 4 files:
Replace all instances of StaticArray with std::vector. This has been tested on the RT for all components. It is a drop in replacement. StaticArray is being removed.
5 lines of code changed in 2 files:
Update copyright.
29 lines of code changed in 37 files:
change to SimTime
2 lines of code changed in 1 file:
Removed Time.h and replaced with Timers.hpp
12 lines of code changed in 6 files:
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
117 lines of code changed in 8 files:
Continuing the string of unintended consequences. Don't read in geometry
on restart for ICE or models.
48 lines of code changed in 20 files: