Directory CCA/Components/ICE/CustomBCs/

Total Files:
13
Deleted Files:
0
Lines of Code:
5034

[root]/CCA/Components/ICE/CustomBCs

Lines of Code

CCA/Components/ICE/CustomBCs/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 50 (100.0%) 159 (100.0%) 3.1
jas 37 (74.0%) 125 (78.6%) 3.3
luitjens 6 (12.0%) 17 (10.7%) 2.8
harman 6 (12.0%) 9 (5.7%) 1.5
dav 1 (2.0%) 8 (5.0%) 8.0

Most Recent Commits

luitjens 2009-11-16 11:41 Rev.: 45067

Migrated a few more function calls to the new patch interface.

Deleted the old patch interface.

Removed __New() from the new patch interface calls.

17 lines of code changed in 6 files:

  • CCA/Components/ICE/CustomBCs: LODI.cc (new), LODI2.cc (+10 -10), microSlipBCs.cc (new)
jas 2009-09-30 16:47 Rev.: 44766

Move d_gravity from SimulationState.h to various components that use it.

12 lines of code changed in 5 files:

  • CCA/Components/ICE/CustomBCs: C_BC_driver.h (+1), LODI2.cc (+10 -1), LODI2.h (new)
jas 2009-09-21 21:12 Rev.: 44732

Revert revision 44731

3 lines of code changed in 6 files:

  • CCA/Components/ICE/CustomBCs: C_BC_driver.h (+1 -2), LODI.cc (+1 -1), LODI.h (-2), LODI2.cc (+1 -1), LODI2.h (-2)
jas 2009-09-21 18:08 Rev.: 44731

Move d_ref_press and d_gravity from SimulationState.h to the MPM and ICE
components.

8 lines of code changed in 5 files:

  • CCA/Components/ICE/CustomBCs: C_BC_driver.h (+2 -1), LODI.cc (+1 -1), LODI.h (+2), LODI2.cc (+1 -1), LODI2.h (+2)
harman 2009-06-05 11:11 Rev.: 44392

jetLodi.ups:
added a new input file that has a pulsating jet of air on the x- face, walls on
y+-, LODI on x+ and symmetric on z+-.

sine.(cc/h)
-Added sinusoidal change to vel_CC & vel_FC
- The user must have:
<SINE_BC>
<omega> 100 </omega>
<A> 10 </A>
<reference_pressure> 101325 </reference_pressure>
<reference_velocity> [10,0,0] </reference_velocity>
</SINE_BC>
in the input file.

ups_spec.xml
- updated the ups spe

0 lines of code changed in 4 files:

  • CCA/Components/ICE/CustomBCs: sine.cc (changed), sine.h (new)
harman 2009-04-17 11:08 Rev.: 44143

preprocess_Lodi_BCs()
getICEMaterials -> getMaterials
The user is inputting the material index not the index for just the ICE matls.
Confusing enough?

1 lines of code changed in 1 file:

  • CCA/Components/ICE/CustomBCs: LODI2.cc (+1 -1)
harman 2009-04-15 12:20 Rev.: 44110

problemSetup
- added bulletproofing so the user can't apply LODI bcs to "all" materials

addRequires()
- require gammaLabel in CC_exchange portion

preprocess_Lodi_BCs()
- corrected how we determine the material index. This bug surfaced when we switch the
location of the ICE and MPM material sections in the ups file.

8 lines of code changed in 1 file:

  • CCA/Components/ICE/CustomBCs: LODI2.cc (+8 -2)
dav 2009-04-03 15:26 Rev.: 43973

M CCA/Components/OnTheFlyAnalysis/particleExtract.cc

- Fixed compiler warnings. Use "()" around portions of if statements
to make them more clear (make explicit order of evaluation).
- Added 'default' to switch statement to quiet compiler complaint that some
options were not handled.

M CCA/Components/ICE/CustomBCs/LODI2.cc

- Fixed compiler warnings. Use "()" around portions of if statements
to make them more clear (make explicit order of evaluation).

M CCA/Components/Arches/Properties.cc

- Indented and added "{}" around some if statements. Quiets compiler
warnings and makes code easier to follow.

M CCA/Components/Arches/MCRT/ArchesRMCRT/RMCRTRadiationModel.h

- Added "{}" around some if statements. Quiets compiler warnings and
makes code easier to follow.

M Core/Grid/Variables/constVariable.h
M Core/Grid/Variables/constVariableBase.h

- Make getBaseRep() const. This allows for making a vector of
constVariable pointers like this:

constCCVariable<int> testCC;
vector<const constCCVariable<int>*> vCCVars;

// Get the testCC variable.
new_dw->get( testCC, lb->partCountLabel, 0, patch, Ghost::None, 0 );

// Create an empty constCCVariable.
constCCVariable<int> * testCCp = scinew constCCVariable<int>();

// Copy the pointer to the data (testCC) into our new variable.
testCCp->copyPointer( testCC );

// Save the new variable in a vector for future use.
vCCVars.push_back( testCCp );

- Commented out duplicate(ish) copyPointer() that can't be used anyway
because the compiler complains that it is ambiguous with the other
version of copyPointer(). (The parameters Variable& and
VariableBase& can't be distinguished.)

8 lines of code changed in 1 file:

  • CCA/Components/ICE/CustomBCs: LODI2.cc (+8 -8)
jas 2009-03-18 23:33 Rev.: 43774

Use findBlockWithOutAttributes() when searching for MaterialProperties
to avoid finding the MaterialProperties add=true node.

This is second part of the changes needed to replace the
AddMaterialProperties with attribute add=true for MaterialProperties.

4 lines of code changed in 3 files:

  • CCA/Components/ICE/CustomBCs: MMS_BCs.cc (new), sine.cc (+2 -1)
jas 2009-03-09 16:43 Rev.: 43521

Remove sgi_stl_warnings include line

0 lines of code changed in 1 file:

  • CCA/Components/ICE/CustomBCs: LODI2.h (-2)
jas 2009-03-09 15:29 Rev.: 43510

Remove the Packages/Uintah/

92 lines of code changed in 15 files:

  • CCA/Components/ICE/CustomBCs: C_BC_driver.cc (new), C_BC_driver.h (+6 -6), LODI.cc (+11 -11), LODI.h (+8 -8), LODI2.cc (+11 -11), LODI2.h (+8 -8), MMS_BCs.cc (+7 -7), MMS_BCs.h (new), microSlipBCs.cc (+7 -7), microSlipBCs.h (new), sine.cc (+7 -7), sine.h (+8 -8)
jas 2009-03-09 15:23 Rev.: 43506

Remove the Packages/Uintah/

6 lines of code changed in 2 files:

  • CCA/Components/ICE/CustomBCs: sub.mk (new)
Generated by StatSVN 0.4.0