[Transport] Fixed update of multicomponent diffusion coefficients

Certain temperature-dependent quantities used in computing multicomponent
diffusion coefficients were not being reliably updated. This caused convergence
issues for the 1D solver in some cases.
This commit is contained in:
Ray Speth 2013-02-15 17:32:16 +00:00
parent 8847b5abac
commit 529c9b762a

View file

@ -513,7 +513,7 @@ void MultiTransport::getMultiDiffCoeffs(const size_t ld, doublereal* const d)
// update the binary diffusion coefficients
update_T();
updateDiff_T();
updateThermal_T();
// evaluate L0000 if the temperature or concentrations have
// changed since it was last evaluated.