Skip to content
Snippets Groups Projects
Commit 590768d0 authored by Julian Heinze's avatar Julian Heinze
Browse files

convert to SI-unit diffusion parameter of FEFLOW

parent 0930bf69
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ def _convert_to_SI_units(mesh: pv.UnstructuredGrid) -> None:
:param mesh: mesh
"""
arrays_to_be_converted = ["TRAF", "IOFLOW", "P_COND"]
arrays_to_be_converted = ["TRAF", "IOFLOW", "P_COND", "P_DIFF"]
for data in list(mesh.point_data) + list(mesh.cell_data):
if any(
to_be_converted in data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment