Skip to content
Snippets Groups Projects
Commit bb415acb authored by Dennis Gläser's avatar Dennis Gläser Committed by Ned Coltman
Browse files

[test][tracer][facet] use new diffcoeff interface

parent c279b053
No related branches found
No related tags found
1 merge request!1684Improve effective laws
...@@ -68,7 +68,8 @@ public: ...@@ -68,7 +68,8 @@ public:
//! Binary diffusion coefficient //! Binary diffusion coefficient
//! (might depend on spatial parameters like pressure / temperature) //! (might depend on spatial parameters like pressure / temperature)
static Scalar binaryDiffusionCoefficient(unsigned int compIdx, static Scalar binaryDiffusionCoefficient(unsigned int compIIdx,
unsigned int compJIdx,
const Problem& problem, const Problem& problem,
const Element& element, const Element& element,
const SubControlVolume& scv) const SubControlVolume& scv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment