From f11181eafa66546da479cc47ee95231f0609c69d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 22 Apr 2025 15:07:38 +0200 Subject: Added basic file specification for first position --- examples/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/config.json') diff --git a/examples/config.json b/examples/config.json index dcd7f91..5ce6b4e 100644 --- a/examples/config.json +++ b/examples/config.json @@ -1,5 +1,5 @@ { - "delta_x" : 0.1, - "delta_t" : 0.1, - "kinematic_viscosity" : 1e-3 + "delta_x" : 0.01, + "delta_t" : 0.05, + "kinematic_viscosity" : 1e-4 } -- cgit v1.2.3