Reply To: Editing The Script
Due to recent bot attacks we have chanced 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 › on OpenLB › General Topics › Editing The Script › Reply To: Editing The Script
September 8, 2022 at 2:42 pm
#6795
Adrian
Keymaster
One common way of extracting and plotting data is via post processing the VTK output in e.g. ParaView.
Of course it is also possible to extract this data directly inside the OpenLB application. E.g. you can extract the line data using BlockReduction2D1D applied to the SuperLatticePhysTemperature2D functor. On top of this you will then be able to compute the Theta values using either functor arithmetic or plain C++.
