Skip to content

Fastaxx/vofi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VOFI Library

The VOFI library initializes the volume fraction scalar field in a computational mesh, given an analytic expression f(x,y,z) for the interface. The grid cells can be cuboids of variable size. The implicit function f(x,y,z) is specified by the user: the interface is represented by the zero level set, f(x,y,z)=0, and the reference phase is located where f(x,y,z)<0. Each routine in the directory 'src' contains a brief description of what it does and of the I/O variables.

Installation

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/where/to/install -DBUILD_SHARED_LIBS=ON
make
make install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • CMake 0.4%