Commit Graph

72 Commits

Author SHA1 Message Date
Tiago Pestana b74f4f0c05 fixes in the read_uvwp_complete_legacy 2020-09-25 22:13:27 +02:00
Tiago Pestana 9fa7fedcda added file to read complete velocity field (legacy) 2020-09-25 21:12:23 +02:00
Tiago Pestana fcadbd2e5d reverts previous commit & append adds new attribute to single xdmf file! 2020-09-16 22:15:42 +02:00
Tiago Pestana abd7b0c4f5 added grid spacing and origin to hdf5 saveField method 2020-09-16 21:38:38 +02:00
Tiago Pestana a0643f951b bugfix: fixed size of the readable portion of chunk['data'] (now it works also when no ghost cells are present) 2020-09-16 20:06:11 +02:00
Tiago Pestana c75092dfc7 gitignore and init.py files 2020-09-16 20:04:43 +02:00
Tiago Pestana 1602ff1443 ucftar_pack does not necessarily need to check for the particle file. it's not present for single-phase simulations 2020-09-16 20:04:23 +02:00
Tiago Pestana 4449f4edf5 converted readme to lower-case characters for now --> Fork compatible 2020-09-16 13:22:32 +02:00
Michael Krayer b2edd57f8b Added statistics routines 2020-09-16 11:55:11 +02:00
Michael Krayer fcca37ad93 simplified maskParticles which lead to 5x speedup 2020-04-19 18:15:58 +02:00
Michael Krayer 2f81bc2507 bugfix: global field size; added nxproc etc to files 2020-04-09 15:23:31 +02:00
Michael Stumpf c413eadc90 bugfix: always construct a scalar grid 2020-04-09 12:27:03 +02:00
Michael Stumpf d485e40ec4 debugged 2020-04-03 18:32:23 +02:00
Michael Krayer 2b1d859a7e implemented statistics: to be debugged 2020-04-03 16:54:08 +02:00
Michael Stumpf 69ae002e56 update from fh2 2020-04-03 13:52:05 +02:00
Michael Krayer 277e5cc037 added particle saving routine 2020-04-01 21:07:03 +02:00
Michael Stumpf 9f2262ca7a Added memory monitoring, because memory caused problems... 2020-04-01 16:29:30 +02:00
Michael Krayer 672da18687 Simplified MPI calls, because to problems when communicating a lot of data. to be tested on FH2 2020-04-01 13:24:52 +02:00
Michael Stumpf b3748eb210 small changes on fh2: start debugging 2020-04-01 09:48:36 +02:00
Michael Krayer 589cde04f3 python parallel postprocessor for the IBM code 2020-03-30 19:43:51 +02:00
Michael Krayer 868007150f implemented particle reading routine 2020-03-27 11:56:13 +01:00
Michael Krayer d4888ac0e6 bugfix for nskip=1 2020-03-20 15:49:12 +01:00
Michael Stumpf (ifhcluster) d6f021fc12 added downsampler 2020-02-10 14:50:10 +01:00
Michael Stumpf (ifhcluster) 1409eb5fca fixed EOF bug if no trailing zeros are written, fixed ustar magic check 2019-12-06 18:02:48 +01:00
Michael Stumpf (ifhcluster) d4aae06f34 added close() method, fixed bug for -1 sized steps 2019-12-06 15:41:35 +01:00
Michael Stumpf (ifhcluster) 7b8ed3e9af ucf base class added 2019-12-06 11:06:01 +01:00
Michael Stumpf (ifhcluster) 0490050e24 update from taifun 2019-11-04 14:33:57 +01:00
Michael Stumpf (ifhcluster) f85c839a8b mount utitlity for tar 2019-09-19 12:01:24 +02:00
Michael Stumpf (ifhcluster) bd31202047 do not create file if it exists 2019-09-11 14:26:10 +02:00
Michael Stumpf (ifhcluster) 73bec97625 added openIndexed method, which allows indexing of tar file from predetermined meta data file 2019-09-10 17:20:56 +02:00
Michael Stumpf (ifhcluster) 813e2431d7 obsolete 2019-09-10 14:38:58 +02:00
Michael Stumpf (ifhcluster) 06ad37679f fixed extraction routine 2019-09-10 14:38:31 +02:00
Michael Stumpf (ifhcluster) f580a9378e added support for clean archive splitting 2019-09-02 14:32:18 +02:00
Michael Stumpf (ifhcluster) 50d68cd2dd split ucftar to flow field and scalar 2019-08-02 08:25:43 +02:00
Michael Stumpf (ifhcluster) 6b9922dccf Merge branch 'init' of git.scc.kit.edu:pe7321/ucftools into init 2019-05-13 16:06:13 +02:00
Michael Stumpf (ifhcluster) be6a85b79c bugfix statistics particle force 2019-05-13 16:06:08 +02:00
Michael Stumpf c8d257b1a3 bugfix: filename variable, ghost reshape 2019-04-05 11:49:06 +02:00
Michael Stumpf (ifhcluster) 356beef2d9 read arbitrary field from legacy format 2019-04-05 11:08:38 +02:00
Michael Stumpf (ifhcluster) 78b67be465 bugfix 2019-03-29 12:23:12 +01:00
Michael Stumpf (ifhcluster) 6fd6a830c0 polished a little 2019-03-29 12:22:33 +01:00
Michael Stumpf (ifhcluster) e6adedb88d bugfix: tarmode flagless 2019-03-29 12:20:58 +01:00
Michael Stumpf (ifhcluster) f74f51a0b5 bugfix: dropped tarmode flag 2019-03-29 12:20:32 +01:00
Michael Stumpf (ifhcluster) 57785b9cb9 precompute ghost cells: ndSparse as prerequisite 2019-03-29 09:10:25 +01:00
Michael Stumpf (ifhcluster) 6f618f3d5d interpolation tool 2019-03-26 12:26:12 +00:00
Michael Stumpf (ifhcluster) 8064b589d2 renamed 2019-03-26 12:25:50 +00:00
Michael Stumpf (ifhcluster) d8a650884a unified ustar/multifile interface 2019-03-26 12:25:08 +00:00
Michael Stumpf (ifhcluster) ed8a3835f0 added documentation 2019-03-26 12:23:53 +00:00
Michael Stumpf (ifhcluster) 82fefdc6ac final changes 2019-03-26 12:15:37 +00:00
Michael Stumpf (ifhcluster) b1feed4450 changed to handle 2019-02-21 14:43:46 +01:00
Michael Stumpf (ifhcluster) d4c511f52f updated ucftar bash scripts 2019-01-28 11:07:51 +01:00