Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1937
Closed
Open
Issue created Nov 26, 2020 by Mattijs Janssens@MattijsMaintainer

redistributePar produces illogical warning message

Summary

redistributePar uses internally fvMeshSubset to subset mesh+fields to send to other processors. Exposed internal faces will produce a warning for any boundary condition holding per-face information (e.g. fixedValue v.s. uniformFixedValue).

Since the bits will get stitched later on there is actually no use for the warning message - it is just due to the current implementation.

Steps to reproduce

Eg in tutorials/incompressible/simpleFoam/pitzDaily :

mpirun -np 2 redistributePar -decompose -parallel

This will give a warning:

--> FOAM Warning : 
    From Foam::fixedValueFvPatchField<Type>::fixedValueFvPatchField(const Foam::fixedValueFvPatchField<Type>&, const Foam::fvPatch&, const Foam::DimensionedField<Type, Foam::volMesh>&, const Foam::fvPatchFieldMapper&) [with Type = double]
    in file src/finiteVolume/lnInclude/fixedValueFvPatchField.C at line 81
    On field subsetepsilon patch lowerWall patchField fixedValue : mapper does not map all values.
    To avoid this warning fully specify the mapping in derived patch fields.

Environment information

  • OpenFOAM version : <= v2006
Assignee
Assign to
Time tracking