KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
LCS
★ 14
Open GitHub ↗
Lagragian_Coherent_Structure
Download README (.md)
Explore Similar Repositories
livingdoc-confluence
:
This is the GitHub Repository of testIT LivingDoc Confluence Addon- The exclusive solution to bring your acceptance tests to Atlassian Confluence.
Ublue-ContactsList
:
Simulated IOS(iPhone) Alphabetical Contact List(模拟IOS通讯录列表)
006791
:
<Gradle 철저 입문> 예제 소스입니다.
Yatto
:
Parse & play online video with danmaku on local player.
fio-tools
:
project containing some tools to make performance reporting with fio a little easier
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
LCS
?
Download (.md)
# LCS Lagragian_Coherent_Structure This project is about to find Lagragian Coherent Structure of a dynamic system, in this case, Double Gyre. First, the finite time lyapunov exponent field was computed using Shadden's method, which sets up a grid structure of the field, and then computes the mapping of field using standard RK4 method. All the data were saved into mapping files. After that, another program reads those files and computes the spatial jacobian at each point, therefore finds the Green-Cauchy tensor. The largest eigenvalue of the tensor was computed, and it is essentially the FTLE. The following picture is the FTLE filed of the system at time 0.  To speed up the animation, the FTLE fields were also well saved into different files, which then were read by the third program, that makes a small animation of the evolution of the Double Gyre from 0 to 10s, with 10 frames per second.  In addition to LCS, I've also made animation that shows the vector field of the Double Gyre chainging as time evolves. Interestingly, if one drop couple partiles in the field seprated in small distance, they will very soon diverges and shows the chaotic pattern of the system. 