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

@ -50,7 +50,7 @@ boundaryField
"(region0_to.*)"
{
type directMappedFlowRate;
type mappedFlowRate;
phi phi;
nbrPhi phiGas;
rho rho;

View File

@ -38,7 +38,7 @@ boundaryField
region0_to_panelRegion_left_face
{
type directMappedField;
type mappedField;
sampleRegion region0;
sampleMode nearestPatchFace;
samplePatch region0_to_panelRegion_left_face;
@ -51,7 +51,7 @@ boundaryField
region0_to_panelRegion_right_face
{
type directMappedField;
type mappedField;
sampleRegion region0;
sampleMode nearestPatchFace;
samplePatch region0_to_panelRegion_right_face;

View File

@ -28,7 +28,7 @@ nLayers 5;
expansionRatio 1;
adaptMesh true; // directMapped for both
adaptMesh true; // mapped for both
linearNormalCoeffs
{

View File

@ -87,7 +87,7 @@ boundary
baffle1Wall_0
{
type directMappedWall;
type mappedWall;
sampleMode nearestPatchFace;
sampleRegion region0;
samplePatch baffle1Wall_1;
@ -98,7 +98,7 @@ boundary
baffle1Wall_1
{
type directMappedWall;
type mappedWall;
sampleMode nearestPatchFace;
sampleRegion region0;
samplePatch baffle1Wall_0;
@ -109,7 +109,7 @@ boundary
baffle2Wall_0
{
type directMappedWall;
type mappedWall;
sampleMode nearestPatchFace;
sampleRegion region0;
samplePatch baffle2Wall_1;
@ -120,7 +120,7 @@ boundary
baffle2Wall_1
{
type directMappedWall;
type mappedWall;
sampleMode nearestPatchFace;
sampleRegion region0;
samplePatch baffle2Wall_0;

View File

@ -49,7 +49,7 @@ FoamFile
}
baffle1Wall_0
{
type directMappedWall;
type mappedWall;
nFaces 7;
startFace 3246;
sampleMode nearestPatchFace;
@ -60,7 +60,7 @@ FoamFile
}
baffle1Wall_1
{
type directMappedWall;
type mappedWall;
nFaces 7;
startFace 3253;
sampleMode nearestPatchFace;
@ -71,7 +71,7 @@ FoamFile
}
baffle2Wall_0
{
type directMappedWall;
type mappedWall;
nFaces 7;
startFace 3260;
sampleMode nearestPatchFace;
@ -82,7 +82,7 @@ FoamFile
}
baffle2Wall_1
{
type directMappedWall;
type mappedWall;
nFaces 7;
startFace 3267;
sampleMode nearestPatchFace;

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;

View File

@ -17,7 +17,7 @@ FoamFile
dimensions [0 0 0 0 0 0 0];
internalField nonuniform List<scalar>
internalField nonuniform List<scalar>
1875
(
1

View File

@ -29,8 +29,8 @@ divSchemes
{
default none;
"div\(phi,alpha.*\)" Gauss vanLeer;
"div\(phir,alpha.*,alpha.*\)" Gauss vanLeer;
div(phi,alpha) Gauss upwind; //limitedLinear01 1;
div(phirb,alpha) Gauss upwind;
"div\(phiAlpha.*,U.*\)" Gauss limitedLinearV 1;
div(Rc) Gauss linear;
@ -39,7 +39,7 @@ divSchemes
laplacianSchemes
{
default Gauss linear corrected;
default Gauss linear uncorrected;
}
interpolationSchemes
@ -49,7 +49,7 @@ interpolationSchemes
snGradSchemes
{
default corrected;
default uncorrected;
}
fluxRequired

View File

@ -22,25 +22,25 @@ boundaryField
{
leftWall
{
type multiphaseFixedFluxPressure;
type buoyantPressure;
value uniform 0;
}
rightWall
{
type multiphaseFixedFluxPressure;
type buoyantPressure;
value uniform 0;
}
lowerWall
{
type multiphaseFixedFluxPressure;
type buoyantPressure;
value uniform 0;
}
atmosphere
{
type totalPressure;
type fixedValue; //totalPressure;
p0 uniform 0;
U Uair;
phi phiair;

View File

@ -27,12 +27,12 @@ gradSchemes
divSchemes
{
"div\(phi,alpha.*\)" Gauss vanLeer;
"div\(phir,alpha.*,alpha.*\)" Gauss vanLeer;
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss vanLeer;
"div\(phiAlpha.*,U.*\)" Gauss limitedLinearV 1;
"div\(phiAlpha.*,U.*\)" Gauss upwind;
div(Rc) Gauss linear;
"div\(phi.*,U.*\)" Gauss limitedLinearV 1;
"div\(phi.*,U.*\)" Gauss upwind;
}
laplacianSchemes