Skip to content

Commit 4466413

Browse files
Added two-phase options to test case
1 parent baeba63 commit 4466413

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

TestCases/NICFD/LUT_Twophase/0:generate_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
config.SetEquationOfState("HEOS")
66
config.UseAutoRange(True)
77
config.UsePTGrid(False)
8+
config.EnableTwophase(True)
9+
config.IncludeTransportProperties(True)
810
config.SetConfigName("tabulation_twophase_MM")
911
config.PrintBanner()
1012
config.SaveConfig()

0 commit comments

Comments
 (0)