Post

TVD Fluid Simulator!

Total-Variation-Diminishing Fluid Simulator

A self-built c++ fluid simulator with adaption of all kinds of Total Variation Diminishing (TVD) convection schemes.

Project Link on GitHub

Table of Contents

Features

  • Any fluxe limiter can be applied within TVD framework.

Installation

1
2
3
# You can utilize wmake to compile all c++ files 
cd solver
wmake

Usage

1
2
3
4
cd run
source source_to_run
cd ../postplot
python newplot.py

Demo

demo

This post is licensed under CC BY 4.0 by the author.