Skip to content

Merge foundation

Andrew Heather requested to merge merge-foundation into develop

Integrating latest code from the OF Foundation - main changes:

Lots of renaming/refactoring:

  • to retrieve reference from tmp, now need to use tmp.ref() as opposed to tmp()
  • fvc::flux function to replace fvc::interpolate() & mesh.Sf()
  • integration of new c++ features: no more spaces between closing template braces, e.g. class1<class2 > becomes class1<class2>
  • DataEntry renamed to Function1

New functionality:

  • Updated 6DoF
  • fvOptions support in turbulence models

Merge request reports