Skip to content

bikramjitkarmakar/Phase-Field-DynamicMeshing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Phase-Field-DynamicMeshing

#OpenFOAM based phasefield solver with dynamic meshing

#You can compile the lib where ever you want. This is just an example:

mkdir -p $FOAM_RUN/../OpenFOAM_extensions

#Switch to this directory

cd $FOAM_RUN/../OpenFOAM_extensions

#Clone the repository

git clone https://bitbucket.org/shor-ty/dynamicinterfacerefinefvmesh.git

#Move to the new library folder

cd dynamicinterfacerefinefvmesh

#Checkout the openfoam version you need (5.x is compatible with any version after it)

git checkout OpenFOAM-5.x

#Go to the library source

cd src/dynamicFvMesh

#Compile the lib

wmake libso

About

OpenFOAM based phasefield solver with dynamic meshing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published