|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
Go to the source code of this file.
Macros | |
| #define | PIGAMMA |
Functions | |
| double | sound_speed (Point point) |
| These functions are provided by the Equation Of State. | |
| double | average_pressure (Point point) |
| double | bulk_compressibility (Point point) |
| double | internal_energy (Point point, double fc) |
Variables | |
| double | gamma1 = 1.4 [0] |
| double | gamma2 = 1.4 [0] |
| double | PI1 = 0. |
| double | PI2 = 0. |
| #define PIGAMMA |
These functions are provided by the Equation Of State.
In mixture cells, this function returns the maximum between the speeds in both phases.
Definition at line 28 of file Mie-Gruneisen.h.
References clamp(), dimension, f, fE1, fE2, frho1, frho2, gamma1, gamma2, max, p, PI1, PI2, q, sq(), vector::x, and x.
| double gamma1 = 1.4 [0] |
This EOS is typically used in combination with the two-phase compressible solver.
The general form of the Mie–Gruneisen EOS can be written
\[ \rho_i e_i = \frac{p_i + \Gamma_i \Pi_i}{\Gamma_i - 1} \]
with \(\rho_i\), \(e_i\) and \(p_i\) the densities, internal energies and pressures of each phase.
These are the coefficients of the Mie-Gruneisen EOS for each phase.
Definition at line 20 of file Mie-Gruneisen.h.
Referenced by sound_speed().
| double gamma2 = 1.4 [0] |
Definition at line 20 of file Mie-Gruneisen.h.
Referenced by sound_speed().
| double PI1 = 0. |
Definition at line 20 of file Mie-Gruneisen.h.
Referenced by sound_speed().
| double PI2 = 0. |
Definition at line 20 of file Mie-Gruneisen.h.
Referenced by sound_speed().