Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added CITATION.cff
Empty file.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Copyright (c) 2024 Oriol Cayon, Jelle Poland, TU Delft
Copyright (c) 2022 Oriol Cayon, TU Delft

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import numpy as np
import matplotlib.pyplot as plt
import time
import functions_VSM_LLT as VSM
import src.functions_VSM_LLT as VSM
plt.rcParams.update({'font.size': 14})
#%% Input DATA
N = 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@
import numpy as np
import matplotlib.pyplot as plt
import time
import sys
sys.path.insert(0, '../functions/')
import functions_VSM_LLT as VSM




import src.functions_VSM_LLT as VSM

plt.close('all')
#%% Input DATA
Expand Down
25 changes: 0 additions & 25 deletions src/functions_VSM_LLT.py → old_code/functions_VSM_LLT.py
Original file line number Diff line number Diff line change
Expand Up @@ -1552,31 +1552,6 @@ def refine_LEI_mesh(coord,N_sect,N_split):




























# %% FUNCTIONS NOT CURRENTLY USED

def velocity_3D_from_vortex_filament(XV1,XV2,XVP,GAMMA,CORE):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import numpy as np
import matplotlib.pyplot as plt
import time
import functions_VSM_LLT as VSM
import src.functions_VSM_LLT as VSM



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import time
import sys
sys.path.insert(0, '../functions/')
import functions_VSM_LLT as VSM
import src.functions_VSM_LLT as VSM



Expand Down Expand Up @@ -36,7 +36,7 @@
'Niterations': 3000,
'error' : 1e-6,
'Relax_factor': 0.01,
'k2': 0.05,
'k2': 0.0,
'k4': 0.0
}

Expand Down
Empty file added pyproject.toml
Empty file.
Empty file added requirements.txt
Empty file.