Texture storage of sum_v_ort

Hello,
first of all it is not really a bug, but it took me some time to figure it out.
I was trying to recalculate the pressure from the stored texture data in the XML-file. The paramter “sum_v_ort” is stored as sum_v_ort per area.
Maybe it could be labeled as “sum_v_ort_per_area” or so.

Version: 2.10.1

Best regards,
Thomas

Thank you, we’ll take this into account, although this would be a breaking change.

In general, we do not document the XML file, instead we wrote the XML interface to read/modify Molflow’s files in Python. In your case the calculate_cell_pressure() function, also in the demo, gives you the pressure directly. https://molflow.docs.cern.ch/blog/016_python_interface/