Skip to content

A python implementation of Phase Field Crystal using pseudospectral method

License

Notifications You must be signed in to change notification settings

elvissoares/PyPFC

Repository files navigation

PyPFC

A python implementation of Phase Field Crystal solved with semi-implicit pseudospectral method

For the PFC, the conserved order parameter is a relative density n ( r , t ) which evolves following a conservation equation as n t = [ M ( δ F [ n ] δ n ) ] with M being a mobility, δ F [ n ] / δ n is the functional derivative of free-energy. The free-energy functional 1 given by F [ n ( r , t ) ] = V [ 1 2 n ( 1 + 2 ) 2 n + 1 4 n 2 ( 2 r + n 2 ) ]   d r with r being a constant proportional to the temperature deviation from the melting point 2.

Example

The following figure is a result for the system with M = 1.0 , r = 0.25 , L x = L y = 16 π , N x = N y = 2 8 , and d t = 0.1 . The initial condition is given by a normal distribution described by n ( x , y , t = 0 ) = 0.285 ( 1.0 0.02 N ( 0 , 1 ) ) . The system evolves until T = 1500 .

Plot of the last frame

LastFrame

Plot of the free-energy time evolution

Freeenergy

An animated GIF

GIF

References

Footnotes

  1. Elder, K. R., and Martin Grant. Physical Review E 70, no. 5 (November 19, 2004): 051605

  2. Elder, K. R., Nikolas Provatas, Joel Berry, Peter Stefanovic, and Martin Grant. Physical Review B 75, no. 6 (February 14, 2007): 064107

About

A python implementation of Phase Field Crystal using pseudospectral method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages