Directory CCA/Components/Models/FluidsBased/

Total Files:
31
Deleted Files:
0
Lines of Code:
9637

[root]/CCA/Components/Models/FluidsBased

Lines of Code

CCA/Components/Models/FluidsBased/ Lines of Code

Developers

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

Most Recent Commits

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

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

292 lines of code changed in 44 files:

  • CCA/Components/Models/FluidsBased: AdiabaticTable.cc (new), AdiabaticTable.h (changed), FluidsBasedModel.cc (new 130), FluidsBasedModel.h (new 162), MassMomEng_src.cc (new), MassMomEng_src.h (changed), Mixing.cc (new), Mixing.h (changed), Mixing2.cc (changed), Mixing2.h (changed), Mixing3.cc (changed), Mixing3.h (changed), NonAdiabaticTable.cc (changed), NonAdiabaticTable.h (new), PassiveScalar.cc (new), PassiveScalar.h (changed), SimpleRxn.cc (changed), SimpleRxn.h (new), TestModel.cc (new), TestModel.h (changed), flameSheet_rxn.cc (new), flameSheet_rxn.h (new), sub.mk (changed)
allen 2017-12-22 17:15 Rev.: 57517

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

435 lines of code changed in 21 files:

  • CCA/Components/Models/FluidsBased: AdiabaticTable.cc (+56 -62), AdiabaticTable.h (+11 -17), MassMomEng_src.cc (+17 -22), MassMomEng_src.h (+6 -11), Mixing.cc (+16 -17), Mixing.h (+12 -13), Mixing2.cc (+29 -28), Mixing2.h (+13 -13), Mixing3.cc (+23 -23), Mixing3.h (+13 -13), NonAdiabaticTable.cc (+57 -63), NonAdiabaticTable.h (+7 -13), PassiveScalar.cc (+22 -28), PassiveScalar.h (+7 -13), SimpleRxn.cc (+53 -59), SimpleRxn.h (+7 -13), TestModel.cc (+37 -39), TestModel.h (+9 -12), flameSheet_rxn.cc (+31 -37), flameSheet_rxn.h (+8 -14), sub.mk (+1 -1)
allen 2017-12-21 14:51 Rev.: 57507

cleaned up the dependency checks and removed the double negative directives

10 lines of code changed in 1 file:

  • CCA/Components/Models/FluidsBased: sub.mk (+10 -10)
allen 2017-12-20 19:24 Rev.: 57499

Found more models that need dependcy checks

6 lines of code changed in 1 file:

  • CCA/Components/Models/FluidsBased: sub.mk (+6 -1)
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

39 lines of code changed in 9 files:

  • CCA/Components/Models/FluidsBased: AdiabaticTable.cc (+5 -5), MassMomEng_src.cc (+1 -1), Mixing2.cc (+1 -1), Mixing3.cc (+1 -1), NonAdiabaticTable.cc (+4 -4), PassiveScalar.cc (+3 -3), SimpleRxn.cc (+5 -5), TestModel.cc (+8 -6), flameSheet_rxn.cc (+11 -8)
allen 2017-12-18 19:55 Rev.: 57476

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

205 lines of code changed in 20 files:

  • CCA/Components/Models/FluidsBased: AdiabaticTable.cc (+20 -20), AdiabaticTable.h (+4 -8), MassMomEng_src.cc (+9 -7), MassMomEng_src.h (+6 -4), Mixing.cc (+8 -6), Mixing.h (+6 -3), Mixing2.cc (+11 -10), Mixing2.h (+6 -4), Mixing3.cc (+4 -2), Mixing3.h (+6 -4), NonAdiabaticTable.cc (+22 -17), NonAdiabaticTable.h (+6 -5), PassiveScalar.cc (+12 -15), PassiveScalar.h (+6 -7), SimpleRxn.cc (+16 -14), SimpleRxn.h (+32 -30), TestModel.cc (+11 -10), TestModel.h (+6 -4), flameSheet_rxn.cc (+8 -7), flameSheet_rxn.h (+6 -4)
allen 2017-11-21 15:40 Rev.: 57322

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

42 lines of code changed in 20 files:

  • CCA/Components/Models/FluidsBased: AdiabaticTable.cc (+9 -7), AdiabaticTable.h (+5 -4), MassMomEng_src.cc (+1 -1), MassMomEng_src.h (+1 -1), Mixing.cc (+1 -1), Mixing.h (+1 -1), Mixing2.cc (+1 -1), Mixing2.h (+1 -1), Mixing3.cc (+1 -1), Mixing3.h (+1 -1), NonAdiabaticTable.cc (+3 -3), NonAdiabaticTable.h (+1 -1), PassiveScalar.cc (+7 -5), PassiveScalar.h (+1 -2), SimpleRxn.cc (+3 -3), SimpleRxn.h (+1 -1), TestModel.cc (+1 -1), TestModel.h (+1 -1), flameSheet_rxn.cc (+1 -1), flameSheet_rxn.h (+1 -1)
allen 2017-10-25 12:48 Rev.: 57176

added processor node identification to the proc group, also cleaned up method names

4 lines of code changed in 4 files:

  • CCA/Components/Models/FluidsBased: AdiabaticTable.cc (+1 -1), Mixing2.cc (+1 -1), Mixing3.cc (+1 -1), NonAdiabaticTable.cc (+1 -1)
jas 2017-10-13 14:42 Rev.: 57138

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:

  • CCA/Components/Models/FluidsBased: Mixing2.cc (+3 -3), Mixing3.cc (+2 -3)
jas 2017-04-20 13:29 Rev.: 56461

Update copyright.

29 lines of code changed in 37 files:

  • CCA/Components/Models/FluidsBased: AdiabaticTable.cc (+1 -1), AdiabaticTable.h (+1 -1), ArchesTable.cc (+1 -1), ArchesTable.h (new), MassMomEng_src.cc (+1 -1), MassMomEng_src.h (+1 -1), MaterialProperties.cc (+1 -1), MaterialProperties.h (+1 -1), Mixing.cc (+1 -1), Mixing.h (+1 -1), Mixing2.cc (+1 -1), Mixing2.h (+1 -1), Mixing3.cc (+1 -1), Mixing3.h (+1 -1), NonAdiabaticTable.cc (+1 -1), NonAdiabaticTable.h (+1 -1), PassiveScalar.cc (+1 -1), PassiveScalar.h (+1 -1), SimpleRxn.cc (+1 -1), SimpleRxn.h (+1 -1), TableFactory.cc (+1 -1), TableFactory.h (+1 -1), TableInterface.cc (+1 -1), TableInterface.h (+1 -1), TestModel.cc (+1 -1), TestModel.h (+1 -1), flameSheet_rxn.cc (+1 -1), flameSheet_rxn.h (+1 -1), sub.mk (+1 -1)
allen 2017-04-13 16:53 Rev.: 56426

change to SimTime

2 lines of code changed in 1 file:

  • CCA/Components/Models/FluidsBased: Mixing2.cc (+2 -2)
allen 2017-04-13 16:24 Rev.: 56421

Removed Time.h and replaced with Timers.hpp

12 lines of code changed in 6 files:

  • CCA/Components/Models/FluidsBased: AdiabaticTable.cc (+1 -1), ArchesTable.cc (+7 -5), MassMomEng_src.cc (+1 -2), NonAdiabaticTable.cc (+1 -1), SimpleRxn.cc (+1 -1), TestModel.cc (+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

117 lines of code changed in 8 files:

  • CCA/Components/Models/FluidsBased: AdiabaticTable.cc (+19 -18), ArchesTable.cc (+9 -10), Mixing.cc (+29 -27), NonAdiabaticTable.cc (+16 -17), PassiveScalar.cc (+7 -5), SimpleRxn.cc (+11 -12), TableFactory.cc (+9 -7), flameSheet_rxn.cc (+17 -17)
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.

48 lines of code changed in 20 files:

  • CCA/Components/Models/FluidsBased: AdiabaticTable.cc (+5 -3), AdiabaticTable.h (+1 -1), MassMomEng_src.cc (+1 -1), MassMomEng_src.h (+1 -1), Mixing.cc (+1 -1), Mixing.h (+1 -1), Mixing2.cc (+5 -3), Mixing2.h (+1 -1), Mixing3.cc (+5 -3), Mixing3.h (+1 -1), NonAdiabaticTable.cc (+5 -3), NonAdiabaticTable.h (+1 -1), PassiveScalar.cc (+5 -3), PassiveScalar.h (+1 -1), SimpleRxn.cc (+5 -3), SimpleRxn.h (+1 -1), TestModel.cc (+1 -1), TestModel.h (+1 -1), flameSheet_rxn.cc (+5 -3), flameSheet_rxn.h (+1 -1)
Generated by StatSVN 0.7.0