Skip to content
Snippets Groups Projects
Commit cda1770b authored by Josh Borrow's avatar Josh Borrow
Browse files

Add correct viscosity info to ANARCHY

parent b73901b5
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) { ...@@ -207,7 +207,7 @@ INLINE static void hydro_write_flavour(hid_t h_grpsph) {
/* Nothing in this minimal model... */ /* Nothing in this minimal model... */
io_write_attribute_s(h_grpsph, "Thermal Conductivity Model", "No treatment"); io_write_attribute_s(h_grpsph, "Thermal Conductivity Model", "No treatment");
io_write_attribute_s(h_grpsph, "Viscosity Model", io_write_attribute_s(h_grpsph, "Viscosity Model",
"Minimal treatment as in Monaghan (1992)"); "Simplified version of Cullen & Denhen (2011)");
/* Time integration properties */ /* Time integration properties */
io_write_attribute_f(h_grpsph, "Maximal Delta u change over dt", 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