#include <stdio.h>
#include <math.h>
#include "../../util/source/compiler.h"
#include "../../util/source/useful.h"
#include "flux_calc.h"
Functions | |
| int | adaptive_flux (struct flow_state Lft[], struct flow_state Rght[], struct flux_data_1D IF[], int first, int last) |
| Compute the fluxes across an interface. | |
|
||||||||||||||||||||||||
|
Compute the fluxes across an interface. This adaptive flux calculator uses uses the Equilibrium Flux Method of Macrossan & Pullin near shocks and AUSMDV away from shocks. The actual work is passed off to the original flux calculation functions.
|
1.4.4