You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resolution for the calculation of diffusion using an analytical solution including a fourier series is renamed to numFourierTerms and set as a private variable in the DiffusionMixingModel.
It is set to ```int numFourierTerms = 100;```
It can be adapted using ```resetNumFourierTerms(int newNumFourierTerms)```
This solves Issue #43
The resolution for the calculation of the analytical solution for diffusive mixing is hardcoded.
-> MixingModels.hh line 450
The text was updated successfully, but these errors were encountered: