Dear Martin, Thank you very much for your answer.
As suggested, I implemented the GravityVector method inside my problem file. Although I defined different gravity values for each global position, the resulting gravity still appears to be just one constant value. I am using DuMux 2.12.0 Kind regards, Felix From: Martin Schneider [mailto:[email protected]] Sent: Wednesday, December 19, 2018 6:49 PM To: DuMuX User Forum <[email protected]>; Felix Feldmann <[email protected]> Subject: Re: [DuMuX] gravity dependency on global postion Dear Felix, you have to implement the following function const GravityVector &gravityAtPos(const GlobalPosition &pos) const in your own problem file. This overwrites the function from/dumux/porousmediumflow/problem.hh I hope this helps. Regards, Martin On 12/19/2018 03:43 PM, Felix Feldmann wrote: Dear DuMux community, Is there any method to define gravity dependency<https://www.dict.cc/englisch-deutsch/dependency.html> on the global position? Or in other words, is it possible to define a specific gravity value for each node? Best regards, Felix _______________________________________________ Dumux mailing list [email protected]<mailto:[email protected]> https://listserv.uni-stuttgart.de/mailman/listinfo/dumux -- M.Sc. Martin Schneider University of Stuttgart Institute for Modelling Hydraulic and Environmental Systems Department of Hydromechanics and Modelling of Hydrosystems Pfaffenwaldring 61 D-70569 Stuttgart Tel: (+49) 0711/ 685-69159 Fax: (+49) 0711/ 685-60430 E-Mail: [email protected]<mailto:[email protected]>
_______________________________________________ Dumux mailing list [email protected] https://listserv.uni-stuttgart.de/mailman/listinfo/dumux
