Skip to content

Commit ed159eb

Browse files
committed
timeMarching.jl
1 parent 78f8654 commit ed159eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CLBM/timeMarching.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ end
110110

111111
#
112112
function timeMarching_collision_CLBM(omega, f, tau_value, Q, C, truncation_order, e_value, dt, f_ini, n_time, l_plot)
113+
# replace f_ini with a well-developed snapshot of stochastic D1Q3 LBM: dt1_force0.00025_tau0.503_Nx16_NT50000010.h5.
113114
V0 = carleman_V(f_ini, truncation_order)
114115
V0 = Float64.(V0)
115116

0 commit comments

Comments
 (0)