Skip to content

Commit ab26c1c

Browse files
add image to linear convection post
1 parent 0c68700 commit ab26c1c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/scicloj/cfd/intro/linear.png

21.8 KB
Loading

src/scicloj/cfd/intro/linear_1d_convection_with_array.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{:title "Simulating 1-D Convection in Clojure — From Equations to Arrays"
44
:quarto {:author :syungb
55
:description "A quick exploration to simulate a classic fluid dynamics equation in Clojure using Java arrays."
6+
:image "linear.png"
67
:type :post
78
:date "2025-07-15"
89
:category :clojure
@@ -173,4 +174,4 @@
173174

174175
(comment
175176
(require '[scicloj.clay.v2.api :as clay])
176-
(clay/make! {:source-path "scicloj/cfd/intro/linear_1d_convection_with_array.clj"}))
177+
(clay/make! {:source-path "scicloj/cfd/intro/linear_1d_convection_with_array.clj"}))

0 commit comments

Comments
 (0)