|
Saras
Finite Difference Solver for Fluid Dynamics Simulations
|
Files | |
| file | hydro.cc |
| Definitions of common functions for both 2D and 3D runs of the solver class hydro - this class solves the basic Navier-Stokes equation. | |
| file | hydro.h [code] |
| Class declaration of the hydro solver for both 2D and 3D cases. | |
| file | hydro_d2.cc |
| Definitions of functions for 2D computations with the hydro class. | |
| file | hydro_d3.cc |
| Definitions of functions for 3D computations with the hydro class. | |