diff --git a/doc/source/models/multifluid.ipynb b/doc/source/models/multifluid.ipynb index 0ca3078ddb94f4fbc969154c5b96d8c953f41464..414fce82b5e007d9617deebe5c2dc0ba788f5800 100644 --- a/doc/source/models/multifluid.ipynb +++ b/doc/source/models/multifluid.ipynb @@ -309,6 +309,19 @@ "params, swap_needed = teqp.get_BIPdep(BIP, ['74-82-8','74-84-0'], flags={'estimate': 'Lorentz-Berthelot'})\n", "params" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# And the same flags can be passed to the multifluid model constructor\n", + "model = teqp.build_multifluid_model(\n", + " ['74-82-8','74-84-0'], \n", + " teqp.get_datapath(), \n", + " flags={'force-estimate':'yes', 'estimate': 'Lorentz-Berthelot'})" + ] } ], "metadata": {