Adds QdrainEDI

This commit is contained in:
Etienne Chassaing 2025-07-17 14:15:43 +02:00
parent 5059450421
commit 54b7f9d16a

View File

@ -89,7 +89,7 @@ def format_data(data):
"Qdilute": np.round(data.get("FM1", 0.0), 1),
"Qdrain": np.round(data.get("FM4", 0.0), 1),
"Qrecirc": np.round(data.get("FM3", 0.0), 1),
"QdrainEDI": np.round(data.get("FM1", 0.0), 1)- np.round(data.get("FM2", 0.0), 1),
"QdrainEDI": np.round(data.get("FM2", 0.0), 1)- np.round(data.get("FM1", 0.0), 1),
"Pro": np.round(data.get("PS2", 0.0), 1),
"Pdilute": np.round(data.get("PS3", 0.0), 1),
"Pretentate": np.round(data.get("PS1", 0.0), 1),