Skip to content
Snippets Groups Projects
  1. Apr 14, 2020
  2. Apr 10, 2020
  3. Apr 07, 2020
  4. Apr 06, 2020
  5. Apr 04, 2020
  6. Apr 03, 2020
  7. Apr 01, 2020
  8. Mar 31, 2020
  9. Mar 30, 2020
  10. Mar 26, 2020
    • Timo Koch's avatar
      [diffcoeff] Fix occurences of diffCoeff(p,p,c) using FS::getMainComponent · bb3d763a
      Timo Koch authored and Ned Coltman's avatar Ned Coltman committed
      FluidSystem::getMainComponent returns the main componet index of the phase.
      This doesn't actually make sense for the tracer models which why this commit also
      * removes getMainComponent for tracer fluid systems (Changelog amended)
      * guards all occurences of getMainComponent in code that works for tracer too
      with constexpr if
      bb3d763a
    • Timo Koch's avatar
      [fickslawcoeffs] Remove specialization for tracer model · 7d93c65c
      Timo Koch authored and Ned Coltman's avatar Ned Coltman committed
      7d93c65c
    • Timo Koch's avatar
      [test] Remove Maxwell-Stefan tracer test · ef97a4d5
      Timo Koch authored and Ned Coltman's avatar Ned Coltman committed
      The idea of the tracer model is really tied to Fickian diffusion and components
      with small concentration diffusing in a bulk phase. Hence also it's name.
      The Maxwell-Stefan test actual models 3 gaseous components where none of
      the components is really the main phase but most importantly there is no
      bulk phase with a main component that is not considered in the equations.
      Thus the 1pnc model is the right choice for such a test.
      This changes the test to derive from the 1pnc model. As for the given
      setting with only Neumann boundaries the 1pnc wouldn't convergence for
      a compressible fluid, the Ideal gas law is used to model a
      compressible gas.
      
      The same test actually exists for the 1pnc model already in 1pnc/implicit/1p3c.
      Thus this commit simply removes the tracer test.
      ef97a4d5
    • Timo Koch's avatar
      [diffusion][test] Reiterate diffusion container test · 4bb084ed
      Timo Koch authored and Ned Coltman's avatar Ned Coltman committed
      4bb084ed
Loading