A few quick general questions:
When defining your initial and boundary conditions. How do you scale your parameters such that u = 1, etc? For example, in the test case for triangular airfoil, we have:
[soln-bcs-inlet]
type = char-riem-inv
rho = 1
u = 1
v = 0
w = 0
p = 31.74603174603175
What exactly does this mean? If we were converting to metric, how would this apply? Also, how are you able to determine Mach number of flow if there is no temperature input?