Skip to content
Snippets Groups Projects
  1. Mar 08, 2016
    • Timo Koch's avatar
      [2pncmin][cleanup] Beautifications, remove white space, unused typedefs, members, functions. · 6b5aff33
      Timo Koch authored
      Introduce epsilon for floating point comparison in test.
      6b5aff33
    • Timo Koch's avatar
      [fluxvars] Make FluxVariables default constructable · 04324a52
      Timo Koch authored
      This commit contains backward imcompatible. All flux variables
      now have to be default constructed. Implementers of flux variables
      need to make their implementation default construcable too.
      All calls to the old non-default ctors will throw errors at runtime and
      emit deprecation warning at compile time. FluxVars are no constructed
      and update like this:
      
      FluxVariables fluxVars;
      fluxVars.update(...)
      
      Being default contructable offers more flexible class inheritance
      and more flexible caching possiblities.
      
      To this end especially the 2pnc/2pncmin flux variables where
      updated to comform with other models. This involves some
      deprecations. The 2pncmin reference had to be altered in the
      velocity. The velocity was previously outputted wrongly as
      the correct volumeFlux variable was never computed for 2pnc/2pncmin.
      04324a52
  2. Mar 02, 2016
    • Kilian Weishaupt's avatar
      [test][CO2] Ignore vertex-wise defined porosity · cd06bc45
      Kilian Weishaupt authored
      Ignore the porosity for all box models since it is defined element-wise
      in these test but the default 2p2c implementation outputs porosity per
      vertex. Depending on the order of the elements, the porosity would
      differ in these cases.
      cd06bc45
  3. Feb 22, 2016
  4. Feb 19, 2016
  5. Feb 16, 2016
  6. Feb 10, 2016
  7. Feb 02, 2016
  8. Jan 28, 2016
    • Kilian Weishaupt's avatar
      [cleanup] Use convenience function for temperature · 149f77c1
      Kilian Weishaupt authored
      Implement a temperature() function in the volvars and use it
      instead of volvars.fluidstate().xtemperature().
      This reuqired the implementation of two template functions
      to ensure that the correct temperature() function is called
      depending on the number of energy equations considered.
      149f77c1
  9. Jan 27, 2016
  10. Jan 26, 2016
    • Kilian Weishaupt's avatar
      [test_boxmpnckinetic] Update reference solution · d3e3e857
      Kilian Weishaupt authored
      After commit 8557b77e
      which fixed shadowed variables in the fluidsystem,
      the test did not pass anymore. In addition, a new grid
      creator is used now which also leads to slight differences in the
      coordinates. Therefore, the reference solution had to be updated.
      d3e3e857
  11. Jan 25, 2016
    • Thomas Fetzer's avatar
      [compositionalfluidstate,test] Fix bug introduced in commit 15029. · 71471803
      Thomas Fetzer authored
      Fixes a bug with conditional jump over uninitialized values, which was intoduced by generalizing how massFractions are set.
      This keeps the generalization, but reverts everything else to what it has been before.
      Changes in reference solutions are necessary due to small changes.
      
      Thanks gruenich for git-bisecting.
      71471803
  12. Jan 22, 2016
  13. Jan 19, 2016
  14. Jan 13, 2016
Loading