Implementation of a lid driven cavity flow simulator using regular finite differences method.
The following image shows the simulation results for the following non-default configuration parameters:
- Simulation time:
$120\ sec$ - Reynolds number:
$2000$ - Lid velocity :
$v_{top}(t)=sin(t/3)$
The following image shows the simulation results for the following (default) configuration parameters:
- Simulation time:
$60\ sec$ - Reynolds number:
$500$ - Lid velocity :
$v_{top}(t)=1.0$
This project uses setuptools for packaging. To install the package simply run the following command in the project directory
pip3 install -e .
The simulation can then be executed by running
python3 src/main.py
For readability we introduce:
Using Tayler-approximation of
with the following flow-direction dependent terms to accomodate the upwind-scheme: