From 34115641ab5db8738e71cad4bc5c9b7bfffb4501 Mon Sep 17 00:00:00 2001 From: Christian Hidalgo Date: Wed, 15 Oct 2025 14:42:56 +0200 Subject: [PATCH] Added 1d D1Q3 lattices. --- demos/lattices/1d_8_D1Q3_0_obstacle.json | 7 +++++++ demos/lattices/1d_8_D1Q3_1_obstacle.json | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 demos/lattices/1d_8_D1Q3_0_obstacle.json create mode 100644 demos/lattices/1d_8_D1Q3_1_obstacle.json diff --git a/demos/lattices/1d_8_D1Q3_0_obstacle.json b/demos/lattices/1d_8_D1Q3_0_obstacle.json new file mode 100644 index 0000000..65c3507 --- /dev/null +++ b/demos/lattices/1d_8_D1Q3_0_obstacle.json @@ -0,0 +1,7 @@ +{ + "lattice": { + "dim": {"x": 8}, + "velocities": "D1Q3" + }, + "geometry": [] +} diff --git a/demos/lattices/1d_8_D1Q3_1_obstacle.json b/demos/lattices/1d_8_D1Q3_1_obstacle.json new file mode 100644 index 0000000..a0c09b3 --- /dev/null +++ b/demos/lattices/1d_8_D1Q3_1_obstacle.json @@ -0,0 +1,7 @@ +{ + "lattice": { + "dim": {"x": 8}, + "velocities": "D1Q3" + }, + "geometry": [{"x": [3, 5], "boundary": "bounceback", "shape": "cuboid"}] +}