Re: Data Analysis
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Data Analysis › Re: Data Analysis
March 30, 2016 at 1:00 pm
#2307
robin.trunk
Keymaster
The pressure drop is computed in the cylinder2d example (line 263-285) and printed to the console. It is done by computing the pressure before and behind the cylinder (line 271-279) and taking the difference, just adapt this to your geometry.rnThe Reynolds number as well as other information are printed in cylinder2d.dat in the tmp folder.rnThe velocity field can be viewed and analysed in Paraview by opening the cylinder2d.pvd in tmp/vtkData with Paraview.rnrnBestrnRobin