Skip to content
Snippets Groups Projects
Commit 57b5d6f5 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Merge branch 'update-hydro-documentation' into 'master'

Update hydro documentation

See merge request !556
parents aa8bb2c5 aefb0154
Branches
Tags
1 merge request!556Update hydro documentation
...@@ -16,5 +16,12 @@ this, and configure as follows: ...@@ -16,5 +16,12 @@ this, and configure as follows:
.. code-block:: bash .. code-block:: bash
./configure --with-hydro="gizmo" --with-riemann-solver="hllc" --disable-vec ./configure --with-hydro="gizmo-mfv" --with-riemann-solver="hllc"
We also have the meshless finite mass (MFM) GIZMO-like scheme. You can select
this at compile-time with the following configuration flags:
.. code-block:: bash
./configure --with-hydro="gizmo-mfm" --with-riemann-solver="hllc"
...@@ -15,10 +15,16 @@ This includes a Monaghan AV scheme and a Balsara switch. ...@@ -15,10 +15,16 @@ This includes a Monaghan AV scheme and a Balsara switch.
.. code-block:: bash .. code-block:: bash
./configure --with-hydro="hopkins" ./configure --with-hydro="pressure-entropy"
Pressure-Energy SPH Pressure-Energy SPH
=================== ===================
A pressure-energy SPH scheme is currently being implemented in SWIFT. Pressure-energy SPH is now implemented in SWIFT, and like the pressure-entropy
scheme it includes a Monaghan AV scheme and a Balsara switch.
.. code-block:: bash
./configure --with-hydro="pressure-energy"
...@@ -12,4 +12,9 @@ Minimal (Density-Energy) SPH ...@@ -12,4 +12,9 @@ Minimal (Density-Energy) SPH
This scheme is a textbook implementation of Density-Energy SPH, and can be used This scheme is a textbook implementation of Density-Energy SPH, and can be used
as a pedagogical example. It also implements a Monaghan AV scheme, like the as a pedagogical example. It also implements a Monaghan AV scheme, like the
GADGET-2 scheme. It uses very similar equations, but differs in implementation GADGET-2 scheme. It uses very similar equations, but differs in implementation
details. details; namely it tracks the internal energy \(u\) as the thermodynamic
variable, rather than entropy \(A\). To use the minimal scheme, use
.. code-block:: bash
./configure --with-hydro="minimal"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment