Skip to content

Files

Latest commit

517558f · Sep 2, 2022

History

History
27 lines (17 loc) · 713 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 713 Bytes

SolutionOfMotionFluid

Numerical solution of the equations of one-dimensional motion of an inviscid compressible fluid (gas) in Euler variables using the following numerical schemes:

• Non-conservative Lax scheme

• Scheme with upwind differences

• Conservative Lax scheme

Dependecy

This project only rely on some very basic python libraries:

  1. numpy
  2. time
  3. matplotlib

Examples

• Non-conservative Lax scheme

image

• Scheme with upwind differences

image

• Conservative Lax scheme

image