-
- Downloads
BUG: misleading error message in finiteArea construct
- the default (uninitialised) value for edge connections of -1 could be confused with a tagged finiteArea patch, which used (-patchid-1) encoding. This would lead to messages about erroneous processor-processor addressing, but is in fact an mismatched edge connection. Now tag the finiteArea patch as (-patchid-2) to avoid this ambiguity and correctly generate an "Undefined connection:" message instead. Properly flush the VTP writers before raising a FatalError to ensure that they are not prematurely truncated. Open Point: The base problem of "Undefined connection:" is largely related to multiply-connected face edges (ie, from the underlying volume mesh). Not easily remedied in the finiteArea generation. TUT: basic finiteArea setup on motorBike
Showing
- src/finiteArea/faMesh/faMesh.H 15 additions, 15 deletionssrc/finiteArea/faMesh/faMesh.H
- src/finiteArea/faMesh/faMeshPatches.C 38 additions, 21 deletionssrc/finiteArea/faMesh/faMeshPatches.C
- src/finiteArea/faMesh/faMeshTopology.C 106 additions, 48 deletionssrc/finiteArea/faMesh/faMeshTopology.C
- tutorials/incompressible/simpleFoam/motorBike/system/decomposeParDict-random 22 additions, 0 deletions...sible/simpleFoam/motorBike/system/decomposeParDict-random
- tutorials/incompressible/simpleFoam/motorBike/system/faMeshDefinition 30 additions, 0 deletions...compressible/simpleFoam/motorBike/system/faMeshDefinition
- tutorials/incompressible/simpleFoam/motorBike/system/faSchemes 32 additions, 0 deletions...ials/incompressible/simpleFoam/motorBike/system/faSchemes
- tutorials/incompressible/simpleFoam/motorBike/system/faSolution 19 additions, 0 deletions...als/incompressible/simpleFoam/motorBike/system/faSolution
Loading
Please register or sign in to comment