Skip to content

error in sizeDistribution.h and tutorial case

Summary

There has been a change in OF in the newer versions where lib 'reactingEulerFoamFunctionObjects'

Nevertheless, this files (not sure if others, this is the result from `foam && grep "reactingEulerFoamFunctionObjects" -r .`) were not updated:

./functionObjects/phaseSystems/sizeDistribution/sizeDistribution.H
./src/functionObjects/phaseSystems/phaseForces/phaseForces.H
./tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumnPolydisperse/system/controlDict

if I am not wrong, it should be changed to `libphaseFunctionObjects`

Steps to reproduce

try to run the ./tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumnPolydisperse case and read the log.

Example case

./tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumnPolydisperse

What is the current bug behaviour?

it has an old library which does not exist anymore therefore the function object fails

What is the expected correct behavior?

the function object should run

Relevant logs and/or images

Environment information

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

Possible fixes