Reply To: Editing The Script
OpenLB – Open Source Lattice Boltzmann Code › 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++.