diff --git a/CHANGELOG.md b/CHANGELOG.md index 96318548d09dbea941dddee403183a51222c2f16..1aa0908577a6a12ec3e243112f902d29079607c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ for (const auto& element : elements(gridGeometry.gridView())) ### Immediate interface changes not allowing/requiring a deprecation period: - __Virtual interface of GridDataTransfer__: The `GridDataTransfer` abstract base class now required the Grid type as a template argument. Furthermore, the `store` and `reconstruct` interface functions do now expect the grid as a function argument. This allows to correctly update grid geometries and corresponding mapper (see "Construction and update of GridGeometries changed" above in the changelog) +- `PengRobinsonMixture::computeMolarVolumes` has been removed without deprecation. It was used nowhere and did not translate. ### Deprecated properties/classes/functions/files, to be removed after 3.5: diff --git a/dumux/material/eos/pengrobinsonmixture.hh b/dumux/material/eos/pengrobinsonmixture.hh index 6bb4c29383c70d298c28069911c736a181375103..c9fdc28a8fd1bc7828501957ac6d3568fa1160a2 100644 --- a/dumux/material/eos/pengrobinsonmixture.hh +++ b/dumux/material/eos/pengrobinsonmixture.hh @@ -50,23 +50,6 @@ class PengRobinsonMixture static const Scalar w; public: - /*! - * \brief Computes molar volumes \f$\mathrm{[m^3 / mol]}\f$ where the Peng-Robinson EOS is - * true. - * \param Vm Molar Volume \f$\mathrm{[m^3 / mol]}\f$ - * \param fs Thermodynamic state of the fluids - * \param params Parameters - * \param phaseIdx The phase index - * \return Number of solutions. - */ - template <class MutableParams, class FluidState> - static int computeMolarVolumes(Scalar *Vm, - const MutableParams ¶ms, - int phaseIdx, - const FluidState &fs) - { - return PengRobinson::computeMolarVolumes(Vm, params, phaseIdx, fs); - } /*! * \brief Returns the fugacity coefficient \f$\mathrm{[-]}\f$ of an individual