mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: finite volume did not work before.
This commit is contained in:
@ -193,8 +193,7 @@ class FaceCellWave
|
||||
const polyPatch& patch,
|
||||
const label nFaces,
|
||||
const labelList&,
|
||||
const List<Type>&,
|
||||
const bool isParallel
|
||||
const List<Type>&
|
||||
);
|
||||
|
||||
//- Extract info for single patch only
|
||||
@ -225,23 +224,6 @@ class FaceCellWave
|
||||
List<Type>& faceInfo
|
||||
) const;
|
||||
|
||||
//- Send info to neighbour
|
||||
void sendPatchInfo
|
||||
(
|
||||
const label neighbour,
|
||||
const label nFaces,
|
||||
const labelList&,
|
||||
const List<Type>&
|
||||
) const;
|
||||
|
||||
//- Receive info from neighbour. Returns number of faces received.
|
||||
label receivePatchInfo
|
||||
(
|
||||
const label neighbour,
|
||||
labelList&,
|
||||
List<Type>&
|
||||
) const;
|
||||
|
||||
//- Offset face labels by constant value
|
||||
static void offset
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user