-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ other
m-giraud edited this page Feb 11, 2022
·
1 revision
My coupled example crashes unexpectedly when the soil water potential is low, what should I do?
On some computers, the following change needs to be made in order to stop the coupled examples from crashing:
- open the file "../DUMUX/dumux-rosi/cpp/soil_richards/richardsparams.hh "
- delete line 77,
phi_[i] = qs.at(i)... ;
and exchange it withphi_[i] = 1;
- go back to your DUMUX-folder and compile the model again:
./dune-common/bin/dunecontrol --opts=cmake.opts all