Hi Donald,
sorry for the delay in response. Please subscribe to the list such that your mails get through immediately. Every Dumux model hase so-called "IOFields" which specify what is given to vtk. See for example for 2pnc: https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/blob/master/dumux/porousmediumflow/2pnc/iofields.hh You could code your own IOFields and specialize the property in your properties.hh file: template<class TypeTag> struct IOFields<TypeTag, TTag::MyTypeTag> { using type = MyIOFields; }; If the added output is problem-specific, it is usually more convenient to add a custom function to your problem and call this from the main function. Have a look at line 109 of https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/blob/master/test/porousmediumflow/co2/main.cc and line 191ff of https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/blob/master/test/porousmediumflow/co2/problem.hh Hope this helps, let us know Bernd -- _________________________________________________________________ Bernd Flemisch IWS, Universität Stuttgart phone: +49 711 685 69162 Pfaffenwaldring 61 email: [email protected] D-70569 Stuttgart url: www.iws.uni-stuttgart.de/en/lh2/<http://www.iws.uni-stuttgart.de/en/lh2/> _________________________________________________________________ ________________________________ Von: DuMux <[email protected]> im Auftrag von jean minoungou <[email protected]> Gesendet: Montag, 6. Dezember 2021 14:13:34 An: [email protected] Betreff: [DuMux] paraview Hi All I just had a simple question and I would appreciate your help. In which part of the code in Dumux can we specify the parameters that we want to observe in paraview ? Thanks in advance Best regards Donald -- Wendpanga Jean Donald MINOUGOU Donawitzer Strasse 23 Leoben, Austria Phone:+4366475443612 Email: [email protected]<mailto:[email protected]>
_______________________________________________ DuMux mailing list [email protected] https://listserv.uni-stuttgart.de/mailman/listinfo/dumux
