提交图

1151 次代码提交

作者 SHA1 备注 提交日期
craig-warren
42e456643f Updated description of location for downloading MS Windows Build Tools. 2016-11-11 09:39:23 +01:00
Craig Warren
0038752a14 Corrected bug with #geometry_objects_read - was over-writing an existing variable 'geometry' 2016-11-07 14:01:09 +00:00
Craig Warren
e39ddcad77 Added ability to rotate antenna models 90 degrees CCW in the x-y plane. 2016-10-21 12:51:04 +01:00
Craig Warren
121549eca6 Corrected coloured text printing and message when using --geometry-fixed option. 2016-10-20 12:01:52 +01:00
Craig Warren
eef18a4478 Corrected bug introduced when no longer plotting current outputs - default outputs list was incorrect. 2016-10-20 09:34:27 +01:00
Craig Warren
94b505b706 Adjusted length of material name printed in table. 2016-10-19 13:04:32 +01:00
Craig Warren
d5c59ccd29 Corrected 'gcc-6' to 'gcc' in command for installing GCC compiler on Mac OS X. 'gcc' should install GCC 6.x. currently with Homebrew. 2016-10-19 11:56:56 +01:00
Craig Warren
fe7127c123 Removed random ID for dispersive materials that are written to HDF5 files. 2016-10-19 11:09:13 +01:00
Craig Warren
811d756d78 Improved some comments. 2016-10-18 18:05:37 +01:00
Craig Warren
e3984a43ae Added check for space char between command name and parameters. 2016-10-18 17:59:26 +01:00
Craig Warren
f108dce8a6 Shorten printing of material names when longer than 75 characters. 2016-10-17 12:17:33 +01:00
Craig Warren
3e5515d07f Improved loading and selecting of correct EM field component. 2016-10-14 15:05:00 +01:00
Craig Warren
000cb46c4c Changed default default for saving and plotting of receiver output components to only electric and magnetic fields, i.e. no longer current. 2016-10-14 15:03:47 +01:00
Craig Warren
f947cc941e Bumped to v.3.0.10 2016-10-14 14:23:12 +01:00
Craig Warren
ab6bf81378 Added some missing comments. 2016-10-14 14:19:51 +01:00
Craig Warren
cfe6b59248 Renamed coordbase to coordorigin.
Initial class for PlaneWave source.
2016-10-14 14:19:30 +01:00
Craig Warren
e7820c700a Renamed coordbase to coordorigin. 2016-10-14 14:19:02 +01:00
Craig Warren
31cb66b10f Changed PML.directions dictionary into PML.slabs list. 2016-10-14 14:18:24 +01:00
Craig Warren
2bb641d0b1 Moved setting material averagable to False for infinite conductivity, i.e. PEC, to module where material command is initially read, i.e. input_cmds_multiuse.py 2016-10-14 14:17:41 +01:00
Craig Warren
b23950387b Changed PML thickness from tuple to ordered dictionary. 2016-10-14 14:16:22 +01:00
Craig Warren
d2c6900a4a Changed PML thickness from tuple to ordered dictionary.
Setting material averagable to false if conductivity is infinite, i.e. pec
Changed source and receiver coordbase to coordorigin.
2016-10-14 14:15:53 +01:00
Craig Warren
850450f410 Corrected and improved averaging behaviour when importing saved geometry objects. 2016-10-14 14:12:16 +01:00
Craig Warren
259f35b221 Layout cleanups. 2016-10-14 14:11:29 +01:00
Craig Warren
d4a94bdf22 Changed PML thickness from tuple into ordered dictionary. 2016-10-14 14:11:06 +01:00
Craig Warren
9df3ac3809 Added progress bars for building PMLs and writing geometry object files.
Added RAM reporting when only creating geometry views/object files, i.e. when not running simulation.
Changed storing of PML thickness to a dictionary rather than tuple.
2016-10-14 14:10:29 +01:00
Craig Warren
cb190ada87 Removed appending random number to material names when writing geometry objects files.
Added progress bar updates to writing.
2016-10-14 14:08:25 +01:00
Craig Warren
56dece6410 Changed printed precision for memory reporting. 2016-10-13 17:13:04 +01:00
craig-warren
cef09dccce Corrected bug with receiver output location on 2mm resolution GSSI antenna. 2016-10-12 13:30:25 +01:00
craig-warren
48140eb1c9 Source steps and receivers steps changed to list not a tuple. 2016-10-12 12:55:32 +01:00
Craig Warren
3f26d2d33e Further tweaks to dispersion analysis function. 2016-10-11 14:17:10 +01:00
Craig Warren
b3426882c3 Corrected bug with adding dispersion analysis results to a dict. 2016-10-11 13:48:35 +01:00
Craig Warren
76341639b6 Updated text on geometry objects write to account for now writing ID array which contains non-volumetric objects. 2016-10-11 13:29:53 +01:00
Craig Warren
b74ae56d38 Corrected some spelling in comments. 2016-10-11 13:29:02 +01:00
Craig Warren
da8f581d26 Added writing of ID to geometry objects files. 2016-10-11 13:28:40 +01:00
Craig Warren
a17c977d75 Made dispersion analysis results a dict. 2016-10-11 13:27:45 +01:00
Craig Warren
ec9af99bda Made dispersion analysis results a dict. 2016-10-11 13:27:26 +01:00
Craig Warren
cf446dd0ed Added reading of ID array from geometry objects file. Stopped building of any voxels from geometry objects file if averaging is True. 2016-10-11 13:26:52 +01:00
Craig Warren
457bc833d0 Added check when processing materials to set averagable to False if conductivity is infinite, i.e. pec 2016-10-11 13:25:36 +01:00
Craig Warren
628c88fe6c Added question on converting the output file to a text (ASCII) file and importing into Excel. 2016-10-11 12:15:22 +01:00
Craig Warren
762ec813e4 Updated type string for imported materials. 2016-10-10 16:43:10 +01:00
Craig Warren
29534fe670 Added antenna model dimensions to docs. 2016-10-10 14:08:19 +01:00
Craig Warren
e831f0a713 Added more informative messages (via analysis) on numerical dispersion. 2016-10-06 17:08:52 +01:00
Craig Warren
773dc6b11f Changed naming (type) of material created for voltage source. 2016-10-06 17:07:48 +01:00
Craig Warren
8d73c0c9a8 Corrected bowtie geometry - there was more than 1 cell gap at feed. 2016-10-06 10:57:24 +01:00
Craig Warren
0aca911b37 Added link to the half-wave dipole example model. 2016-10-04 17:31:26 +01:00
Craig Warren
2c4df2cf6b Updated messages and comments on VTK file types. 2016-10-04 12:27:51 +01:00
Craig Warren
02d471e9fc Removed some debug print statements. 2016-10-04 11:51:56 +01:00
Craig Warren
b64210676b Updated some comments - changed phrasing from nodes to cells. 2016-10-04 11:10:45 +01:00
Craig Warren
b715ac920b Corrected printing of material values (in materials table) for Lorentz and Drude materials. 2016-10-04 11:10:01 +01:00
Craig Warren
9c7dfcdf17 Corrected writing of progress bars for .vtp geometry views. 2016-10-04 10:46:40 +01:00