summaryrefslogtreecommitdiff
path: root/examples/config.json
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-04-22 15:07:38 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-04-22 15:07:38 +0200
commitf11181eafa66546da479cc47ee95231f0609c69d (patch)
tree54eeb12d9689e64e094fa80f00956331ccc4ae65 /examples/config.json
parentd7b6dee2db415fc5d0052dca47a45c44b9aaba6d (diff)
Added basic file specification for first position
Diffstat (limited to 'examples/config.json')
-rw-r--r--examples/config.json6
1 files changed, 3 insertions, 3 deletions
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
}