Skip to content
Snippets Groups Projects
Commit 5f73cb61 authored by Andrew Heather's avatar Andrew Heather
Browse files

Merge branch 'merge-foundation' into 'develop'

Merge foundation

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(<field>) & mesh.Sf()
- integration of new c++ features: no more spaces between closing template braces, e.g. class1<class2<Type> > becomes class1<class2<Type>>
- DataEntry renamed to Function1

New functionality:
- Updated 6DoF
- fvOptions support in turbulence models

See merge request !33
parents ef29ad4c 26e1b299
Branches
Tags
No related merge requests found
Showing
with 80 additions and 137 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment