mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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;
|
||||
@ -22,7 +22,7 @@ boundaryField
|
||||
{
|
||||
inlet
|
||||
{
|
||||
type directMapped;
|
||||
type mapped;
|
||||
value uniform (10 0 0);
|
||||
interpolationScheme cell;
|
||||
setAverage true;
|
||||
@ -22,7 +22,7 @@ boundaryField
|
||||
{
|
||||
inlet
|
||||
{
|
||||
type directMapped;
|
||||
type mapped;
|
||||
value uniform 2e-05;
|
||||
interpolationScheme cell;
|
||||
setAverage false;
|
||||
@ -22,7 +22,7 @@ boundaryField
|
||||
{
|
||||
inlet
|
||||
{
|
||||
type directMapped;
|
||||
type mapped;
|
||||
value uniform 0;
|
||||
interpolationScheme cell;
|
||||
setAverage false;
|
||||
@ -89,7 +89,7 @@ boundary
|
||||
(
|
||||
inlet
|
||||
{
|
||||
type directMappedPatch;
|
||||
type mappedPatch;
|
||||
offset ( 0.0495 0 0 );
|
||||
sampleRegion region0;
|
||||
sampleMode nearestCell;
|
||||
@ -19,7 +19,7 @@ FoamFile
|
||||
(
|
||||
inlet
|
||||
{
|
||||
type directMappedPatch;
|
||||
type mappedPatch;
|
||||
nFaces 30;
|
||||
startFace 27238;
|
||||
sampleMode nearestCell;
|
||||
Reference in New Issue
Block a user