Dear dumux users,

Currently, I'm working on a nonequilibrium & isothermal problem. For that,
I'm using the evaporationatmosphere test (because I am interested in the
kinetic mass module only). I've been trying to disable the energy transfer
module but I still cannot make it work.
Here is what I've tried until now:

   - SET_BOOL_PROP(EvaporationAtmosphereProblem, EnableEnergy, false);
   - SET_INT_PROP(EvaporationAtmosphereProblem, NumEnergyEquations, 0);
   - SET_INT_PROP(EvaporationAtmosphereProblem, NumEnergyEquations, 1);

With the above, the code compiles but when I run the test I get the
following error:
[image: image.png]
Yet I kept only the nonequilibriummass.hh header:
 [image: image.png]
I hope that someone here may help me to disable the energy transfer In
evaporationatmosphere test.
Thank you.

Kenza,
_______________________________________________
DuMux mailing list
DuMux@listserv.uni-stuttgart.de
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux

Reply via email to