Skip to content

0.6.0

Compare
Choose a tag to compare
@pbauman pbauman released this 23 May 19:40
· 1977 commits to master since this release

0.6.0 Release. Changes include:

  • Refactored SplitString function and renamed split_string.
    String utilities now in StringUtilities namespace.
  • Bugfix for variable index initialization. Now if a variable
    doesn't get properly initialized, an assert should be thrown.
  • Bugfix for axisymmetric case of ReactingLowMachNavierStokes
  • New SpalartAllmaras turbulence Physics (thanks to Vikram Garg).
  • New ParameterManager capability in development. In conjunction
    with computing parameter sensitivities. This is still experimental.
  • Fixes for viscosity handling in some stabilization classes.
  • Added LIBMESH_RUN capability to test suite. Now, test suite
    can be run with MPI.
  • Added new SourceFunction Physics for specifying source functions
    from the input file (as opposed to manually subclassing).
  • Refactored Simulation constructor to take GetPot/command line
    object. Previous constructor is deprecated.
  • Bug fix in postprocessing
  • Refactored mesh specification section of input file. Previous
    specification is deprecated. Added example input file in examples.
  • Added velocitypenalty2 + velocitypenalty3, to support 3d constraints
  • Added 'continue_after_max_iterations' option to parser
  • Added velocitypenalty2 + velocitypenalty3, to support 3d constraints
  • Added unused input variable detection. Errors by default for any
    detected unused input variables.
  • Fix for FlowVariables parsing
  • Symmetry boundary conditions for ElasticMembrane
  • Bugfixes for mixed ElasticMembrane/Cable case, added regression test
  • Refactoring of ElasticCable, HookesLaw for better 1D support