Commit Graph

70 Commits (5644d8683622d36134a80d5a077e3126b1f4b4bc)

Author SHA1 Message Date
Thorsten Liebig a607bc6969 more options to setup SAR averaging method
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-05-15 16:02:30 +02:00
Thorsten Liebig 183ea9f776 Operator: replacement for GetOriginalNumLines + use full or simple mesh for snapping
Note: these are a lot and dangerous changes --> require a lot of testing

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-02-06 16:33:12 +01:00
Thorsten Liebig 0cb33c3753 minor typo
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-02-06 16:25:07 +01:00
Thorsten Liebig c22665e529 match SAR debug level to gobal verbose level
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-01-30 14:13:54 +01:00
Thorsten Liebig 3b44620278 current probes can be a point or line which allows for 1D/2D lumped ports
- this needs the new probe box interface in CSXCAD
- most tutorials have been updated

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-01-22 09:22:01 +01:00
Thorsten Liebig e6c0444985 CSXCAD: match recent version with split files for primitives and properties
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2012-12-03 13:59:39 +01:00
Thorsten Liebig c536e1f344 process fields: new SAR calculation
todo: needs much testing and evaluation

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2012-11-29 16:45:48 +01:00
Sebastian Held c45cd4ab70 bugfix: missing virtual destructor 2012-11-15 22:26:13 +01:00
Sebastian Held 013f92ba26 fixed some warnings of gcc-4.7 2012-11-15 21:44:43 +01:00
Sebastian Held f11b98ecf4 remove dependency on H5Cpp.h 2012-11-11 17:57:36 +01:00
Thorsten Liebig 410d250995 operator: new GetDiscDelta method
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2012-06-25 13:20:04 +02:00
Thorsten Liebig 4250c6f888 SAR: calculate dissipated power directly and independent of material density 2012-06-06 10:35:05 +02:00
Thorsten Liebig a3ef97eb3e fix: SAR processing: don't dump data if disabled 2012-05-24 15:26:23 +02:00
Thorsten Liebig f62da05c12 rewritten SAR calculation 2012-04-27 16:37:42 +02:00
Thorsten Liebig f64843b14f ProcessFields: add hdf5 openEMS-file version information 2012-02-17 12:33:37 +01:00
Thorsten Liebig 7e4a719be2 ProcessFields_FD: fix in frequency attribute dump
Use the /FieldData/FD "frequency" attribute in the future
2012-02-17 12:33:05 +01:00
Thorsten Liebig 807786b2d2 reorganized vtk writer and new hdf5 file writer & reader 2012-02-02 10:20:49 +01:00
Thorsten Liebig 3acea1b203 console output: show snapped mesh type & number of lines/cells 2011-11-14 14:12:36 +01:00
Thorsten Liebig b34848f323 new engine interface using sse & speed enhancement in energy estimate
Note: cylindrical engine interface now based on sse engine interface
--> similar to sse engine & cylindrical engine
2011-11-07 12:07:55 +01:00
Thorsten Liebig 422f17b414 allow multiple boxes in Probe and Dump Properties
if more than one box is defined for a probe or dump property,
the name of the probe/dump processing is appended by a "_n"
2011-08-31 11:05:04 +02:00
Thorsten Liebig eb74757789 openEMS using CSX mesh type definition 2011-08-16 17:03:57 +02:00
Thorsten Liebig 74a0c8f6fa Processing now using SnapBox2Mesh 2011-07-22 10:01:19 +02:00
Thorsten Liebig 2e8e8caa4e Operator: new SnapBox2Mesh + used by CalcLumpedElement 2011-07-22 09:58:02 +02:00
Thorsten Liebig afd4a5d07b fixes in current integration box
the given coordinates are now always inside the integration box
2011-07-13 09:36:23 +02:00
Thorsten Liebig a4611f1339 critical fix in ProcessFields opt resolution mesh calc 2011-07-07 08:05:49 +02:00
Thorsten Liebig 7d30ce2fb6 removed old legacy vtk file writing 2011-04-13 16:22:06 +02:00
Thorsten Liebig 906800c057 file-IO support native field dumps 2011-04-13 12:18:03 +02:00
Thorsten Liebig 62acf5f1b3 ProcessFields now using new VTK_File_IO class for vtk dumps
Todo:
- HDF5_File_IO
- replace all old vtk dump method usage and remove them
2011-04-01 15:29:56 +02:00
Thorsten Liebig 0c371fb43a exclude last line from total energy estimation 2011-03-10 10:34:15 +01:00
Thorsten Liebig f059ff5a58 processings: fixed missing star/stop initializing 2011-03-10 10:33:58 +01:00
Thorsten Liebig 277b746462 init processings at a later time 2011-02-16 10:41:52 +01:00
Thorsten Liebig 9619df7ec0 processing: no init for disabled processings 2011-02-16 10:41:40 +01:00
Thorsten Liebig 0bdd05fb3a field-processings: fixed initializing disabled processes 2011-02-16 10:41:27 +01:00
Thorsten Liebig 5b2e9b1ac9 fix in Processing: disable processings outside the field domain 2011-02-16 10:41:17 +01:00
Thorsten Liebig 6024eb1e91 processfields_fd: write number of frequencies into a hdf5 attribute 2011-02-04 10:27:42 +01:00
Thorsten Liebig ef5a4ee59f processing: next critical bug fix in running dft calculations 2011-01-31 15:00:55 +01:00
Thorsten Liebig 08dccee749 new frequency domain dump type: local SAR 2011-01-31 12:25:55 +01:00
Thorsten Liebig 2e2f75807e Operator-Base: access stored discrete material 2011-01-31 12:22:21 +01:00
Thorsten Liebig 24bac9499f allocate dynamic CSX and allow access from basic operator 2011-01-31 12:00:00 +01:00
Thorsten Liebig 10ac457899 processing: critical bug fix in running dft calculations 2011-01-31 11:10:18 +01:00
Thorsten Liebig 67d1307fdf fixed the operator resetting & cleanup + a lot of memory leaks fixed 2011-01-24 11:11:45 +01:00
Thorsten Liebig 0806edb7d6 ProcessFields: new fix for dynamic memory hdf5 dumps 2011-01-24 09:25:33 +01:00
Thorsten Liebig 4f97ec4bc8 Revert "ProcessFields fix: hdf5 dumps need dynamic memory allocation"
This reverts commit ae3e15770e.
2011-01-24 08:03:45 +01:00
Thorsten Liebig d93c3f70fe Processing: more debug information in snapping warnings 2011-01-20 14:39:01 +01:00
Thorsten Liebig ae3e15770e ProcessFields fix: hdf5 dumps need dynamic memory allocation 2011-01-20 14:37:35 +01:00
Thorsten Liebig 8986ef1f31 ProcessEField and ProcessHField replaced by new ProcessFieldProbe 2011-01-18 10:45:03 +01:00
Thorsten Liebig dff20e51cd processing: new type name and header dump in integral processing
- new type name for each processing class (used in some file descriptions)
- new integral name in ProcessIntegral for every result row --> used in file header

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2011-01-18 10:34:13 +01:00
Thorsten Liebig c0c66518c1 new dump type: total current density (rotH) field dump 2011-01-10 11:15:22 +01:00
Thorsten Liebig 2c3ebe5a7d new dump type: electric current density (J = kappa * E) 2011-01-07 16:12:07 +01:00
Thorsten Liebig ea496b6129 operator: new material data storage for post-processing purposes 2011-01-07 10:55:31 +01:00