Skip to content

uniformInterpolatedPointPatchVectorField does not work with redistributePar

Summary

uniformInterpolatedPointPatchVectorField does not work with redistributePar. This is to do with the dictionary constructor forcing evaluation of the boundary condition.

Steps to reproduce

Create a case with uniformInterpolatedPointPatchVectorField. Run redistributePar. It will fail with a FatalError.

Environment information

  • OpenFOAM version : v2206
  • Operating system :
  • Hardware info :
  • Compiler :

Possible fixes

Delay searching for times until they are actually needed.