Skip to content

Commit

Permalink
active film copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
aedolfi committed Apr 10, 2024
1 parent 4a400b4 commit f38d600
Show file tree
Hide file tree
Showing 25 changed files with 5,073 additions and 1,732 deletions.
1,152 changes: 1,125 additions & 27 deletions scripts/Active_thin_film.jl

Large diffs are not rendered by default.

220 changes: 106 additions & 114 deletions scripts/Drop_coal.jl

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions scripts/Moving_wettability.jl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ v6 = [29404, 2940, 294]
v7 = [34305, 3430, 343]
v8 = [39206, 3920, 392]
v9 = [44107, 4410, 441]
v10 = 2v5
# To pin down the Rayleigh-Plateu instability
v_lam2_dia_more = [490, 245, 164, 123]
for direction in ["diagonal"] # "diagonal"
Expand Down Expand Up @@ -247,8 +246,6 @@ for direction in ["diagonal"] # "diagonal"
speeds .= v8
elseif waves == 9
speeds .= v9
elseif waves == 10
speeds .= v10
end
for speed in speeds # 1 2 3 # [0]
pattern = "sine"
Expand Down
6 changes: 4 additions & 2 deletions src/Swalbe.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module Swalbe
# Coding
using Revise, CUDA, Statistics, Random, Base, LazySets
using Revise, Statistics, Random, Base, LazySets, ThreadsX, LinearAlgebra, FFTW
using CUDA
# Datatypes and output
using FileIO, JLD2, BSON, DataFrames

Expand All @@ -14,6 +15,7 @@ include("forcing.jl")
include("moments.jl")
include("simulate.jl")
include("measures.jl")
include("obstacle.jl")
include("logic.jl")
include("active.jl")

end
Loading

0 comments on commit f38d600

Please sign in to comment.