PyPartMC icon indicating copy to clipboard operation
PyPartMC copied to clipboard

Python (and C++) interface to PartMC with Jupyter/Python, Julia and Matlab examples

Results 89 PyPartMC issues
Sort by recently updated
recently updated
newest added

- [ ] sort out dustpy crashes with larger number of `numberpermassdecade` - [ ] sort out dustpy remapping sensitivity to `len(RADIUS_BIN_EDGES_M)` - [ ] add sectional (see #429) -...

Include sectional example... switch over to more realistic kernel?

## Code example: ```python import PyPartMC as ppmc from PyPartMC import si from unittest import TestCase aero_data = ppmc.AeroData(( {"OC": [1000 *si.kg/si.m**3, 0, 1e-3 *si.kg/si.mol, 0.001]}, )) sampled = {...

- https://stammler.github.io/dustpy/test_analytical_coagulation_kernels.html#The-Linear-Kernel - https://github.com/yoctoyotta1024/CLEO/blob/main/examples/exampleplotting/plotssrc/shima2009fig.py

- [ ] explain how to run the tests - [ ] explain how to add new tests - [ ] explain why in the C++ code we use static...