AlexTitaneGP wrote: ↑08 Jun 2026, 10:37
may I ask how you made those porous media working ?
I did following:
1. Built case with MVRC standard template
2. Navigated to system folder in case folder
3. Renamed fvOptions_off to fvOptions, overwriting the original fvOptions file
4. Deleted second function from fUpdate file
Code: Select all
fUpdate_fvOptions { type timeActivatedFileUpdate; libs (utilityFunctionObjects); writeControl timeStep; writeInterval 1; fileToUpdate "<system>/fvOptions"; timeVsFile ( (-1 "<system>/fvOptions_off" ) ); }
5. Started run
For me, the warning messages disappeared and the generation of porous region info message appeared again in the log, and the results seem realistic.
I guess this is a workaround, as for me the runtime fvOptions update did not work quite as intended. Already sent the 2 cases (with and without modification) to André, I'm sure he will figure out a more convenient solution
