7.6.17.46.10. Nasa14

Syntax

Specific Heat [{of} SpeciesName] = Nasa14 [H0 = h0 | S0 = s0 | T_Standard = T_standard | P_Standard = P_standard | Tmid = Tmid | Tmax = Tmax | R = r | L0 = l0 | L1 = l1 | L2 = l2 | L3 = l3 | L4 = l4 | L5 = l5 | L6 = l6 | H1 = h1 | H2 = h2 | H3 = h3 | H4 = h4 | H5 = h5 | H6 = h6 | T_Offset = t_offset]

Scope

Aria Material

Summary

Value from a NASA14 polynomial function

Description

\begin{split}
  T_i &= T + T_\text{offset} \\
  c_p &=

\begin{cases}
    &R(L_0 + L_1 T_i + L_2 T_i^2 + L_3 T_i^3 + L_4 T_i^4), T_i <= T_\text{mid} \\
    &R(H_0 + H_1 T_i + H_2 T_i^2 + H_3 T_i^3 + H_4 T_i^4), T_i > T_\text{mid} \text{ and } T <= T_\text{max} \\
    &R(H_0 + H_1 T_\text{max} + H_2 T_\text{max}^2 + H_3 T_\text{max}^3 + H_4 T_\text{max}^4), T_i > T_\text{max}
  \end{cases}

\end{split}

An enthalpy evaluator is automatically provided, the reference state enthalpy, and entropy can be adjusted with the h0 and s0 parameters which are added to the appropriate NASA polynomial coefficients.

Parameter

Value

Default

{of}

{of | species | subindex}

SpeciesName

string

h0

real

0

s0

real

0

T_standard

real

0

P_standard

real

0

Tmid

real

Tmax

real

r

real

l0

real

l1

real

l2

real

l3

real

l4

real

l5

real

l6

real

h1

real

h2

real

h3

real

h4

real

h5

real

h6

real

t_offset

real

0