Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
8af4af8f
Commit
8af4af8f
authored
Jun 18, 2008
by
h.weller@opencfd.co.uk
Committed by
graham
Jun 18, 2008
Browse files
Pstream::Pstream::blocking -> Pstream::blocking
parent
ddbb9c06
Changes
28
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.H
View file @
8af4af8f
...
...
@@ -124,7 +124,7 @@ public:
//- Update the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
};
...
...
src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.H
View file @
8af4af8f
...
...
@@ -117,7 +117,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
)
=
0
;
//- Initialise swap of patch point values
...
...
src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.H
View file @
8af4af8f
...
...
@@ -183,7 +183,7 @@ public:
//- Update the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
...
...
src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.H
View file @
8af4af8f
...
...
@@ -163,7 +163,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
...
...
src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchField.H
View file @
8af4af8f
...
...
@@ -154,7 +154,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
)
{}
...
...
src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.H
View file @
8af4af8f
...
...
@@ -165,7 +165,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
)
{}
...
...
src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchField.H
View file @
8af4af8f
...
...
@@ -128,7 +128,7 @@ public:
//- Update the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
};
...
...
src/OpenFOAM/fields/pointPatchFields/derived/global/globalPointPatchField.H
View file @
8af4af8f
...
...
@@ -140,7 +140,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
)
{}
...
...
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H
View file @
8af4af8f
...
...
@@ -353,14 +353,14 @@ public:
//- Initialise evaluation of the patch field (do nothing)
virtual
void
initEvaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
)
{}
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
...
...
src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchField.H
View file @
8af4af8f
...
...
@@ -131,7 +131,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
//- Return face-gradient transform diagonal
...
...
src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.H
View file @
8af4af8f
...
...
@@ -196,7 +196,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
//- Return face-gradient transform diagonal
...
...
src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.H
View file @
8af4af8f
...
...
@@ -168,7 +168,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
//- Return the matrix diagonal coefficients corresponding to the
...
...
src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.H
View file @
8af4af8f
...
...
@@ -201,7 +201,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
//- Return the matrix diagonal coefficients corresponding to the
...
...
src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.H
View file @
8af4af8f
...
...
@@ -163,14 +163,14 @@ public:
//- Initialise the evaluation of the patch field
virtual
void
initEvaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
)
{}
//- Evaluate the patch field, sets Updated to false
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
)
{}
...
...
src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchField.H
View file @
8af4af8f
...
...
@@ -137,7 +137,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
//- Return the matrix diagonal coefficients corresponding to the
...
...
src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.H
View file @
8af4af8f
...
...
@@ -131,7 +131,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
//- Return face-gradient transform diagonal
...
...
src/finiteVolume/fields/fvPatchFields/derived/expDirectionMixed/expDirectionMixedFvPatchField.H
View file @
8af4af8f
...
...
@@ -202,7 +202,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
//- Return the matrix diagonal coefficients corresponding to the
...
...
src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.H
View file @
8af4af8f
...
...
@@ -165,7 +165,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
//- Return face-gradient transform diagonal
...
...
src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H
View file @
8af4af8f
...
...
@@ -127,7 +127,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
...
...
src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.H
View file @
8af4af8f
...
...
@@ -164,7 +164,7 @@ public:
//- Evaluate the patch field
virtual
void
evaluate
(
const
Pstream
::
commsTypes
commsType
=
Pstream
::
Pstream
::
blocking
const
Pstream
::
commsTypes
commsType
=
Pstream
::
blocking
);
//- Return face-gradient transform diagonal
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment