
Go to the source code of this file.
Variables | |
| rhof = linearInterpolate(rho) | |
| rho_pos = interpolate(rho,pos) | |
| rho_neg = interpolate(rho,neg) | |
| rhoLnf = 1.0 / logMean(rho_pos,rho_neg) | |
| ef = linearInterpolate(e) | |
| e_pos = interpolate(e,pos) | |
| e_neg = interpolate(e,neg) | |
| eLnf = e_pos*e_neg*logMean(e_pos,e_neg) | |
| Uf = linearInterpolate(U) | |
| U_pos = interpolate(U,pos) | |
| U_neg = interpolate(U,neg) | |
| pf = linearInterpolate(p) | |
| cf = linearInterpolate(thermo.c()) | |
| gammaf = linearInterpolate(gamma) | |
| gammam1f = gammaf - 1 | |
| E1f = (0.5*rhoLnf*(U_pos&U_neg)+rhoLnf*eLnf+pf) | |
| p1f = gammam1f*rhof*ef | |
| alphauf = linearInterpolate(turbulence->alphaEff()) | |
| muf = linearInterpolate(turbulence->muEff()) | |
| rhof = linearInterpolate(rho) |
Definition at line 8 of file updateFields.H.
Definition at line 9 of file updateFields.H.
Definition at line 10 of file updateFields.H.
Definition at line 11 of file updateFields.H.
| ef = linearInterpolate(e) |
Definition at line 13 of file updateFields.H.
Definition at line 14 of file updateFields.H.
Definition at line 15 of file updateFields.H.
| Uf = linearInterpolate(U) |
Definition at line 19 of file updateFields.H.
Definition at line 20 of file updateFields.H.
Definition at line 21 of file updateFields.H.
| pf = linearInterpolate(p) |
Definition at line 24 of file updateFields.H.
| cf = linearInterpolate(thermo.c()) |
Definition at line 27 of file updateFields.H.
| gammaf = linearInterpolate(gamma) |
Definition at line 30 of file updateFields.H.
| gammam1f = gammaf - 1 |
Definition at line 31 of file updateFields.H.
Definition at line 35 of file updateFields.H.
| alphauf = linearInterpolate(turbulence->alphaEff()) |
Definition at line 42 of file updateFields.H.
| muf = linearInterpolate(turbulence->muEff()) |
Definition at line 43 of file updateFields.H.