naginterfaces.library.pde.dim1_parab_euler_exact¶
- naginterfaces.library.pde.dim1_parab_euler_exact(uleft, uright, gamma, tol, niter, comm)[source]¶
dim1_parab_euler_exact
calculates a numerical flux function using an Exact Riemann Solver for the Euler equations in conservative form. It is designed primarily for use with the upwind discretization schemesdim1_parab_convdiff()
,dim1_parab_convdiff_dae()
ordim1_parab_convdiff_remesh()
, but may also be applicable to other conservative upwind schemes requiring numerical flux functions.For full information please refer to the NAG Library document for d03px
https://support.nag.com/numeric/nl/nagdoc_30.3/flhtml/d03/d03pxf.html
- Parameters
- uleftfloat, array-like, shape
must contain the left value of the component , for . That is, must contain the left value of , must contain the left value of and must contain the left value of .
- urightfloat, array-like, shape
must contain the right value of the component , for . That is, must contain the right value of , must contain the right value of and must contain the right value of .
- gammafloat
The ratio of specific heats, .
- tolfloat
The tolerance to be used in the Newton–Raphson procedure to calculate the pressure. If is set to zero then the default value of is used.
- niterint
The maximum number of Newton–Raphson iterations allowed. If is set to zero then the default value of is used.
- commdict, communication object
Communication structure.
On initial entry: need not be set.
- Returns
- fluxfloat, ndarray, shape
contains the numerical flux component , for .
- Raises
- NagValueError
- (errno )
On entry, .
Constraint: .
- (errno )
On entry, .
Constraint: .
- (errno )
On entry, .
Constraint: .
- (errno )
Right pressure value : .
- (errno )
Left pressure value : .
- (errno )
On entry, .
Constraint: .
- (errno )
On entry, .
Constraint: .
- (errno )
A vacuum condition has been detected.
- (errno )
Newton–Raphson iteration failed to converge.
- Notes
dim1_parab_euler_exact
calculates a numerical flux function at a single spatial point using an Exact Riemann Solver (see Toro (1996) and Toro (1989)) for the Euler equations (for a perfect gas) in conservative form. You must supply the left and right solution values at the point where the numerical flux is required, i.e., the initial left and right states of the Riemann problem defined below. Indim1_parab_convdiff()
,dim1_parab_convdiff_dae()
anddim1_parab_convdiff_remesh()
, the left and right solution values are derived automatically from the solution values at adjacent spatial points and supplied to the function argument from which you may calldim1_parab_euler_exact
.The Euler equations for a perfect gas in conservative form are:
with
where is the density, is the momentum, is the specific total energy and is the (constant) ratio of specific heats. The pressure is given by
where is the velocity.
The function calculates the numerical flux function , where and are the left and right solution values, and is the intermediate state arising from the similarity solution of the Riemann problem defined by
with and as in (2), and initial piecewise constant values for and for . The spatial domain is , where is the point at which the numerical flux is required.
The algorithm is termed an Exact Riemann Solver although it does in fact calculate an approximate solution to a true Riemann problem, as opposed to an Approximate Riemann Solver which involves some form of alternative modelling of the Riemann problem. The approximation part of the Exact Riemann Solver is a Newton–Raphson iterative procedure to calculate the pressure, and you must supply a tolerance and a maximum number of iterations . Default values for these arguments can be chosen.
A solution cannot be found by this function if there is a vacuum state in the Riemann problem (loosely characterised by zero density), or if such a state is generated by the interaction of two non-vacuum data states. In this case a Riemann solver which can handle vacuum states has to be used (see Toro (1996)).
- References
Toro, E F, 1989, A weighted average flux method for hyperbolic conservation laws, Proc. Roy. Soc. Lond. (A423), 401–418
Toro, E F, 1996, Riemann Solvers and Upwind Methods for Fluid Dynamics, Springer–Verlag