ENH: Multiple commits - lumped due to git index file corruption

- Re-located mapped point patches
- Updated mapped patch write
- deprecated directMapped in favour of mapped
- updated resulting dependancies - apps/libs/tuts
This commit is contained in:
andy
2011-09-09 12:05:12 +01:00
parent 531b721d4b
commit 8ae9569085
106 changed files with 558 additions and 5444 deletions

View File

@ -22,7 +22,7 @@ boundaryField
{
inlet
{
type directMapped;
type mapped;
value uniform (0 0 0 0 0 0 0 0 0);
interpolationScheme cell;
setAverage false;

View File

@ -22,7 +22,7 @@ boundaryField
{
inlet
{
type directMapped;
type mapped;
value uniform (10 0 0);
interpolationScheme cell;
setAverage true;

View File

@ -22,7 +22,7 @@ boundaryField
{
inlet
{
type directMapped;
type mapped;
value uniform 2e-05;
interpolationScheme cell;
setAverage false;

View File

@ -22,7 +22,7 @@ boundaryField
{
inlet
{
type directMapped;
type mapped;
value uniform 0;
interpolationScheme cell;
setAverage false;

View File

@ -89,7 +89,7 @@ boundary
(
inlet
{
type directMappedPatch;
type mappedPatch;
offset ( 0.0495 0 0 );
sampleRegion region0;
sampleMode nearestCell;

View File

@ -19,7 +19,7 @@ FoamFile
(
inlet
{
type directMappedPatch;
type mappedPatch;
nFaces 30;
startFace 27238;
sampleMode nearestCell;