- Dec 03, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- more time steps to get to stable solution
-
- Nov 28, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
Use Gram-Schmidt for create_mrt_orthogonal Closes #5 See merge request !17
-
Martin Bauer authored
- "mrt" now takes relaxation rates [shear, bulk, 3rd order, 4th order..] - deprecated "mrt3": use orthogonalized mrt now - fixed wrong test
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
shear previously ignored the diagonal moments and bulk didn't exist
-
Michael Kuron authored
- orthogonalize automatically if no moments from literature are provided - must specify whether weighted or unweighted orthogonality is desired
-
- Nov 27, 2019
-
-
Martin Bauer authored
Fluctuating MRT: requires weighted-orthogonal method Closes #6 See merge request pycodegen/lbmpy!15
-
- Nov 21, 2019
-
-
Martin Bauer authored
Test for fluctuating LB, avg temperature and velocity distribution Closes #4 See merge request pycodegen/lbmpy!16
-
Michael Kuron authored
-
- Nov 20, 2019
-
-
RudolfWeeber authored
-
- Nov 18, 2019
-
-
Michael Kuron authored
-
- Nov 17, 2019
-
-
Martin Bauer authored
-
- Nov 13, 2019
-
-
Martin Bauer authored
-
- Nov 06, 2019
-
-
Martin Bauer authored
update phase-field allen cahn See merge request pycodegen/lbmpy!10
-
Martin Bauer authored
Fluctuating MRT: use the correct prefactors See merge request pycodegen/lbmpy!11
-
Michael Kuron authored
-
Michael Kuron authored
-
- Nov 03, 2019
-
-
Markus Holzer authored
updated the functionality and the testcases of the phase-field model conservative allen cahn
-
- Oct 21, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- sparse UBB boundary kernel is not written correctly - did work up to now by chance -> switched to channel instead of LDC test
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Oct 18, 2019
-
-
Martin Bauer authored
Shan-Chen tutorial See merge request pycodegen/lbmpy!8
-
Michael Kuron authored
-
- Oct 17, 2019
-
-
Michael Kuron authored
-
- Oct 01, 2019
-
-
Martin Bauer authored
implemented unconventional D3Q27 stencil by Abbas Fakhari See merge request pycodegen/lbmpy!7
-
Markus Holzer authored
-
Martin Bauer authored
-
- Sep 23, 2019
-
-
Martin Bauer authored
implemented the phase_field model of Abas Fakhari See merge request pycodegen/lbmpy!6
-
- Sep 20, 2019
-
-
Markus Holzer authored
-
- Aug 16, 2019
-
-
Martin Bauer authored
- str(e) did work in previous pytest version - but the correct usage is str(e.value) - in newer pytest version the string for the e object is changed so the tests did not work any more
-