Skip to content

FEniCS implementation: a phase field model for cohesive fracture in micropolar continua

License

Notifications You must be signed in to change notification settings

hyoungsuksuh/micropolar_phasefield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

# ----------------------------------------------------------------------
# Hyoung Suk Suh (h.suh@columbia.edu)
# Dept. of Civil Engineering and Engineering Mechanics, Columbia Univ. 
# ----------------------------------------------------------------------

1. Installation 
Visit FEniCS Project webpage (https://fenicsproject.org), and follow the instructions.
Installing FEniCS via Anaconda in a virtual environment is highly recommended.

2. Mesh generation
Input mesh file can be generated by using Gmsh (.msh).
Convert .msh file into .xml file by using 'dolfin-convert' command in the Terminal.

3. Running the python code 
Generate a folder at the same level as the python script, and place your mesh file (.xml) there.
Notice that the generated folder and the converted mesh file should have the same filename.
Type 'python micropolar_elasticity.py' or 'python micropolar_phasefield.py' in the Terminal to run the script. 

4. Post-processing
The script saves the results in ParaView files (.pvd).
In order to install ParaView, visit the webpage (https://www.paraview.org), and follow the instructions.

About

FEniCS implementation: a phase field model for cohesive fracture in micropolar continua

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages