-
Notifications
You must be signed in to change notification settings - Fork 1
ka-sarthak/Phase-Field-Modeling
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
############### Refer the wiki for more info ################# This repo contains codes to simulate growth of a single precipitate in a ternary system using phase field modeling. You can also take it as an example for solving partial differential equations by transforming them into Fourier space using FFTW package. 'WithElasticity' folder contains code to simulate the growth while considering coherency strains between the matrix and precipitate phase. You can run the code in linux terminal using the following commands: gcc evo.c -lm -lfftw3 -lfftw3_threads -lpthread ./a.out The code will generate .txt files containing composition matrix at the output time step. Use gnuplot to generate color plots of the same.
About
This repo contains codes to simulate growth of a single precipitate in a ternary system using phase field modeling.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published