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

Merge branch 'update-anarchy-viscosity-info' into 'master'

Add correct viscosity info to ANARCHY

See merge request !746
parents b73901b5 cda1770b
No related branches found
No related tags found
1 merge request!746Add correct viscosity info to ANARCHY
......@@ -207,7 +207,7 @@ INLINE static void hydro_write_flavour(hid_t h_grpsph) {
/* Nothing in this minimal model... */
io_write_attribute_s(h_grpsph, "Thermal Conductivity Model", "No treatment");
io_write_attribute_s(h_grpsph, "Viscosity Model",
"Minimal treatment as in Monaghan (1992)");
"Simplified version of Cullen & Denhen (2011)");
/* Time integration properties */
io_write_attribute_f(h_grpsph, "Maximal Delta u change over dt",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment