A discontinuous Galerkin FEM solver for multiphase free surface flows
Project description
Ocellaris is a mass conserving DG FEM solver for sharp interface multiphase free surface flows. Ocellaris can simulate water entry and exit of objects in ocean waves with accurate capturing of the force on the object and the behaviour of the free surface. Some examples of what Ocellaris can do, including videos of the results, are shown in the Ocellaris Blog.
Ocellaris is implemented in Python and C++ with FEniCS as the backend for the mesh and finite element assembly. PETSc is used for solving the resulting linear systems.
Ocellaris is named after the Amphiprion Ocellaris clownfish and is written as part of a PhD project at the University of Oslo.
Installation and running
Ocellaris requires a full installation of FEniCS with the PETSc linear algebra backend. You can install the dependecies yourself (you need at least dolfin, h5py, matplotlib and PyYAML), but the easiest way by far is to use a preconfigured Singularity or Docker container. More information on these and installation in general can be found in the user guide.
When Ocellaris is installed you can run the solver with an Ocellaris input file:
ocellaris INPUTFILE.INP
Example input files can be found in the demos/ sub-directory of the Ocellaris source code and a description of the Ocellaris input file format and the possible input parameters is given in the user guide.
First steps
To test the code there are some demo input files in the demos/ directory. Complete input files along with driver scripts are provided for several of the standard benchmark cases like Kovasznay flow and the Taylor-Green vortex in the cases/ directory. More information can be found in the documentation which also contains a description of the input file format.
Please feel free to test Ocellaris, but please keep in mind:
Ocellaris is in a state of constant development
Ocellaris is tested with FEniCS Version 2018.1. Earlier versions will NOT work, later version may possibly work.
This is an ongoing research project, do not expect results to be correct without proper validation!
Documentation
The documentation can be found on the Ocellaris web page.
Development
Ocellaris is developed in Python and C++ on Bitbucket by use of the Git version control system. If you are reading this on github, please be aware that you are seeing a mirror that could potentially be months out of date. The github mirror is only updated sporadically—to trigger new Singularity and Docker Hub container builds. All pull requests and issues should go to the Bitbucket repository.
Ocellaris is automatically tested on CircleCI and the current CI build status is .
Copyright and license
Ocellaris is copyright Tormod Landet, 2015-2019. Ocellaris is licensed under the Apache 2.0 license, a permissive free software license compatible with version 3 of the GNU GPL. See License of Ocellaris for the details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ocellaris-2019.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 868687c3d2606ac191c7593dea7af43e62eb46f27af08f807ec14f5d6b0c963b |
|
MD5 | 5d27c6b8a196633dae0ecc15a8f3e131 |
|
BLAKE2b-256 | 7712259a4dea2353057d0ffc89650951d083d1b634c00fce7121ddcb54e9404a |