Failure to write data to HDF5 files for Horn Antenna simulation #172
Replies: 1 comment 1 reply
-
|
Well by default the nf2ff records the fields in time-domain. That has the advantage that the nf2ff transformation later on can calculate the FF (farfield) at any frequency you want. Edit: Run |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to simulate the radiation pattern of a horn antenna for the past few days. I am new to openEMS. I have modified the existing matlab script in the Tutorials and the script is,
However every time I run this script, it does not finish running and after about 2.5 hours I get error messages that as an example say,
filename = 'nf2ff_E_yp.h5', file descriptor = 5, errno = 28, error message = 'No space left on device', buf = 0x140008000, total write size = 89784, bytes this sub-write = 89784, bytes actually written = 18446744073709551615, offset = 0 major: Low-level I/O minor: Write failedI am assuming this is because there is way to much data that is being read and written and the disk is running out of space to do so. What I cannot understand is why this is happening.
Beta Was this translation helpful? Give feedback.
All reactions