HyPar  1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
NavierStokes3D Directory Reference

Files

file  NavierStokes3DCleanup.c [code]
 Clean up the 3D Navier Stokes module.
 
file  NavierStokes3DCleanup_GPU.c [code]
 Clean up the 3D Navier Stokes module in the GPU memory.
 
file  NavierStokes3DComputeCFL.c [code]
 Compute the maximum CFL.
 
file  NavierStokes3DEigen.c [code]
 Contains the functions to compute left and right eigenvectors for the 3D Navier Stokes equations.
 
file  NavierStokes3DFlux.c [code]
 Functions to compute the hyperbolic flux for 3D Navier-Stokes equations.
 
file  NavierStokes3DFlux_GPU.cu [code]
 
file  NavierStokes3DFunctions.c [code]
 Miscellaneous functions for the 3D Navier Stokes equations.
 
file  NavierStokes3DGravityField.c [code]
 Function to compute the hydrostatically balanced pressure and density variation functions.
 
file  NavierStokes3DIBForces.c [code]
 Compute aerodynamic forces on immersed body, if present.
 
file  NavierStokes3DImmersedBoundary.c [code]
 Immersed boundary treatment for 3D Navier-Stokes equations.
 
file  NavierStokes3DInitialize.c [code]
 Initialization of the physics-related variables and function pointers for the 3D Navier-Stokes system.
 
file  NavierStokes3DInitialize_GPU.c [code]
 Initialization of the physics-related variables and function pointers for the 2D Navier-Stokes system.
 
file  NavierStokes3DJacobian.c [code]
 Contains the functions compute flux Jacobians for the 3D Navier-Stokes system.
 
file  NavierStokes3DModifiedSolution.c [code]
 Compute the modified solution for the well-balanced treatment of gravitational source terms.
 
file  NavierStokes3DModifiedSolution_GPU.cu [code]
 
file  NavierStokes3DParabolicFunction.c [code]
 Compute the viscous terms for the 3D Navier Stokes equations.
 
file  NavierStokes3DParabolicFunction_GPU.cu [code]
 
file  NavierStokes3DPreStep.c [code]
 Pre-step function for 3D Navier Stokes equations.
 
file  NavierStokes3DPreStep_GPU.cu [code]
 
file  NavierStokes3DSource.c [code]
 Compute the gravitational source term for the 3D Navier Stokes system.
 
file  NavierStokes3DSource_GPU.cu [code]
 
file  NavierStokes3DUpwind.c [code]
 Contains functions to compute the upwind flux at grid interfaces for the 3D Navier Stokes equations.
 
file  NavierStokes3DUpwind_GPU.cu [code]