export_data¶
- classmethod XDMF.export_data(network, phases=[], filename='')[source]¶
Saves (transient/steady-state) data from the given objects into the specified file.
- Parameters
network (GenericNetwork) – The network containing the desired data
phases (list[GenericPhase] (optional, default is None)) – A list of phase objects whose data are to be included
Notes
This method only saves the data, not any of the pore-scale models or other attributes.