Re: HEAT MAP stop autoadapt
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › HEAT MAP stop autoadapt › Re: HEAT MAP stop autoadapt
October 2, 2018 at 9:52 am
#2938
Marc
Participant
Dear Laurent,
a short example for your problem:
// write output as JPEG and changing properties
heatmap::plotParam<T> jpeg_Param;
jpeg_Param.minValue = 0.;
jpeg_Param.maxValue = 5.;
heatmap::write(planeReduction, iT, jpeg_Param);
For additional modification of the heatmap writer, see the venturi example in the code.
Best,
Marc
