#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "../../util/source/compiler.h"
#include "../../util/source/useful.h"
#include "argon.h"
To provide reasonably fast equation-of-state routines for argon gas at temperatures high enough to cause ionisation. A diluent D is also included as part of the gas mixture. It has been assumed that the diluent is *inert* nitrogen.
1.1 : 16-Mar-97 : code adapted from n2eq.c
1.2 : 20-Mar-97 : adjust Rizkalla's coefficients to have Tref = 0 K
1.3 : 21-Mar-97 : add a 4th range to Rizkalla polynomials replace range 3 for argon atoms and N2
1.4 : 22-Mar-97 : improved the initial guess for T
2.0 : 13-Apr-97 : optional initial guess for T
3.0 : 16-May-97 : rename all global varaibles to avoid conflict with the variables from other modules (n2eq.c)
R. K. Prabhu & W. D. Erickson (1988) A rapid method for the computation of equilibrium chemical composition of air to 15000 K. NASA Technical Paper 2792
1.4.4