Skip to content

Version 2.0

Latest
Compare
Choose a tag to compare
@philipcardiff philipcardiff released this 20 Dec 12:24
· 131 commits to nextRelease since this release

What's Changed

  • solids4foam-v2.0 compiles with newer versions of OpenFOAM and foam-extend
  • solids4foam has moved from bitbucket to GitHub
  • solids4foam has a new website: https://solids4foam.github.io
  • In collaboration with the preCICE development team, support has been added for using solids4foam with preCICE
  • The latest versions of solids4foam are now automatically added to the solids4foam Docker Hub page
  • New solid mechanical laws have been added, including Mooney-Rivlin, Yeoh, and isotropic Fung (and Ogden soon)
  • New solid models have been added, such as the block-coupled vertex-centred approach built on the PETSc linear solver toolbox
  • The fluid models more closely follow the code from the underlying OpenFOAM version
  • The build and test scripts have been re-designed
  • A tutorials benchmark data repository has been created for storing reference data and results for the tutorials
  • solids4foam has a new logo! It is a deformed green nabla (like a deformed structure) with strings; the strings are a hat tip to the origins of the nabla symbol and the national symbol of Ireland
  • The filesToReplaceInOF has been removed, although optionalFixes are still recommended when using foam-extend
    foam-extend is no longer the primary development fork for solids4foam; instead, it is equally likely that new features will be developed in any of the three supported forks
  • There is greater support for OpenFOAM.com and OpenFOAM.org versions; for example, multi-material and solid-to-solid contact is now supported
  • Create buildAndTest.yml by @philipcardiff in #2
  • Support for Robin boundary conditions in pimpleFluid and unified 3dTube tutorial by @iagolessa in #14
  • Add new function object to write differential stress by @scottlevie97 in #16
  • Feature object volumetric strain by @scottlevie97 in #17
  • Feature differential stresses by @scottlevie97 in #19
  • Feature ogden by @philipcardiff in #23
  • Fixed and documented tutorials of hyperelastic laws. by @iagolessa in #24

New Contributors

Full Changelog: v1.1...v2.0