Skip to content

Leon9235/fluid-structure-interaction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Quick compile:

   mkdir bin
   cd bin
   cmake ..
   make
   cp -r ../data data

Then you will find and run the executable file named “*D.ex”.

Structure:

  • main.cpp: main file, which gives the initial and boundary conditions
  • include/: ufl and main header file
  • src/: source file
  • data/:
  •   mesh/: mesh files
    
  •   parameter_fsi.xml: FSI parameter file
    
  • unittest/: test codes for different functions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • Other 0.2%