Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
<li>&#x2022;&nbsp;Mixed elements&nbsp;&#x2022;</li>
<li>&#x2022;&nbsp;Additional fields at interfaces &nbsp;&#x2022;</li>
<li>&#x2022;&nbsp;Stability analysis & bifurcation tracking&nbsp;&#x2022;</li>
<li>&#x2022;&nbsp;Azimuthal stability analysis &nbsp;&#x2022;</li>
<li>&#x2022;&nbsp;Periodic orbits & Floquet multipliers&nbsp;&#x2022;</li>
<li>&#x2022;&nbsp;Linear response to periodic driving&nbsp;&#x2022;</li>
<li>&#x2022;&nbsp;Azimuthal stability analysis &nbsp;&#x2022;</li>
<li>&#x2022;&nbsp;Follow eigenbranches&nbsp;&#x2022;</li>
</ul>
</div>
<div class=flex-column>
Expand All @@ -30,6 +32,8 @@
<li>&#x2022;&nbsp;Vapor-liquid equilibria by group contribution models&nbsp;&#x2022;</li>
<li>&#x2022;&nbsp;Surfactants with versatile isotherms&nbsp;&#x2022;</li>
<li>&#x2022;&nbsp;Contact line dynamics &#x2022; </li>
<li>&#x2022;&nbsp;Cartesian normal model analysis &nbsp;&#x2022;</li>
<li>&#x2022;&nbsp;Coupling simulations via a preCICE adapter&nbsp;&#x2022;</li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<p>python -m pip install pyoomph</p>
</codebox>

<p>should install the basic framework. On Mac M1 processor systems, please execute it in a Rosetta2 terminal (see below).
<p>should install the basic framework. On Macs with Apple silicon (arm64, e.g. M1-M4) processor systems, please execute it in a Rosetta2 terminal (see below).
For maximum performance and system-specific information, please refer to the sections below. </p>

<p>If you cannot manage to install it, refer to our <a href="https://pyoomph.readthedocs.io/">tutorial</a>. If this cannot help, you can ask for help (c.diddens@utwente.nl)</p>
Expand All @@ -31,7 +31,7 @@

<center><h2 id="on-mac">On Mac</h2></center>

<p><strong>If you have a recent Mac with an M1 chip</strong>, you must run all commands in a <code>Rosetta 2 terminal</code>, see <a href="https://www.courier.com/blog/tips-and-tricks-to-setup-your-apple-m1-for-development/">here</a> how to set it up. Also, please make sure to not upgrade your <code>mkl</code> package, i.e. enforce it to version 2021.4.0.</p>
<p><strong>If you have a recent Mac with an Apple silicon (arm64) chip</strong>, you must run all commands in a <code>Rosetta 2 terminal</code>, see <a href="https://www.courier.com/blog/tips-and-tricks-to-setup-your-apple-m1-for-development/">here</a> how to set it up (note that recent systems must be handled as described <a href="https://developer.apple.com/forums/thread/718666">here</a>). Also, please make sure to not upgrade your <code>mkl</code> package, i.e. enforce it to version 2021.4.0.</p>

<codebox>
<p>python3 -m pip install mkl==2021.4.0</p>
Expand Down
19 changes: 13 additions & 6 deletions pubs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,19 @@ @article{rocha2024evaporatingsessiledropletssolutal
}

@article{rump2024,
title={Role of surfactants on droplet formation in piezoacoustic inkjet printing across microsecond-to-second timescales},
author={Maaike Rump and Christian Diddens and Uddalok Sen and Michel Versluis and Detlef Lohse and Tim Segers},
year={2024},
journal={arXiv preprint arXiv:2406.02389},
url={https://arxiv.org/abs/2406.02389},
eprint={https://arxiv.org/pdf/2406.02389},
title = {Role of surfactants in droplet formation in piezoacoustic inkjet printing across microsecond-to-second timescales},
author = {Rump, Maaike and Diddens, Christian and Sen, Uddalok and Versluis, Michel and Lohse, Detlef and Segers, Tim},
journal = {Phys. Rev. Appl.},
volume = {23},
issue = {2},
pages = {024076},
numpages = {17},
year = {2025},
month = {Feb},
publisher = {American Physical Society},
doi = {10.1103/PhysRevApplied.23.024076},
url = {https://link.aps.org/doi/10.1103/PhysRevApplied.23.024076},
eprint={https://arxiv.org/pdf/2406.02389}
}

@article{diddens2024non,
Expand Down
Loading