You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,7 +45,7 @@ SU2 is capable of dealing with different kinds of physical problems. The kind of
45
45
46
46
Every solver has its specific options and we refer to the tutorial cases for more information. However, the basic controls detailed in the remainder of this page are the same for all problems.
47
47
48
-
## Fluid Model ##
48
+
## Specifying a Fluid Model ##
49
49
50
50
For fluid simulations, a model defining the equation of state and thermodynamic properties of the fluid or mixture is required. This is selected using the `FLUID_MODEL` option in the config. Available fluid models in SU2 include:
51
51
@@ -54,7 +54,7 @@ For fluid simulations, a model defining the equation of state and thermodynamic
54
54
|`STANDARD_AIR`|**Air model with ideal gas EOS**|
55
55
|`IDEAL_GAS`|**Arbitrary fluid with ideal gas EOS**|
56
56
|`VW_GAS`|**Arbitrary fluid with Vander-Waals EOS**|
57
-
|`PR_GAS`|**Arbitrary fluid with Peng-Robinson EOS**|
57
+
|`PR_GAS`|**Arbitrary fluid with Peng-Robinson EOS**|
0 commit comments