Michał Dzikowski
Michał Dzikowski
- based on Stokes TRT collision for Flow - reaction-diffusion model, with TRT, is included by new tag - this is indended as 3D model, 2D is not tested -...
I found that: https://github.com/mdzik/TCLB_binder/blob/main/README.md ;] Happy testing - there is only 2 models atm, but you could open terminal and compile any from _my_ repo. Git is also installed I...
Reference: [ADIOS2](https://adios2.readthedocs.io/en/latest/) [dataReader](https://github.com/mdzik/TCLB_tools/tree/master/ADIOS2) [Digital rock data](https://www.digitalrocksportal.org/projects/202/origin_data/728/) Idea (TCLB d2q9 karman example: ```xml VALUE < 12800 Reading one Z slice All: 538756 V < THRESHOLD (return 1) 537890 MIN: 630 MAX:13039...
We the people: 1. need one repo - subrepo makes a lot of headaches and leads to inconsistent structure 2. wherever possible packages installed during the test should have version...
- should have **obligatory** default - most test should use that default (without explicit setting in XML) - we should provide AddStandardSetting('Viscosity') routine, so we have common defaults and common...
BTW: Xpath is cool ;) (PR #235) I would vote to add/change (all of this are hackable, but it might ease any usage) 1. Add command line option ```bash CLB/d2q9/main...
I found that https://devblogs.nvidia.com/numba-python-cuda-acceleration/ Question is: This might be nice for custom inprocessing (on gpu) or preprocessing. BUT: how "easy" is access to "f[]" on GPU? Is it documented? I...
I found that something might be wrong with our "MRT"?? https://github.com/CFD-GO/TCLB/blob/v6.1_candidate/models/flow/d3q27/Dynamics.c.Rt#L182 ```C real_t gamma = 1-omega; //... //... real_t gamma2 = gamma; ``` Doesn't is mean, that it's not even...
@mdzik : Models (with variants) would be similar, maybe some sort of vti outfiles suffix so results wont mix-up? @llaniewski : As for outfiles - for now, as earlier, the...
in the same manner as Handlers Other ideas/suggestions? I think we don't need geometry objects, but it might be usable in future for DOM handling. I would convert present long...