Skip to content
  • 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