Directory Packages/Uintah/CCA/Components/MPM/PhysicalBC/

Total Files:
18
Deleted Files:
0
Lines of Code:
1320

[root]/Packages/Uintah/CCA/Components/MPM/PhysicalBC

Lines of Code

Packages/Uintah/CCA/Components/MPM/PhysicalBC/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 70 (100.0%) 897 (100.0%) 12.8
jas 59 (84.3%) 851 (94.9%) 14.4
luitjens 8 (11.4%) 42 (4.7%) 5.2
harman 3 (4.3%) 4 (0.4%) 1.3

Most Recent Commits

luitjens 2007-09-05 09:32 Rev.: 38597

new->scinew

42 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: ArchesHeatFluxBC.cc (new), HeatFluxBC.cc (new), NormalForceBC.cc (new), PressureBC.cc (+12 -12)
harman 2007-07-02 17:05 Rev.: 37945

output diet

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: PolynomialData.cc (changed)
jas 2007-06-20 18:41 Rev.: 37864

Add the endcap surface area only when we have end caps in input file.

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: ArchesHeatFluxBC.cc (+2 -2)
jas 2007-06-20 13:19 Rev.: 37856

Add endcap average data to the computation of heat fluxes.

68 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: ArchesHeatFluxBC.cc (+19 -5), PolynomialData.cc (+44 -18), PolynomialData.h (+5 -1)
jas 2007-05-02 20:21 Rev.: 37485

Fix bug in computing heat flux values from polynomial data.
Turn off printing of physical bcs at the start of problem.

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: PolynomialData.cc (+4 -4)
jas 2007-05-02 09:47 Rev.: 37473

Remove the skipping over of the angular data that is in the heat flux dat
files.

7 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: PolynomialData.cc (+7 -7)
harman 2007-05-02 09:37 Rev.: 37471

more descriptive exception message

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: PolynomialData.cc (+4 -3)
jas 2007-04-25 09:01 Rev.: 37410

Reduce printed output of bc data.

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: ArchesHeatFluxBC.cc (+2)
jas 2007-04-11 17:19 Rev.: 37271

Add the ProblemSpec information for the PhysicalBC to allow restarting.

78 lines of code changed in 26 files:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: ArchesHeatFluxBC.cc (+10), ArchesHeatFluxBC.h (+1), CrackBC.cc (+5), CrackBC.h (+2 -1), ForceBC.cc (+5), ForceBC.h (new), HeatFluxBC.cc (+10), HeatFluxBC.h (new), LoadCurve.h (+15), MPMPhysicalBC.h (new), NormalForceBC.cc (+6), NormalForceBC.h (+1), PolynomialData.cc (+9), PolynomialData.h (+1), PressureBC.cc (+6), PressureBC.h (+2)
jas 2007-04-06 14:11 Rev.: 37250

Interpolated flux values are now correctly scaled.

12 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: ArchesHeatFluxBC.cc (+6 -5), HeatFluxBC.cc (+2 -1), PolynomialData.cc (+4 -4)
jas 2007-04-02 21:59 Rev.: 37214

Compute heat flux values using trig function mappings.

27 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: ArchesHeatFluxBC.cc (+2 -1), PolynomialData.cc (+24 -4), PolynomialData.h (+1 -2)
jas 2007-03-27 14:23 Rev.: 37144

Remove the boundary_traction_faces explicit input, use the values read in
from MPMFlags.

15 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: PolynomialData.cc (+15 -1)
jas 2007-02-27 16:21 Rev.: 36885

Add triangulated surface as a possible geometry piece to be used for the
application of heat fluxes.

21 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: HeatFluxBC.cc (+21)
jas 2007-02-06 09:42 Rev.: 36622

Add further refinements for getting heat flux polynomial data to the particles.

22 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: PolynomialData.cc (+21), PolynomialData.h (+1)
jas 2007-01-21 20:25 Rev.: 36436

Add arches heat flux boundary conditions.

226 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: ArchesHeatFluxBC.cc (+23 -2), ArchesHeatFluxBC.h (+4 -1), MPMPhysicalBCFactory.cc (+5 -10), PolynomialData.cc (+135), PolynomialData.h (+57), sub.mk (+2 -2)
jas 2007-01-04 15:38 Rev.: 36318

New arches heat flux boundary conditions modeled after HeatFluxBC.

350 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: ArchesHeatFluxBC.cc (+227), ArchesHeatFluxBC.h (+116), MPMPhysicalBCFactory.cc (+5), sub.mk (+2 -1)
jas 2007-01-04 12:00 Rev.: 36313

Add flux variations over a cylinder.

17 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/PhysicalBC: HeatFluxBC.cc (+10), HeatFluxBC.h (+5 -5), sub.mk (+2 -1)
Generated by StatSVN 0.4.0