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() & 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
Activity
Filter activity
Fixes #101 (closed) partly
Fixes partly #101 (closed)
Fixes #92 (closed)
348 348 349 349 currentFrameI_++; 350 350 351 position_ += currentFrameI_*dPosition_; 351 position_ += dPosition_; 352 353 if (position_ > (1 + 0.5*dPosition_)) @andy Maybe this check should be prior increment for position_
e.g. for 3 frames=> 2 steps=> dPosition=0.5
values for position_ at line 353 are 0.5, 1, 1.5
348 348 349 349 currentFrameI_++; 350 350 351 position_ += currentFrameI_*dPosition_; 351 position_ += dPosition_; 352 353 if (position_ > (1 + 0.5*dPosition_)) Fair comment - have updated in commit 67232e8c
Added 1 commit:
- cfd3944e - ENH: Tutorials - updated use of -log to use -s
Added 1 commit:
- 1962b3bc - ENH: Tutorial updates
Added 1 commit:
- 763ead6a - ENH: More tuorial updates
Added 1 commit:
- eb1a6ae7 - ENH: Further tutorial update
Added 1 commit:
- f9e29576 - ENH: Integration updates
Added 1 commit:
- 7998a17a - STYLE: boundaryRadiationProperties updates
Added 1 commit:
- 2693fbd3 - BUG: bashrc - added missing _foamSource scotch
Added 1 commit:
- d8f1b6bb - STYLE: corrected header
Added 1 commit:
- 13db9e54 - Revert "Change boundaryRadiationProperties and boundaryRadiationPropertiesPatch …
Added integration: openfoam.org label
mentioned in commit 78321389