[root]/CCA/Components/MPMArches
fortran
(15 files, 3484 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 28 (100.0%) | 1719 (100.0%) | 61.3 |
jthornoc | 4 (14.3%) | 1667 (97.0%) | 416.7 |
harman | 8 (28.6%) | 43 (2.5%) | 5.3 |
jas | 16 (57.1%) | 9 (0.5%) | 0.5 |
added: #include <CCA/Ports/SolverInterface.h>
0 lines of code changed in 2 files:
removed dead.h file from includes
0 lines of code changed in 1 file:
added solver port to MPMARCHES.
- removed spam.
(I know this is poor timing on this commit!)
6 lines of code changed in 1 file:
Fixed an issue with the new enthalpy solver and turning on wall heat
exchange.
15 lines of code changed in 3 files:
MPMARCHES:scheduleMomExchange()
- only compute d_cellInfoLabel for the arches matl.
PressureSolverV2.cc
- initialize d_indx = -9
- addHydrostaticTermtoPressure()
use locally defined indx instead of d_indx. This task is called by
MPMARCHES and d_indx isn't defined.
UnknownVariable.cc
- removed conditional around adding matl index to exception message.
1 lines of code changed in 1 file:
Update copyright year.
9 lines of code changed in 16 files:
added OnTheFlyAnalysis to libs.
1 lines of code changed in 1 file:
OntheFlyAnalysis:lineExtract
- The default matl is 0 but the user override that by specifying:
<material> [name of matl] <material> or
<materialIndex> <materialIndex>.
MPMArches can now use the DataAnalysis utilities.
35 lines of code changed in 2 files:
EnthalpySolver:
Passing the correct enthalpy source for energy exchange.
TransportEqns/ScalarEqn.cc:
Cleaned up some unused variables.
MPMArches.cc:
Indenting.
energy_exchange_term:
Computing the boundary condition for radiative heat flux to the gas from
the solid.
1652 lines of code changed in 1 file: